Skip to content

Commit

Permalink
docs: Update roadmap in README
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark authored Mar 10, 2024
1 parent 8b76ad0 commit dd89ae2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ Roadmap:
- [x] `encoding.TextUnmarshaler` keys
- [x] Integer keys
- [x] JSON struct tags
- [x] Case-insensitive key matching (backward-compatibility feature of `encoding/json`)
- [x] Option `DisallowUnknownFields`
- [x] Case-insensitive key matching
- [x] Option `string`
- [x] Option `DisableFieldNameUnescapingNoTag`
- [x] Option `DisableCaseInsensitiveMatching`
- [ ] Option `DisallowDuplicateNames`
- [x] Struct tag option `string`
- [x] Pointers
- [x] Type `Unmarshaler interface { UnmarshalJSON([]byte) error }`
- [x] Type `TextUnmarshaler interface { UnmarshalText(text []byte) error }`
Expand Down

0 comments on commit dd89ae2

Please sign in to comment.