This repository was archived by the owner on Feb 2, 2023. It is now read-only.
Releases: hodinkee/alexander
Releases · hodinkee/alexander
Alexander 5.0.0
Alexander 4.0.0
This version of Alexander requires Swift 3 or higher.
Alexander 3.1.0
- [added]: Support for Xcode 7.3 and Swift 2.2
Alexander 1.6.1
- [fixed]:
RawRepresentabledecode functions are now public.
Alexander 1.6
- [added]: Cocoapods support (Thanks @mergesort!)
- [added]: Ability to decode arbitrary types via
decode(transform:) - [added]: Ability to decode individual
JSONDecodableinstances viadecode(type:) - [added]: Ability to decode
RawRepresentabletypes easily
Alexander 1.5
- Tweaked project configuration
- Added
watchOSandtvOStargets
Alexander 1.4
- Swift 2.0 and Xcode 7
Alexander 1.1
- Added
func decodeArray<T>(transform: JSON -> T?) -> [T]?
Alexander 1.0
Alexander is an extremely simple JSON helper written in Swift. It brings type safety and Foundation helpers to the cumbersome task of JSON unpacking.