Skip to content

Commit 933d263

Browse files
authored
doc: announced dependencies reshuffle for v0.24.0 (#142)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 3663b09 commit 933d263

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

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

1717
## Announcements
1818

19+
* **2026-06-29** : reinsourced external dependency to swag (v0.24.0)
20+
* module `github.com/go-openapi/swag/jsonname` is source directly here, so we no longer have any external dependency
21+
* `jsonname` was never really used by any other package, so it makes sense to deprecate it away from the `swag` family
22+
and retrofit its functionality here. `jsonpointer` no longer get external dependencies, besides test dependencies.
23+
1924
* **2026-04-15** : added support for trailing "-" for arrays (v0.23.0)
2025
* this brings full support of [RFC6901][RFC6901]
2126
* this is supported for types relying on the reflection-based implemented
@@ -30,12 +35,13 @@ An implementation of JSON Pointer for golang, which supports go `struct`.
3035
* the default name provider in use is not fully aligned with go JSON stdlib
3136
* exposed an option (or global setting) to change the provider that resolves a struct into json keys
3237
* the default behavior is not altered
33-
* a new alternate name provider is added (imported from `go-openapi/swag/jsonname`), aligned with JSON stdlib behavior
3438

3539
## Status
3640

3741
API is stable and feature-complete.
3842

43+
The project continues to receive regular updates, bug fixes and hygiene maintenance (CI, linting, etc).
44+
3945
## Import this library in your project
4046

4147
```cmd

0 commit comments

Comments
 (0)