Sha256: 0f33d7d61b4efde225758ab6bbb0dcd3b0b2b0f28ce4ac22b5abec5442481678

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

0.5.3
* can handle text/* content, useful when using low-level methods on a session object (session.{get,post,delete,put})
* can now find a collection item using collection[:symbol] even if item uid is an integer: collection[:'12345']
* default_headers no longer overwrite custom headers set by user
* fixed bug with latest version of rest-client

0.5.2
* support for DELETE requests. Use resource.delete(options)
* fixed bug in resource.load(:reload => true)

0.5.1
* fixed bug in resource.reload

0.5.0
* support for POST requests. Use resource.submit(payload, options)

0.4.1
* added a require 'yaml' in restfully.rb (priteau);
* added an introductory message when using the command-line tool;
* removed [root_path] from the list of options in command-line client 'Usage' banner (priteau);
* added test for :configuration_file option;
* tests are no longer failing on ruby1.9;

0.4.0
* removed 'root_path' option: 'base_uri' must point to the starting resource;
* objects can now be pretty printed using 'pp object';
* Restfully::Collection now include the Enumerable module;
* Restfully::Collection inherits from Restfully::Resource;
* 'object.uid' is no longer valid. Use 'object["uid"]' instead;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
restfully-0.5.4 CHANGELOG
restfully-0.5.3 CHANGELOG