The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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