Revision history for Perl extension JSON::Pointer
0.07 2015-08-13T09:02:56Z
- Accept ARRAY in JSON::Pointer::Syntax::as_pointer()
- Support Relative JSON Pointer in JSON::Pointer::get_relative()
- Fixed issue (https://github.com/zigorou/perl-json-pointer/issues/8)
0.06 2014-09-02T14:09:32Z
- Improve JSON primitive type detection (https://github.com/zigorou/perl-json-pointer/pull/7)
0.05 2014-09-01T11:36:15Z
- Improve method behavior to RFC6902 (https://github.com/zigorou/perl-json-pointer/pull/6)
0.04 2014-05-21T07:32:53Z
- Remove dependency of B version
0.03 Sat Feb 1 23:05:38 JST 2014
- Fixed cpanfile
0.02 Sat Feb 1 19:51:14 JST 2014
- Fixed RT 87314 (https://rt.cpan.org/Public/Bug/Display.html?id=87314)
* Patched by aoneko++(https://github.com/aoneko)
- Fixed RT 89773 (https://rt.cpan.org/Ticket/Display.html?id=89773)
* [Important changes] 0.02 use Clone module instead of Data::Clone.
- Support cpanfile by minil
0.01 Mon Feb 18 00:32:55 JST 2013
- original version