fill changelog, deprecate base64 in common and update serialization dependencies

This commit is contained in:
2021-01-23 11:56:58 +06:00
parent a4020cb484
commit 48a4246aac
5 changed files with 31 additions and 2 deletions

View File

@@ -2,6 +2,21 @@
## 0.4.21
* `Common`
* `JS`
* Extension `DataView#toByteArray` has been added
* Extension `ArrayBuffer#toByteArray` has been added
* Extension `ByteArray#toDataView` has been added
* Extension `ByteArray#toArrayBuffer` has been added
* `Coroutines`
* `JS`
* Extension `Blob#toByteArray` has been added
* `Crypto`
* Subproject has been created
* `Serialization`
* `Base64`
* Currently, it is not depended on `common` project and use `crypto` instead
## 0.4.20
* `Serialization`