Skip to content

Releases: kazamori/orderedmap

v0.5.1

21 Dec 11:33
@t2y t2y

Choose a tag to compare

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

21 Dec 03:56
@t2y t2y

Choose a tag to compare

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