Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Releases: hodinkee/alexander

Alexander 5.0.0

29 Mar 12:54
Compare
Choose a tag to compare
  • Xcode 10.2 / Swift 5 Support

Alexander 4.0.0

11 Jan 15:58
Compare
Choose a tag to compare

This version of Alexander requires Swift 3 or higher.

Alexander 3.1.0

29 Mar 19:52
Compare
Choose a tag to compare
  • [added]: Support for Xcode 7.3 and Swift 2.2

Alexander 1.6.1

17 Nov 02:36
Compare
Choose a tag to compare
  • [fixed]: RawRepresentable decode functions are now public.

Alexander 1.6

17 Nov 01:49
Compare
Choose a tag to compare
  • [added]: Cocoapods support (Thanks @mergesort!)
  • [added]: Ability to decode arbitrary types via decode(transform:)
  • [added]: Ability to decode individual JSONDecodable instances via decode(type:)
  • [added]: Ability to decode RawRepresentable types easily

Alexander 1.5

28 Oct 21:31
Compare
Choose a tag to compare
  • Tweaked project configuration
  • Added watchOS and tvOS targets

Alexander 1.4

09 Sep 20:32
Compare
Choose a tag to compare
  • Swift 2.0 and Xcode 7

Alexander 1.1

06 Aug 00:43
Compare
Choose a tag to compare
  • Added func decodeArray<T>(transform: JSON -> T?) -> [T]?

Alexander 1.0

21 Jul 00:32
Compare
Choose a tag to compare

Alexander is an extremely simple JSON helper written in Swift. It brings type safety and Foundation helpers to the cumbersome task of JSON unpacking.