@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. It uses the
7
7
[ Semantic Versioning ] : https://semver.org/spec/v2.0.0.html
8
8
"Semantic Versioning 2.0.0"
9
9
10
- ## [ v0.10 .0] — Unreleased
10
+ ## [ v0.9 .0] — Unreleased
11
11
12
12
### ⚡ Improvements
13
13
@@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file. It uses the
28
28
* Vastly expanded the ` spec ` package documentation to make it much more
29
29
thorough and accurate, with copious links to relevant parts of [ RFC 9535]
30
30
and complete lists of interface implementations and examples for each
31
- significant type. See [ PR # 14 ] for details.
31
+ significant type.
32
32
* Removed the "Package Stability" statement from the README, as all packages
33
33
are considered stable or else potentially unstable types in the ` spec `
34
34
package have been labeled as such.
@@ -42,10 +42,9 @@ All notable changes to this project will be documented in this file. It uses the
42
42
* Upgraded the [ compliance test suite] and integrated its located path test
43
43
expectations. All tests passed, no changes required.
44
44
45
- [ v0.4.1 ] : https://github.com/theory/jsonpath/compare/v0.4.1...v0.10 .0
45
+ [ v0.9.0 ] : https://github.com/theory/jsonpath/compare/v0.4.1...v0.9 .0
46
46
[ json.Number ] : https://pkg.go.dev/encoding/json#Number
47
47
[ json.Decoder.UseNumber ] : https://pkg.go.dev/encoding/json#Decoder.UseNumber
48
- [ PR #14 ] : https://github.com/theory/jsonpath/pull/14
49
48
[ compliance test suite ] : https://github.com/jsonpath-standard/jsonpath-compliance-test-suite
50
49
[ RFC 9535 ] : https://www.rfc-editor.org/rfc/rfc9535.html
51
50
"RFC 9535 JSONPath: Query Expressions for JSON"
0 commit comments