All Versions
7
Latest Version
Avg Release Cycle
75 days
Latest Release
2216 days ago

Changelog History

  • v0.3.1 Changes

    April 02, 2018

    ๐Ÿ›  Fix

    • โœ‚ Removed the redundant use of NSData
  • v0.3.0 Changes

    June 02, 2017

    ๐Ÿ”‹ Features

    • JSONSerialization extension.
    • The Koting protocol is split into Dekoting and Enkoting.
    • 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.
  • 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 to NSKeyedArchiver and NSKeyedUnarchiver extensions.
    • 0๏ธโƒฃ UserDefaults extension.
    • ๐Ÿ”‹ Features section is added to the readme file.
    • NSKeyedArchiver extension.
    • NSKeyedUnarchiver extension.
  • v0.1.1 Changes

    January 22, 2017

    ๐Ÿ”‹ Features

    • Handy UserDefauls extension.
    • โœ… More unit tests.
  • v0.1.0 Changes

    January 08, 2017

    ๐Ÿ”‹ Features

    • Basic functionality: a Koting protocol and a Koter.
    • ๐Ÿ’… 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.