Releases: zenangst/Tailor
Releases · zenangst/Tailor
3.0.0
- 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
- Fixes Carthage not building on macOS (was related to the target including tests when archiving etc.)
2.2.0
- Fixes broken Carthage build #63
- Adds support for mapping boolean values #64
2.1.0
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
- Internal improvements, adds
swiftlint
and fixes violations and warnings in the project #58
2.0.1
- Fixes mapping of
CGFloat
values #55
2.0.0
- Converts the source code to Swift 3.0.
1.2.4
- Removes
Sugar
as a dependency #51
1.2.3
- Remove Quick and Nimble from Xcode project