This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
Releases: SwiftyLab/DynamicCodableKit
Releases · SwiftyLab/DynamicCodableKit
v1.0.0
1.0.0 (2022-06-05)
✅ Tests
- add
DynamicDecodable
unit tests (96d4ba6) - add tests for dynamic JSON decoding with type identifiers (9fc73b7)
- add tests for dynamic JSON decoding with type(s) parent coding key (c222eb1)
- add tests for dynamic JSON decoding with user context provider (74fd0b4)
- add type identifier decoding tests (3ae17b3)
🚀 Features
- add Carthage prebuilt frameworks support (c0f6918)
- add Carthage support (107a5c7)
- add CocoaPods support (4e53ceb)
- add dynamic encoding (ac18636)
- add dynamic JSON decoding with type identifiers (63bab18)
- add dynamic JSON decoding with type(s) parent coding key (5c5bf0a)
- add dynamic JSON decoding with user context provider (8a61ceb)
- add ignoring key with invalid data for parent coding key based dynamic decoding (79935b4)
🐛 Fixes
- CocoaPods: fix podspec source tag attribute (9072d1e)
📚 Documentation
- add about and contributing guidelines (1c3f7d1)
- add DocC documentation with articles (9575dd3)
- add manual installation guides (c51c8c9)
💄 Styles
- add swift-format for code formatting (0a719fe)
⏪ Reverts
- Revert "chore: add single major swift tool package manifest" (19044fd)