reformat changelog

This commit is contained in:
InsanusMokrassar 2020-11-11 23:40:05 +06:00
parent 91beb49b02
commit 5fbcba9298
1 changed files with 7 additions and 9 deletions

View File

@ -1,5 +1,11 @@
# SDI changelogs
## 0.3.1
* `Kotlin`: `1.3.71` -> `1.3.72`
* Add `SerializersModuleBuilder#optionalContextual` for more comfortable usage of `contextual`
* All `loadModule` functions now able to retrieve additional classes to inspect inside of serializer of module
## 0.3.0
* Versions:
@ -8,20 +14,12 @@
* Now it is possible to pass own lambda with receiver `SerializersModuleBuilder` to customize deserialization
* Now it will correctly resolve objects which was not previously registered
* By default, for modules loading will be used context from `Json`, passed as receiver
### 0.3.1
* `Kotlin`: `1.3.71` -> `1.3.72`
* Add `SerializersModuleBuilder#optionalContextual` for more comfortable usage of `contextual`
* All `loadModule` functions now able to retrieve additional classes to inspect inside of serializer of module
## 0.2.0
* `Kotlin`: `1.3.61` -> `1.3.70`
* `Kotlin Serialization`: `0.14.0` -> `0.20.0`
## 0.1.0
### 0.1.2
* All reflection support methods are internal