10.5       2021-07-07 10:52:00-05:00 America/Chicago
2
3    [ Bug Fixes ]
4    - basic support for AND and OR operators
5      Fixes issue #21
6      David Escribano García ++
7
80.430     2021-01-27 23:34:50-06:00 America/Chicago
9
10    [ Bug Fixes ]
11    - multiple recursion (e.g. $..foo..bar) works properly.
12      Fixes RT #122529
13      Thomas Helsel ++
14
15    - Non-array-like and non-hash-like refs work properly for paths and map.
16      Fixes RT #123381
17      Patrick Cronin++
18
19    [ Other ]
20    - Warnings at the calling line when attempting to set on a non-object via set() or value() as an lvalue
21
220.401     2017-07-20 09:24:14-05:00 America/Chicago
23
24    [ Other ]
25    Changes to build files only
26
270.400     2017-07-17 17:44:44-05:00 America/Chicago
28
29    [ Other ]
30    Tokenizer has been rewritten and is now cleaner and 20% cooler.
31
32    [ Bug Fixes ]
33    - get() no longer creates keys in the object
34      Fixes RT #122493
35      Thomas Helsel++
36
37    - Fix for path construction failure when expression contains a filter
38      Fixes RT 122190
39      James Bowery++
40
410.310     2017-07-11 13:36:54-05:00 America/Chicago
42
43    [ Bug Fixes ]
44    - Fixes RT #122427
45    Slaven Rezic++
46
470.301     2017-07-10 16:37:15-05:00 America/Chicago
48
49    [ Bug Fixes ]
50    - Fix missing version information in main module
51
520.300     2017-07-10 11:13:48-05:00 America/Chicago
53
54    [ Bug Fixes ]
55    - Add support for escaping reserved characters
56      Fixes RT #92237
57      Max Laager++
58      <https://rt.cpan.org/Ticket/Display.html?id=92237>
59
60    [ Other ]
61    - Setting values on non-existent keys will create the key with the value
62    - Forked from Toby Inkster's JSON::Path 0.205
63