Skip to content

Commit 7ff27c4

Browse files
author
Cache Hamm
committed
Tweak json path changelog messaging
1 parent f7a194f commit 7ff27c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* BREAKING CHANGES
33
* Rule conditions' `path` property is now interpretted using [json-path](https://goessner.net/articles/JsonPath/)
44
* To continue using the old syntax (provided via [selectn](https://github.com/wilmoore/selectn.js)), `npm install selectn` as a direct dependency, and `json-rules-engine` will continue to interpret legacy paths this way.
5-
* Any path starting with `$` will be assumed to require the use of `json-path`
5+
* Any path starting with `$` will be assumed to use `json-path` syntax
66

77
#### 4.1.0 / 2019-09-27
88
* Export Typescript definitions (@brianphillips)

0 commit comments

Comments
 (0)