Skip to content

Releases: kazamori/orderedmap

Release list

v0.5.1

Choose a tag to compare

@t2y t2y released this 21 Dec 11:33

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

Choose a tag to compare

@t2y t2y released this 21 Dec 03:56

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