All Versions
53
Latest Version
Avg Release Cycle
106 days
Latest Release
19 days ago

Changelog History
Page 4

  • v0.18.2 Changes

    February 03, 2019
    • ✅ Tested with Crystal 0.27.1
  • v0.18.1 Changes

    January 16, 2019
    • 🛠 Fix extracting filename from Content-Disposition header
  • v0.18.0 Changes

    January 06, 2019
    • (breaking-change) Streaming support. Crest, Crest::Request and Crest::Resource verb methods(get, post, etc.) yields the Crest::Response as stream to the block (#110)
    • (breaking-change) Needs to specify form, headers and params arguments for Crest::Resource methods (#112)
    • ➕ Add Crest::Response#filename method (#111)
    • ➕ Add response helper methods (successful?, redirection?, etc) (#107)
    • Extract redirection logic into Crest::Redirector class (#109)

    🍱 P.S. Merry Christmas 🎄

  • v0.17.0 Changes

    November 17, 2018
    • (breaking-change) Crest and Crest::Request verb methods(get, post, etc.) yields the Crest::Response to the block
    • 🔨 Refactor proxy client
  • v0.16.1 Changes

    November 05, 2018
    • ⚡️ Update to Kemal 0.25.1
  • v0.16.0 Changes

    November 03, 2018
    • ✅ Tested with Crystal 0.27.0
  • v0.15.0 Changes

    October 12, 2018
    • 👍 SSL/TLS support (#100)
    • ✅ Tested with Crystal 0.26.1
  • v0.14.0 Changes

    August 14, 2018
    • ✅ Tested with Crystal 0.26.0
  • 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