All Versions
45
Latest Version
Avg Release Cycle
33 days
Latest Release
1588 days ago
Changelog History
Page 4
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
- โ Add
-
v0.12.0 Changes
July 17, 2018- (breaking-change) Rename
Request#payload
toRequest#form
- 0๏ธโฃ Use
application/x-www-form-urlencoded
for forms by default. Andmultipart/form-data
when a form includes any<input type="file">
elements. - ๐ Fix serialize query to string representation as http url-encoded
- (breaking-change) Rename
-
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
throughRequest#http_verb(suburl)
method - ๐ Bug fixes and other improvements
- โ Add
-
v0.10.2 Changes
June 15, 2018- โ Tested with Crystal 0.25.0
-
v0.10.1 Changes
May 14, 2018 -
v0.10.0 Changes
April 24, 2018- โ Add HTTP verb methods (
get
,post
, etc) toCrest::Request
Crest
andCrest::Request
verb methods(get
,post
, etc.) can yields theCrest::Request
to the blockCrest::Request
andCrest::Resource
initializer can accept block- Access instance of
HTTP::Client
viaCrest::Request#http_client
- Access instance of
HTTP::Client
viaCrest::Resource#http_client
Crest::Request
andCrest::Resource
initializer can acceptHTTP::Client
ashttp_client
- โ Add method
options
toHTTP::Resource
- โ Add HTTP verb methods (
-
v0.9.10 Changes
April 08, 2018- โ Add option
:handle_errors
to don't raise exceptions but return theResponse
- โ Add custom exceptions for each status code
- โ Add option
-
v0.9.9 Changes
April 03, 2018- โ Add method
OPTIONS
- ๐ Fix
Crest::Response#headers
method to return response headers
- โ Add method
-
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 defaultparams
andheaders
- ๐ Allow
Crest::Resource
to accept more parameters(proxy authentication credentials, logging setup) - ๐จ Refactor exceptions class
- ๐ Setup GitHub Pages branch to host docs
- ๐ Allow