Releases: joshbuddy/jsonpath
Releases · joshbuddy/jsonpath
Factorize `dig` logic and add use_symbols
Not depending to_regex and thrown out EOL rubies
v1.0.6 Bumped version for release
Fixes and fine tuning around the parser
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
Fixed the Parser hanging on a character it didn't recognize.
Fixed bug that arrays couldn't be deleted using delete
.
Eval Free
Fixed Floating point in eval cases
Merge pull request #53 from joshbuddy/52_float_value Fix for #52
Some more examples and Readme Update
Merge pull request #50 from joshbuddy/conditional_operators Closes #49
Feature Complete and bugfixes
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.