update changelog

This commit is contained in:
Madhas 2018-05-24 17:02:38 +03:00
parent 20bf8bf861
commit 69e28eaf5b
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Changelog
### 0.7.19
- **Add**: tests for `NetworkService`
- **Add**: `toJSON(with encoder: JSONEncoder)` method to `Encodable`
- **Add**: `failedToDecode` error case to `LeadKitError`
- **Remove**: occurrences `ObjectMapper` pod and its occurrences in code
- **Update**: replace `ObjectMapper` mapping with `Decodable`
### 0.7.18
- **Update**: default implementation of `PaginationWrapperUIDelegate`.