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

Changelog History
Page 4

  • v0.13.0 Changes

    August 13, 2018
    • โž• Add Crest::Request#to_curl to convert request to cURL command (#95)
    • ๐Ÿ› Bug fixes and other improvements
  • v0.12.0 Changes

    July 17, 2018
    • (breaking-change) Rename Request#payload to Request#form
    • 0๏ธโƒฃ Use application/x-www-form-urlencoded for forms by default. And multipart/form-data when a form includes any <input type="file"> elements.
    • ๐Ÿ›  Fix serialize query to string representation as http url-encoded
  • v0.11.0 Changes

    July 14, 2018
    • โž• Add Logger#filter method to filter sensitive information from logs with a regex matcher
    • ๐Ÿ‘ Allow to do request with suburl through Request#http_verb(suburl) method
    • ๐Ÿ› Bug fixes and other improvements
  • v0.10.2 Changes

    June 15, 2018
    • โœ… Tested with Crystal 0.25.0
  • v0.10.1 Changes

    May 14, 2018
    • ๐Ÿ›  Fix Crest::Utils.flatten_params method (#85)
    • โฌ‡๏ธ Reduce the false positiveness in code as much as possible (#83, thanks @veelenga)
  • v0.10.0 Changes

    April 24, 2018
    • โž• Add HTTP verb methods (get, post, etc) to Crest::Request
    • Crest and Crest::Request verb methods(get, post, etc.) can yields the Crest::Request to the block
    • Crest::Request and Crest::Resource initializer can accept block
    • Access instance of HTTP::Client via Crest::Request#http_client
    • Access instance of HTTP::Client via Crest::Resource#http_client
    • Crest::Request and Crest::Resource initializer can accept HTTP::Client as http_client
    • โž• Add method options to HTTP::Resource
  • v0.9.10 Changes

    April 08, 2018
    • โž• Add option :handle_errors to don't raise exceptions but return the Response
    • โž• Add custom exceptions for each status code
  • v0.9.9 Changes

    April 03, 2018
    • โž• Add method OPTIONS
    • ๐Ÿ›  Fix Crest::Response#headers method to return response headers
  • v0.9.8 Changes

    March 18, 2018
    • โœ… Tested with Crystal 0.24.2
    • ๐Ÿ›  Fix Basic Authentication
  • v0.9.7 Changes

    March 05, 2018
    • ๐Ÿ‘ Allow Crest::Resource to accept default params and headers
    • ๐Ÿ‘ Allow Crest::Resource to accept more parameters(proxy authentication credentials, logging setup)
    • ๐Ÿ”จ Refactor exceptions class
    • ๐Ÿ“„ Setup GitHub Pages branch to host docs