Add and update changelog

This commit is contained in:
sigma-andex 2022-10-18 16:26:50 +01:00
parent 09d459fe06
commit 0303315b35
No known key found for this signature in database
GPG Key ID: C5F79968835855AB

26
CHANGELOG.md Normal file
View File

@ -0,0 +1,26 @@
# Changelog
## v4.0.0
- Replace `bigints` dependency with `js-bigints` so that no more external npm dependency is needed (#11 by @sigma-andex)
## v3.0.2
- Minor internal updates
- Improve error handling
- Add codecs and `JSDate` (@i-am-the-slime)
## v3.0.1
- Readme update
## v3.0.0
- Add codecs for enums and more instances (#9 by @i-am-the-slime)
- Add codecs for `Map` and `Map` with newtype (#4 by @i-am-the-slime)
## v2.0.0
- Add support for `BigInt` (#5 by @sigma-andex)
- Improve Generics (#3 by @i-am-the-slime)
## v1.0.1
- Add Generics (#2 by @i-am-the-slime)
## v1.0.0
- Initial commit