1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Update history

This commit is contained in:
John Nunemaker 2016-07-25 10:18:25 -04:00
parent 0d808c7f3a
commit 4a1976aef0
No known key found for this signature in database
GPG key ID: D80B5604D6DC62E0

View file

@ -1,3 +1,11 @@
== 0.14.0
* [added status predicate methods to Response#respond_to?](https://github.com/jnunemaker/httparty/pull/482)
* [allow empty array to be used as param](https://github.com/jnunemaker/httparty/pull/477)
* [add support for MKCOL method](https://github.com/jnunemaker/httparty/pull/465)
* [remove json gem from gemspec](https://github.com/jnunemaker/httparty/pull/464)
* [stop mutating cookie hash](https://github.com/jnunemaker/httparty/pull/460)
* [optional raising exception on certain status codes](https://github.com/jnunemaker/httparty/pull/455)
== 0.13.7 aka "party not as hard"
* remove post install emoji as it caused installation issues for some people