Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wk8 committed Dec 14, 2022
1 parent a4b13b1 commit 02b9222
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@

[comment]: # (Changes since last release go here)

# 2.1.4 - Dec 12th 2022
## 2.1.5 - Dec 13th 2022

* Added `Value()` method

## 2.1.4 - Dec 12th 2022

* Fixed a bug with UTF-8 special characters in JSON keys

# 2.1.3 - Dec 11th 2022
## 2.1.3 - Dec 11th 2022

* Added support for JSON marshalling/unmarshalling of wrapper of primitive types

# 2.1.2 - Dec 10th 2022
## 2.1.2 - Dec 10th 2022
* 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

# 2.1.1 - Dec 9th 2022
## 2.1.1 - Dec 9th 2022
* Fixing a bug with JSON marshalling

# 2.1.0 - Dec 7th 2022
## 2.1.0 - Dec 7th 2022
* Added support for JSON serialization/deserialization

0 comments on commit 02b9222

Please sign in to comment.