Skip to content

Releases: artemstepanenko/Dekoter

0.3.1

02 Apr 18:53
Compare
Choose a tag to compare

Fix

  • Removed the redundant use of NSData

0.3.0

02 Jun 23:13
Compare
Choose a tag to compare

Features

  • JSONSerialization extension.
  • The Koting protocol is split into Dekoting and Enkoting.
  • Decoded object structure is simplified (a breaking change).

0.2.2

05 Apr 18:45
Compare
Choose a tag to compare

Fix

  • Fixed "Enkoting of array leads to incorrect result #12"

0.2.1

27 Feb 17:03
Compare
Choose a tag to compare

Fix

  • UserDefaults deletes an object if nil is saved.

0.2.0

31 Jan 22:15
Compare
Choose a tag to compare

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.
  • UserDefaults extension.
  • Features section is added to the readme file.
  • NSKeyedArchiver extension.
  • NSKeyedUnarchiver extension.

0.1.1

22 Jan 21:51
Compare
Choose a tag to compare

Features

  • Handy UserDefauls extension
  • More unit tests

0.1.0

08 Jan 01:29
Compare
Choose a tag to compare

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
  • Xcode documentation is added