Skip to content

Commit

Permalink
Update changelog with 3.0 contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Galbar committed Mar 5, 2023
1 parent f86b546 commit 7f68c84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

3.0
---
### Breaking changes:
* The recursive operation now works slightly different (see https://github.com/Galbar/JsonPath-PHP/commit/5ac1783ed447063357f472a080d56dbdfe5b4ee8)
* 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.

### New features:
* Support for child selector operation immediatly after recursive operation: `$..[?(@.author == "Nigel Rees")]`
* `in [...]` operation
* Added formal support for variable names starting with numbers in the dot-notation: `$.2`


2.1
---

Expand Down

0 comments on commit 7f68c84

Please sign in to comment.