This repository has been archived by the owner on Jun 11, 2018. It is now read-only.
Releases: danthorpe/ValueCoding
Releases · danthorpe/ValueCoding
3.0.0
2.2.0
2.1.0
2.0.0 (#24)
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)
1.5.0
This is a Swift 2.3 compatible version
1.4.0 (#20)
1.4.0
- [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
1.2.0
1.2.0
- [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 whereFoo
conforms toValueCoding
.
1.1.1
1.1.1
- [VCD-7]: Updates CI stuff.
- [VCD-8]: Updates documentation and README. Thanks @mrackwitz.
Documentation is now hosted here docs.danthorpe.me/valuecoding.