Skip to content

Tags: wk8/go-ordered-map

Tags

v2.1.8

v2.1.8: YAML serialization/deserialization

Signed-off-by: Jean Rouge <rougej+github@gmail.com>

v2.1.6

Adding `GetAndMoveToBack()` and `GetAndMoveToFront()` methods

Makes it easier to use ordered maps to implement e.g. LRUs.

v2.1.4

v2.1.4

* Fixed a bug with UTF-8 special characters in JSON keys
* Made fuzz tests easier to understand/debug in case of failures

Signed-off-by: Jean Rouge <rougej+github@gmail.com>

v2.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from wk8/jrouge/lazy_init_unmarshall

v2.1.2

v2.1.1

Fixing a bug with JSON marshalling

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from wk8/jrouge/json

Adding support for JSON serialization/deserialization

v2.0.0

Need v2 in go.mod

Signed-off-by: Jean Rouge <rougej+github@gmail.com>