From 4e6e0626fb3525eca73a865b2d61640012a9324d Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Sat, 18 Apr 2026 13:07:38 +0200 Subject: [PATCH] doc: project status update * feature-complete * stable API * 100% documented Signed-off-by: Frederic BIDON --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f665ec7..24fbe1b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ An implementation of JSON Pointer for golang, which supports go `struct`. ## Announcements -* **2026-04-15** : added support for trailing "-" for arrays +* **2026-04-15** : added support for trailing "-" for arrays (v0.23.0) * this brings full support of [RFC6901][RFC6901] * this is supported for types relying on the reflection-based implemented * 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`. ## Status -API is stable. +API is stable and feature-complete. ## Import this library in your project