Releases: wk8/go-ordered-map
Releases · wk8/go-ordered-map
v2.1.8
27 Jun 18:04
Compare
Sorry, something went wrong.
No results found
Added support for YAML serialization/deserialization
v2.1.7
13 Apr 20:47
Compare
Sorry, something went wrong.
No results found
Renamed test_utils.go to utils_test.go
v2.1.6
15 Feb 19:26
Compare
Sorry, something went wrong.
No results found
Added GetAndMoveToBack() and GetAndMoveToFront() methods
v2.1.5
14 Dec 00:24
Compare
Sorry, something went wrong.
No results found
v2.1.4
12 Dec 22:21
Compare
Sorry, something went wrong.
No results found
Fixed a bug with UTF-8 special characters in JSON keys
v2.1.3
11 Dec 19:32
Compare
Sorry, something went wrong.
No results found
Added support for JSON marshalling/unmarshalling of wrapper of primitive types
v2.1.2
11 Dec 03:07
Compare
Sorry, something went wrong.
No results found
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
09 Dec 15:54
Compare
Sorry, something went wrong.
No results found
Fixing a bug with JSON marshalling
v2.1.0
07 Dec 19:34
Compare
Sorry, something went wrong.
No results found
Added support for JSON serialization/deserialization
v2: generics
27 Apr 01:21
Compare
Sorry, something went wrong.
No results found
Version 2 uses golang 1.18's generics, instead of interface{}s.
We'll still maintain v1 with plain interface{}s going forward.