Skip to content

Releases: joshbuddy/jsonpath

Factorize `dig` logic and add use_symbols

Choose a tag to compare

@Skarlso Skarlso released this 28 Dec 10:24
  • Add a few more options;
  • More tests;
  • Readme optimisation;

Not depending to_regex and thrown out EOL rubies

Choose a tag to compare

@Skarlso Skarlso released this 18 Nov 11:58
v1.0.6

Bumped version for release

Fixes and fine tuning around the parser

Choose a tag to compare

@Skarlso Skarlso released this 19 Nov 20:43

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

Choose a tag to compare

@Skarlso Skarlso released this 04 Aug 07:18

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

Eval Free

Choose a tag to compare

@Skarlso Skarlso released this 10 Jun 12:39

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

Choose a tag to compare

@Skarlso Skarlso released this 10 May 03:33
Merge pull request #53 from joshbuddy/52_float_value

Fix for #52

Some more examples and Readme Update

Choose a tag to compare

@Skarlso Skarlso released this 07 May 09:45
Merge pull request #50 from joshbuddy/conditional_operators

Closes #49

Feature Complete and bugfixes

Choose a tag to compare

@Skarlso Skarlso released this 02 May 06:16

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.