All Versions
7
Latest Version
Avg Release Cycle
150 days
Latest Release
2401 days ago

Changelog History

  • v0.4.2 Changes

    August 31, 2017

    ๐Ÿ’ป Crul is a curl replacement, that is, it's a command line HTTP client. It has fewer features and options, but it aims to be more user friendly. It's heavily inspired by httpie.

    Features

    Installation instructions

    ๐Ÿ”„ Changes in this version

    โž• Added

    ๐Ÿ›  Fixed

    Other

    • Crystal 0.23 compatibility (#21)
  • v0.4.1 Changes

    November 17, 2016

    Crul v0.4.1

    ๐Ÿ’ป Crul is a curl replacement, that is, it's a command line HTTP client. It has fewer features and options, but it aims to be more user friendly. It's heavily inspired by httpie.

    ๐Ÿ”„ Changes in this version

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug on formatting floats (#18)

    ๐Ÿ‘€ See here for installation instructions.

  • v0.4.0

    December 30, 2015
  • v0.3.1 Changes

    April 13, 2015

    ๐Ÿ’ป Crul is a curl replacement, that is, it's a command line HTTP client. It has less features and options, but it aims to be more user friendly. It's heavily inspired by httpie.

    ๐Ÿ”‹ Features

    • Fast
    • No dependencies, easy to install
    • Basic HTTP features (method, request body, headers)
    • Syntax highlighting of the output (JSON and XML)
    • Basic authentication
    • Cookie store*

    ๐Ÿš€ *new in this release

    Installation

    ๐Ÿง Download the specific file for your OS (darwin = mac), unzip and run. Linux version is reported to work in Ubuntu 12.04 and 14.04, and Debian testing. Mac version is also available via Homebrew.

    ๐Ÿ“„ Of course you can also download the source code and compile it yourself, but you'll need the crystal compiler for that.

    Please report any issue you find.

  • v0.3.0 Changes

    April 13, 2015

    ๐Ÿ’ป Crul is a curl replacement, that is, it's a command line HTTP client. It has less features and options, but it aims to be more user friendly. It's heavily inspired by httpie.

    ๐Ÿ”‹ Features

    • Fast
    • No dependencies, easy to install
    • Basic HTTP features (method, request body, headers)
    • Syntax highlighting of the output (JSON and XML)
    • Basic authentication
    • Cookie store*

    ๐Ÿš€ *new in this release

    Installation

    ๐Ÿง Download the specific file for your OS (darwin = mac), unzip and run. Linux version is reported to work in Ubuntu 12.04 and 14.04, and Debian testing. Mac version is also available via Homebrew.

    ๐Ÿ“„ Of course you can also download the source code and compile it yourself, but you'll need the crystal compiler for that.

    Please report any issue you find.

  • v0.2.1 Changes

    March 23, 2015

    ๐Ÿš€ This release doesn't contain anything new; it's just part of the work towards a better and more automatic release process. It contains the usual Mac (Darwin) binary, and also a Linux binary that works in Ubuntu 12.04 and 14.04, and also Debian testing (if you can test it and comment whether it works in your Linux, that's really useful).

    ๐Ÿ“„ As always, you can also download the source code, compile it with make, and install it with make install (prepend it with PREFIX=/whatever to choose a destination different than /usr/local), but you'll need a working installation of Crystal 0.6.1!

  • v0.1.0

    March 16, 2015