Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Releases: danthorpe/ValueCoding

3.0.0

14 Sep 23:56
Compare
Choose a tag to compare

3.0.0

This is for Xcode 9, Swift 4.0.

Please note that ValueCoding is marked as deprecated, as it has been rendered obsolete by Apple introducing the Codable protocol. The project has been mothballed, and will no longer be maintained.

2.2.0

14 Sep 23:55
Compare
Choose a tag to compare

2.2.0

This is for Xcode 9, Swift 3.2.

2.1.0

30 Oct 17:18
Compare
Choose a tag to compare

2.1.0

This is for Xcode 8.1, Swift 3.0.1

2.0.0 (#24)

28 Sep 11:35
Compare
Choose a tag to compare

2.0.0

This is the Swift 3.0 compatible version.

The key change here is that CodingType has been renamed to CodingProtocol in accordance with Swift 3.0 naming style.

1.5.0 (#22)

28 Sep 11:36
Compare
Choose a tag to compare

1.5.0

This is a Swift 2.3 compatible version

1.4.0 (#20)

01 Sep 06:47
Compare
Choose a tag to compare

1.4.0

  1. [VCD-19]: Recreates the project to use a single multi-platform framework target.

This is a release with no real code changes - just project configuration changes to switch to a single multi-platform framework.

1.3.0

22 Mar 23:16
Compare
Choose a tag to compare

1.3.0

  1. [VCD-13]: Switches test coverage reporting to Coveralls. Also adds SwiftLint rules into the project and CI.
  2. [VCD-14]: Updates to Swift 2.2 syntax. :)

1.2.0

02 Jan 13:35
Compare
Choose a tag to compare

1.2.0

  1. [VCD-9, VCD-10]: Adds support for a single level of nesting inside SequenceType values. For example it is now possible to encode and decode [[Foo]] structures where Foo conforms to ValueCoding.

1.1.1

26 Nov 13:44
Compare
Choose a tag to compare

1.1.1

  1. [VCD-7]: Updates CI stuff.
  2. [VCD-8]: Updates documentation and README. Thanks @mrackwitz.

Documentation is now hosted here docs.danthorpe.me/valuecoding.

1.1.0

27 Oct 13:55
Compare
Choose a tag to compare

1.1.0

  1. [VCD-4]: Supports tvOS platform, and updates to Xcode 7.1

Have also fixed a few left over bits of incorrect documentation.