1# Changelog
2
3[comment]: # (Changes since last release go here)
4
5## 2.1.8 - Jun 27th 2023
6
7* Added support for YAML serialization/deserialization
8
9## 2.1.7 - Apr 13th 2023
10
11* Renamed test_utils.go to utils_test.go
12
13## 2.1.6 - Feb 15th 2023
14
15* Added `GetAndMoveToBack()` and `GetAndMoveToFront()` methods
16
17## 2.1.5 - Dec 13th 2022
18
19* Added `Value()` method
20
21## 2.1.4 - Dec 12th 2022
22
23* Fixed a bug with UTF-8 special characters in JSON keys
24
25## 2.1.3 - Dec 11th 2022
26
27* Added support for JSON marshalling/unmarshalling of wrapper of primitive types
28
29## 2.1.2 - Dec 10th 2022
30* Allowing to pass options to `New`, to give a capacity hint, or initial data
31* Allowing to deserialize nested ordered maps from JSON without having to explicitly instantiate them
32* Added the `AddPairs` method
33
34## 2.1.1 - Dec 9th 2022
35* Fixing a bug with JSON marshalling
36
37## 2.1.0 - Dec 7th 2022
38* Added support for JSON serialization/deserialization