Skip to content

Releases: mamantoha/crest

Crystal 0.30.1

13 Aug 08:28
Compare
Choose a tag to compare
v0.21.1

v0.21.1

Crystal 0.30

02 Aug 07:21
Compare
Choose a tag to compare
  • (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

Improve testing process

14 Jun 15:39
Compare
Choose a tag to compare
v0.20.0

v0.20.0

v0.19.1

09 May 18:45
Compare
Choose a tag to compare
v0.19.1

Crystal 0.28.0

17 Apr 21:24
Compare
Choose a tag to compare
  • Add method head (#116)
  • Tested with Crystal 0.28.0

Crystal 0.27.2

05 Feb 22:51
f751ce3
Compare
Choose a tag to compare
Merge pull request #115 from mamantoha/crystal-0.27.2

crystal 0.27.2

迎春接福

03 Feb 09:36
c51bcd2
Compare
Choose a tag to compare
  • Tested with Crystal 0.27.1

v0.18.1

16 Jan 20:30
Compare
Choose a tag to compare
  • Fix extracting filename from Content-Disposition header

Streaming

06 Jan 11:02
Compare
Choose a tag to compare
  • (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

17 Nov 14:52
Compare
Choose a tag to compare
  • (breaking-change) Crest and Crest::Request verb methods(get, post, etc.) yields the Crest::Response to the block
  • Refactor proxy client