0.430 2021-01-27 23:34:50-06:00 America/Chicago
[ Bug Fixes ]
- multiple recursion (e.g. $..foo..bar) works properly.
Fixes RT #122529
Thomas Helsel ++
- Non-array-like and non-hash-like refs work properly for paths and map.
Fixes RT #123381
Patrick Cronin++
[ Other ]
- Warnings at the calling line when attempting to set on a non-object via set() or value() as an lvalue
0.401 2017-07-20 09:24:14-05:00 America/Chicago
[ Other ]
Changes to build files only
0.400 2017-07-17 17:44:44-05:00 America/Chicago
[ Other ]
Tokenizer has been rewritten and is now cleaner and 20% cooler.
[ Bug Fixes ]
- get() no longer creates keys in the object
Fixes RT #122493
Thomas Helsel++
- Fix for path construction failure when expression contains a filter
Fixes RT 122190
James Bowery++
0.310 2017-07-11 13:36:54-05:00 America/Chicago
[ Bug Fixes ]
- Fixes RT #122427
Slaven Rezic++
0.301 2017-07-10 16:37:15-05:00 America/Chicago
[ Bug Fixes ]
- Fix missing version information in main module
0.300 2017-07-10 11:13:48-05:00 America/Chicago
[ Bug Fixes ]
- Add support for escaping reserved characters
Fixes RT #92237
Max Laager++
<https://rt.cpan.org/Ticket/Display.html?id=92237>
[ Other ]
- Setting values on non-existent keys will create the key with the value
- Forked from Toby Inkster's JSON::Path 0.205