Skip to content

Releases: zenangst/Tailor

3.0.0

17 Aug 11:10
Compare
Choose a tag to compare
  • Methods with the suffix orThrow has been remove in favor of .unwrapOrThrow(). #65
  • The custom operator for non-optional mapping has been removed. #65

2.2.1

11 May 16:05
Compare
Choose a tag to compare
  • Fixes Carthage not building on macOS (was related to the target including tests when archiving etc.)

2.2.0

11 May 12:12
Compare
Choose a tag to compare
  • Fixes broken Carthage build #63
  • Adds support for mapping boolean values #64

2.1.0

11 May 00:33
Compare
Choose a tag to compare

Adds new methods on Dictionary for mapping Double, Float, Int and String.
You can also use the new value(forKey:ofType:) to achieve the same thing.
They can be used like this:

dictionary.double("key")
dictionary.float("key")
dictionary.int("key")
dictionary.string("key")
dictionary.value(forKey: "key", ofType: String.self)

2.0.2

05 Dec 06:43
Compare
Choose a tag to compare
  • Internal improvements, adds swiftlintand fixes violations and warnings in the project #58

2.0.1

10 Oct 17:29
Compare
Choose a tag to compare
  • Fixes mapping of CGFloat values #55

2.0.0

03 Oct 14:28
Compare
Choose a tag to compare
  • Converts the source code to Swift 3.0.

1.3.0

22 Sep 13:01
Compare
Choose a tag to compare
  • Add support for tvOS #52

1.2.4

22 Sep 10:12
Compare
Choose a tag to compare
  • Removes Sugar as a dependency #51

1.2.3

09 Sep 05:39
Compare
Choose a tag to compare
  • Remove Quick and Nimble from Xcode project