Releases: wk8/go-ordered-map
Releases · wk8/go-ordered-map
v2.1.8
Added support for YAML serialization/deserialization
v2.1.7
Renamed test_utils.go to utils_test.go
v2.1.6
Added GetAndMoveToBack()
and GetAndMoveToFront()
methods
v2.1.4
- Fixed a bug with UTF-8 special characters in JSON keys
v2.1.3
Added support for JSON marshalling/unmarshalling of wrapper of primitive types
v2.1.2
- Allowing to pass options to
New
, to give a capacity hint, or initial data
- Allowing to deserialize nested ordered maps from JSON without having to explicitly instantiate them
- Added the
AddPairs
method
v2.1.1
Fixing a bug with JSON marshalling
v2.1.0
Added support for JSON serialization/deserialization
v2: generics
Version 2 uses golang 1.18's generics, instead of interface{}
s.
We'll still maintain v1 with plain interface{}
s going forward.