All Versions
45
Latest Version
Avg Release Cycle
33 days
Latest Release
844 days ago

Changelog History
Page 2

  • v0.24.1 Changes

    March 29, 2020
    • ๐Ÿ›  Fix handle_errors is ignored for redirect errors (#132)
  • v0.24.0 Changes

    March 13, 2020
    • โž• Add Crest#ParamsEncoder module to encode/decode URI querystring
    • Replace Crest::Utils#encode_query_string with Crest::ParamsEncoder#encode
    • ๐Ÿ‘ Allow Boolean in params
  • v0.23.2 Changes

    January 03, 2020
    • ๐Ÿ›  Fix an issue with wrong "Content-Type" header
  • v0.23.1 Changes

    December 14, 2019
    • โž• Add a more descriptive crest user agent
  • v0.23.0 Changes

    December 12, 2019
    • โž• Add methods to_s and inspect to Crest::Response
    • ๐Ÿ‘Œ Support Crystal 0.32.0
  • v0.22.0 Changes

    September 17, 2019
    • ๐Ÿ‘Œ Support Crystal 0.31.0
    • ๐Ÿ‘ Digest access authentication support (#127)
    • โž• Add proxy to to_curl method
  • v0.21.1 Changes

    August 13, 2019
    • (breaking-change) Require Crystal 0.30.1
  • v0.21.0 Changes

    August 02, 2019
    • (breaking-change) Require Crystal 0.30.0
    • (breaking-change) Rename Crest::Response#successful? to Crest::Response#success?
    • โž• Add method Crest::Response#status as HTTP::Status
  • v0.20.0 Changes

    June 14, 2019
    • โœ… Tested with Crystal 0.29.0
    • ๐Ÿ‘Œ Improve testing process (#120)
  • v0.19.1 Changes

    May 09, 2019
    • Delegate method to_curl to Crest::Response instance
    • ๐Ÿ›  Fix and issue in Resource when base url ends with /