0.09 Fri Oct 27 08:52::42 2017
- Fix breakage on Perl 5.8
0.08 Thu Oct 26 21:35::25 2017
- Allowing use of ":" and "@" in params (Fixes #6)
- Fix compatibility with JSON::XS 3.01
- Require MooseX::Role::Parameterized version 1.01
- add Auth::ApiKey method (#37, toddfries)
- Add test for Format::Text middleware (#42, gempesaw)
- Proper handling of UTF-8 content in query string escaping
- Support for path with question marks in spore specs (Alexis Sukrieh / Weborama)
- Fix OAuth issue with non-standard port (#28, unickuity)
- Allow form parameters to contain forward slashes (#15, magnachef)
0.07 Mon Oct 23 22:01::37 2017
- Update files to reflect repository migration
- replace deprecated plugins (#40, choroba)
- Merge pull request #36 from chiselwright/tgz_encoding
- Merge pull request #35 from chiselwright/enum_arrayref
- Some typo fixes (#24, #26)
- Set 'bytes' encoding for t/specs/content.tgz
- Wrap enum values in arrayref (franckcuny/net-http-spore#30)
- Use Class::Load::load_class instead of Class::MOP::load_class (#33, chiselwright)
- Wrap enum values in arrayref (franckcuny/net-http-spore#30)
0.06 Fri Apr 19 15:58::33 2013
- Fix random test failure in t/spore-method/base.t related to random hash
ordering in perl 5.17.6+ (#19)
- Add support for PATCH HTTP method (#13, Andreas Marienborg)
- Allow anonymous subs to be used as middleware (Brian Phillips)
- Refactor internals of Net::HTTP::Spore building of specs to allow easier
subclassing
0.05 Sun Nov 25 11:40:24 2012
- Fix a memory leak in Net::HTTP::Spore::Meta::Method (michaelr)
- Fix meta information in the dist.ini file (dolmen)
0.04 Tue Jul 26 11:32:00 2011
- allow XML::Simple options for Format::XML (fperrad)
- stringify Net::HTTP::Response to a useful message
- fix an issue where content-typ was not set correctly
- add is_success method to Net::HTTP::Spore::Response (Tim Bunce)
- throw exception by default if not is_success (Tim Bunce)
- convert examples to JSON (Tim Bunce)
- update POD readability (Tim Bunce)
- Added generic role
- OAuth middleware
- add option to display trace (via env or constructor)
- DoNotTrack middleware
0.03 Mon 22 Nov 2010 03:01:35 PM CET
- add form-data and headers
- add tests
- don't depends on Net::HTTP::API anymore
- remove 'path_info' method from N::H::S::Request object
- remove 'query_string' method from N::H::S::Request object
0.02 Thu 14 Oct 2010 02:08:27 PM CEST
- add types for JSON booleans values
- params is now an hashref with 'optional' and 'required'
- update some tests
- updated couchdb.json spec for our tests
0.01 Tue 14 Sep 2010 03:18:22 PM CEST
- initial release