1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
1.0.6 2024-04-26 11:58:01-05:00 America/Chicago
[ Other ]
- Correct POD
Elvin Aslanov++
1.0.5 2024-04-22 16:10:46-05:00 America/Chicago
[ Other ]
- Remove dependency on Tie::IxHash
Bernhard Schmalhofer++
1.0.4 2023-12-11 13:29:46-06:00 America/Chicago
[ Other ]
- Remove dependency on JSON::Parse
Bernhard Schmalhofer++
- Replace my deadname with my proper name
Aurelia Peters++
1.0.3 2022-12-15 19:43:48-05:00 America/Chicago
[ Bug Fixes ]
- Fix unicode issue in POD
David Escribano García++
- Fix use of quotes and escaped characters inside quoted text
David Escribano García++
[ Other ]
- Implement =~ operator to filter using regular expressions.
David Escribano García++
1.0.2 2022-09-06 10:13:31-05:00 America/Chicago
[ Bug Fixes ]
- Fix missing dependencies
1.0.1 2022-08-30 21:58:38-05:00 America/Chicago
1.0.0 2022-08-30 21:56:52-05:00 America/Chicago
[ Bug Fixes ]
- Fix filtering when there are nested structures.
Fixes issue #35
David Escribano García++
[ Bug Fixes ]
- Fix filtering using unary operators.
Fixes issue #34
David Escribano García++
[ Other ]
- No functional changes since 0.51, switch to semantic versioning.
0.51 2022-03-03 18:25:11-06:00 America/Chicago
[ Other ]
- Remove JSON, use JSON::MaybeXS throughout.
Fixes issue #22
James Rapass++
- Remove Exporter and Exporter::Easy, use Exporter::Shiny throughout.
Fixes issue #23
James Raspass++
- Remove unused Sys::Hostname dependency.
Fixes issue #24
James Raspass++
- Remove Test::Deep, Test::More, and Test::Most, use Test2::V0 throughout.
Fixes issue #25
James Raspass++
0.5 2021-07-07 10:52:00-05:00 America/Chicago
[ Bug Fixes ]
- basic support for AND and OR operators
Fixes issue #21
David Escribano García ++
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
|