Skip to content

Releases: joshbuddy/jsonpath

Factorize `dig` logic and add use_symbols

28 Dec 10:24

Choose a tag to compare

  • Add a few more options;
  • More tests;
  • Readme optimisation;

Not depending to_regex and thrown out EOL rubies

18 Nov 11:58

Choose a tag to compare

v1.0.6

Bumped version for release

Fixes and fine tuning around the parser

19 Nov 20:43

Choose a tag to compare

This release was a long time coming. There are a lot of bug fixes around the parser and fine-tuning to provide the same functionality as the eval did but more secure.

Some bug fixes applied

04 Aug 07:18

Choose a tag to compare

Fixed the Parser hanging on a character it didn't recognize.
Fixed bug that arrays couldn't be deleted using delete.

Eval Free

10 Jun 12:39

Choose a tag to compare

This version has no eval usage in it. Eval has been replaced with a custom Parser which should work the same way most of the time.

However, there might be some problems with edge cases. Please report them as encountered.

60percent

Fixed Floating point in eval cases

10 May 03:33

Choose a tag to compare

Merge pull request #53 from joshbuddy/52_float_value

Fix for #52

Some more examples and Readme Update

07 May 09:45

Choose a tag to compare

Merge pull request #50 from joshbuddy/conditional_operators

Closes #49

Feature Complete and bugfixes

02 May 06:16

Choose a tag to compare

Hi everyone.

Most of the issues considering JsonPath have been addressed and refactoring has been applied to the whole project.

JsonPath currently is mostly feature complete and adheres to the same Path convention like the one referenced.