Skip to content

Commit

Permalink
Bump version number and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed May 3, 2024
1 parent 5880b5e commit 960322c
Show file tree
Hide file tree
Showing 4 changed files with 1,601 additions and 1,079 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# JSON P3 Change Log

## Version 1.3.0

**Fixes**

- Fixed the normalized path representation of the non-standard keys selector. Previously the normalized path of a node produced from a keys selector would always select nothing. Note that this fix only applies when the default key token (`~`) is used. Custom key tokens are problematic when it comes to other, co-operating key selectors. If you're only interested in a _values_ from a node list, this wont affect you.

**Features**

- Added the non-standard _key_ selector.
- Added the non-standard _keys filter_ selector.

## Version 1.2.1

**Fixes**
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/jsonpath-extra.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Extra JSONPath Syntax

**_New in version 1.2.0_**
**_New in version 1.2.2_**

JSON P3 includes some extra, non-standard JSONPath syntax that is disabled by default. Setting the [`strict`](../api/namespaces/jsonpath.md#jsonpathenvironmentoptions) option to `false` when instantiating a [`JSONPathEnvironment`](../api/classes/jsonpath.JSONPathEnvironment.md) will enable all non-standard syntax.

Expand Down
Loading

0 comments on commit 960322c

Please sign in to comment.