- Added support for YAML serialization/deserialization
- Renamed test_utils.go to utils_test.go
- Added
GetAndMoveToBack()
andGetAndMoveToFront()
methods
- Added
Value()
method
- Fixed a bug with UTF-8 special characters in JSON keys
- Added support for JSON marshalling/unmarshalling of wrapper of primitive types
- 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
- Fixing a bug with JSON marshalling
- Added support for JSON serialization/deserialization