Releases: mamantoha/crest
Releases · mamantoha/crest
Crystal 0.30.1
v0.21.1 v0.21.1
Crystal 0.30
- (breaking-change) Require Crystal 0.30.0
- (breaking-change) Rename
Crest::Response#successful?
toCrest::Response#success?
- Add method
Crest::Response#status
asHTTP::Status
Improve testing process
v0.20.0 v0.20.0
v0.19.1
Crystal 0.28.0
- Add method
head
(#116) - Tested with Crystal 0.28.0
Crystal 0.27.2
Merge pull request #115 from mamantoha/crystal-0.27.2 crystal 0.27.2
迎春接福
v0.18.1
Streaming
- (breaking-change) Streaming support.
Crest
,Crest::Request
andCrest::Resource
verb methods(get
,post
, etc.) yields theCrest::Response
as stream to the block (#110) - (breaking-change) Needs to specify
form
,headers
andparams
arguments forCrest::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 🎄