Skip to content

Commit 7f68c84

Browse files
committed
Update changelog with 3.0 contents
1 parent f86b546 commit 7f68c84

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
3.0
5+
---
6+
### Breaking changes:
7+
* The recursive operation now works slightly different (see https://github.com/Galbar/JsonPath-PHP/commit/5ac1783ed447063357f472a080d56dbdfe5b4ee8)
8+
* Queries with no matches will now return empty arrays, instead of `false`. The only exception being when using smart get and a non-divergent path, where `false` will still be returned.
9+
10+
### New features:
11+
* Support for child selector operation immediatly after recursive operation: `$..[?(@.author == "Nigel Rees")]`
12+
* `in [...]` operation
13+
* Added formal support for variable names starting with numbers in the dot-notation: `$.2`
14+
15+
416
2.1
517
---
618

0 commit comments

Comments
 (0)