- None
- None
- None
- Update to Swift 5 Keith Smiley #160
- None
- None
- Add NoConvertibles subspec Keith Smiley #156
- Update tooling for Swift 4.2 Keith Smiley #148
- None
- None
- Fix
Float
behavior for some values Keith Smiley #142
- Update for Swift 4.1 and
compactMap
Keith Smiley #136
- None
- None
- Updated watchOS and macOS deployment target in xcodeproj to match these from podspec Łukasz Mróz #134
- None
- Support
from
Array of Fields for Custom Transformation Brett Jones #131
- Fix the App Store submission issue with Carthage and coverage data described here.
- None
- Add
optionalFrom
for arrays ofRawRepresentable
s Keith Smiley #125 - Support non-optional mapping from list of fields Michael Rebello #126
- None
- Support Array Of Fields For Custom Transformation Daniel Duan #120
- None
- Remove call to characters on string Keith Smiley #116
- Add Convertible implementations for
U?Int(32|64)
Daniel Duan #117
- Update for Swift 4 Keith Smiley #113
- Add
@nonobjc
to ourNSDictionary
extension Keith Smiley #107
- None
- Fix Xcode 8.1
Any
->Any?
warning Keith Smiley #87
- Add JSONSerialization integration tests Keith Smiley #90
- Test with optimizations Keith Smiley #92
- Strip down xcodeproj settings Keith Smiley #91
- Fix
TimeInterval
test Keith Smiley #88
- Swift 3.0 support Keith Smiley #76
- Update transformation function to take
Any
Keith Smiley #76
- Remove duplicate
Hashable
protocol conformance Keith Smiley #108
- None
- Swift 2.3 support Keith Smiley #73
- None
- None
- Require types to be
Convertible
in order to use them. Keith Smiley #59 - Allow transformations to throw when the field is missing Keith Smiley #52
- Remove the
MapperError
initializer Keith Smiley #53
- Add
@noescape
to transformation closures Keith Smiley #60 - Add
from
for arrays ofRawRepresentable
s Keith Smiley #61 - Remove force trys and casts from tests Keith Smiley #62
- Fix
valueForKeyPath
crash by removing it. Keith Smiley #63
- None
- Add custom
MapperError
s Keith Smiley #48
- None
- None
- None
- Remove
try?
workaround which was fixed with Swift 2.2.1 Keith Smiley #47
- None
- Update for Swift 2.2 Keith Smiley #41
- None
- None
- None
- Fix
try?
memory leak by removing uses of it Keith Smiley #39
- None
- Add function for creating
Mappable
s from aNSArray
Keith Smiley #27
- Use extension safe API to fix warning Keith Smiley #29
- None
- Added
@warn_unused_result
to functions declarations. Ostap Taran #19 - Add tvOS support. Ostap Taran #12
- Add universal framework support. This also adds watchOS support. Keith Smiley #20
- Add Swift package manager support Keith Smiley #22
- Fix OS X framework bundle identifier Keith Smiley
- None
- None
- Fixed issue where
optionalFrom
with an array of keys was not implemented forConvertible
or other types. Keith Smiley #10
Ship 1.0.0!