Skip to content

Commit 4668960

Browse files
committed
Release 0.7.2
+ Fixed query/selector "Array Slice With Start Large Negative Number And Open End On Short Array" (#7) + Fixed query/selector "Union With Keys" (#22) + Fixed query/selector "Dot Notation After Union With Keys" (#15) + Fixed query/selector "Union With Keys After Array Slice" (#23) + Fixed query/selector "Union With Keys After Bracket Notation" (#24) + Fixed query/selector "Union With Keys On Object Without Key" (#25)
1 parent 843d759 commit 4668960

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ The original JsonPath implementations is available at [http://code.google.com/p/
139139

140140
Changelog
141141
---------
142+
# 0.7.2
143+
- Fixed query/selector "Array Slice With Start Large Negative Number And Open End On Short Array" (#7)
144+
- Fixed query/selector "Union With Keys" (#22)
145+
- Fixed query/selector "Dot Notation After Union With Keys" (#15)
146+
- Fixed query/selector "Union With Keys After Array Slice" (#23)
147+
- Fixed query/selector "Union With Keys After Bracket Notation" (#24)
148+
- Fixed query/selector "Union With Keys On Object Without Key" (#25)
149+
142150
### 0.7.1
143151
- Fixed issues with empty tokens (`['']` and `[""]`)
144152
- Fixed TypeError in AccessHelper::keyExists

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "softcreatr/jsonpath",
33
"description": "JSONPath implementation for parsing, searching and flattening arrays",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"license": "MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)