Sha256: 5ad557681fa7c72ad73e787c3ec51a6092272e9e22eb73da2122822574730ace

Contents?: true

Size: 1.33 KB

Versions: 26

Compression:

Stored size: 1.33 KB

Contents

Version 1.0.0
============
 * Added .request() convenience method to Resourceful module.
 * Added .get(), .post(), .put(), .delete() and .head() convenience method to Resourceful module

Version 0.7.0
=============
 * Multiple values in a single header field are treated the same as repeated header fields. (Peter Williams)

Compatibility issues
--------------------

 * The semantics of the Resourceful::Header API have changed slightly.
   Previously multiple values in a single header field 
   (e.g. `Accept: application/xml, application/json`) where treated 
   differently from multiple values occurring in multiple fields (e.g 
   `Accept: application/xml\n\rAccept: application/json`).  This lead 
   to some unfortunate complexity when interacting with multi-valued 
   fields.


Version 0.6.0
=============

 * Improved support for multi-valued header fields. (Peter Williams)
 * Added convenience mechanisms for making URL encoded and multipart form data requests. (Peter Williams)
 * Ruby 1.9 support (Peter Williams)

Compatibility issues
--------------------

 * The semantics of the Resourceful::Header API have changed slightly.
   Previously, any header might return a string or an array.  Now
   fields are either "single-value" and always return a string, or
   "multi-value" and always return an array.  See API doc for more
   details.



Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
abiquo-etk-0.6.4 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.6.3 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.6.2 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.6.1 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.6.0 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.5.9 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.5.8 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.5.3 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.42 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.33 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.32 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.29 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.25 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.24 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.23 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.22 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.20 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.19 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.18 vendor/resourceful-1.0.1/History.txt
abiquo-etk-0.4.17 vendor/resourceful-1.0.1/History.txt