Releases: kazamori/orderedmap
Releases · kazamori/orderedmap
v0.5.1
Refactoring
- Refined JSON unmarshal process - Improved the JSON unmarshaling implementation with cleaner code structure and better organization between map.go and util.go
Documentation
- Added CLAUDE.md for Claude Code guidance
- Updated README.md with improved documentation and examples
- Added new example tests in example_test.go
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Initial Release
An alternative generic ordered map in Go with JSON serialization/deserialization support.
Features
- Generic OrderedMap: OrderedMap[K comparable, V any] that preserves insertion order of keys
- JSON Support: Implements json.Marshaler and json.Unmarshaler interfaces while maintaining key order
Requirements
- Go 1.23+
Full Changelog: https://github.com/kazamori/orderedmap/commits/v0.5.0