All Versions
7
Latest Version
Avg Release Cycle
75 days
Latest Release
2479 days ago
Changelog History
Changelog History
-
v0.3.1 Changes
April 02, 2018๐ Fix
- โ Removed the redundant use of
NSData
- โ Removed the redundant use of
-
v0.3.0 Changes
June 02, 2017๐ Features
JSONSerialization
extension.- The
Koting
protocol is split intoDekoting
andEnkoting
. - Decoded object structure is simplified (a breaking change).
-
v0.2.2 Changes
April 05, 2017๐ Fix
- ๐ Fixed "Enkoting of array leads to incorrect result #12"
-
v0.2.1 Changes
February 27, 2017๐ Fix
- 0๏ธโฃ
UserDefaults
deletes an object if nil is saved.
- 0๏ธโฃ
-
v0.2.0 Changes
January 31, 2017๐ Features
- ๐ This release contains a public interface breaking change: methods to encode/decode objects are moved from the
Koting
protocol toNSKeyedArchiver
andNSKeyedUnarchiver
extensions. - 0๏ธโฃ
UserDefaults
extension. - ๐ Features section is added to the readme file.
NSKeyedArchiver
extension.NSKeyedUnarchiver
extension.
- ๐ This release contains a public interface breaking change: methods to encode/decode objects are moved from the
-
v0.1.1 Changes
January 22, 2017๐ Features
- Handy
UserDefauls
extension. - โ More unit tests.
- Handy
-
v0.1.0 Changes
January 08, 2017๐ Features
- 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.
- Basic functionality: a