We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08d527 commit d5ccb6cCopy full SHA for d5ccb6c
1 file changed
README.md
@@ -16,7 +16,7 @@ An implementation of JSON Pointer for golang, which supports go `struct`.
16
17
## Announcements
18
19
-* **2026-04-15** : added support for trailing "-" for arrays
+* **2026-04-15** : added support for trailing "-" for arrays (v0.23.0)
20
* this brings full support of [RFC6901][RFC6901]
21
* this is supported for types relying on the reflection-based implemented
22
* API semantics remain essentially unaltered. Exception: `Pointer.Set(document any,value any) (document any, err error)`
@@ -34,7 +34,7 @@ An implementation of JSON Pointer for golang, which supports go `struct`.
34
35
## Status
36
37
-API is stable.
+API is stable and feature-complete.
38
39
## Import this library in your project
40
0 commit comments