Skip to content

Commit d5ccb6c

Browse files
authored
doc: project status update (#127)
* feature-complete * stable API * 100% documented Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent f08d527 commit d5ccb6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An implementation of JSON Pointer for golang, which supports go `struct`.
1616

1717
## Announcements
1818

19-
* **2026-04-15** : added support for trailing "-" for arrays
19+
* **2026-04-15** : added support for trailing "-" for arrays (v0.23.0)
2020
* this brings full support of [RFC6901][RFC6901]
2121
* this is supported for types relying on the reflection-based implemented
2222
* 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`.
3434

3535
## Status
3636

37-
API is stable.
37+
API is stable and feature-complete.
3838

3939
## Import this library in your project
4040

0 commit comments

Comments
 (0)