You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
master
2
-
------
1
+
v0.159.0
2
+
--------
3
3
4
4
Bugs fixed:
5
5
@@ -11,11 +11,12 @@ Changes:
11
11
- In the jsonpointer extension, the type names `json_ptr` and `wjson_ptr` have been deprecated and
12
12
renamed to `json_pointer` and `wjson_pointer`.
13
13
14
-
- The json_pointer operators `/=` and `/` now support integers.
15
-
16
14
Enhancements:
17
15
18
-
- New override for `jsonpath::json_replace` that searches for all values that match a JSONPath expression and replaces them with the result of a given function, see [\#279](https://github.com/danielaparker/jsoncons/pull/279)
16
+
- The json_pointer operators `/=` and `/` now support integers.
17
+
18
+
- New override for `jsonpath::json_replace` that searches for all values that match a JSONPath expression
19
+
and replaces them with the result of a given function, see [\#279](https://github.com/danielaparker/jsoncons/pull/279)
19
20
20
21
- New factory function `jmespath::make_expression` to create compiled JMESPath expressions.
0 commit comments