JSONSerialization
extension.- The
Koting
protocol is split intoDekoting
andEnkoting
. - Decoded object structure is simplified (a breaking change).
- Fixed "Enkoting of array leads to incorrect result #12"
UserDefaults
deletes an object if nil is saved.
- This release contains a public interface breaking change: methods to encode/decode objects are moved from the
Koting
protocol toNSKeyedArchiver
andNSKeyedUnarchiver
extensions. UserDefaults
extension.- Features section is added to the readme file.
NSKeyedArchiver
extension.NSKeyedUnarchiver
extension.
- Handy
UserDefauls
extension. - More unit tests.
- Basic functionality: a
Koting
protocol and aKoter
. - API is polished.
- Unit tests are added.
- Readme is done.
- Basic Travis setup is done.
- Podspec is prepared to be pushed.
- Cocoapods' statuses are added to the readme file.
- Xcode documentation is added.