master
Breaking
- None
Enhancements
- None
10.0.1
Breaking
- None
Enhancements
10.0.0
Breaking
- Update to Swift 5 Keith Smiley #160
Enhancements
- None
9.0.1
Breaking
- None
Enhancements
- Add NoConvertibles subspec Keith Smiley #156
9.0.0
Breaking
- Update tooling for Swift 4.2 Keith Smiley #148
Enhancements
- None
8.1.0
Breaking
- None
Enhancements
- Fix
Float
behavior for some values Keith Smiley #142
8.0.0
Breaking
- Update for Swift 4.1 and
compactMap
Keith Smiley #136
Enhancements
- None
7.4.1
Breaking
- None
Enhancements
- Updated watchOS and macOS deployment target in xcodeproj to match these from podspec Łukasz Mróz #134
7.4.0
Breaking
- None
Enhancements
- Support
from
Array of Fields for Custom Transformation Brett Jones #131
Bug Fixes
- Fix the App Store submission issue with Carthage and coverage data described here.
7.3.0
Breaking
- None
Enhancements
- Add
optionalFrom
for arrays ofRawRepresentable
s Keith Smiley #125 - Support non-optional mapping from list of fields Michael Rebello #126
7.2.0
Breaking
- None
Enhancements
- Support Array Of Fields For Custom Transformation Daniel Duan #120
7.1.0
Breaking
- None
Enhancements
- Remove call to characters on string Keith Smiley #116
- Add Convertible implementations for
U?Int(32|64)
Daniel Duan #117
7.0.0
Breaking
- Update for Swift 4 Keith Smiley #113
Enhancements
- Add
@nonobjc
to ourNSDictionary
extension Keith Smiley #107
Bug Fixes
- None
6.0.0
Breaking
- Fix Xcode 8.1
Any
->Any?
warning Keith Smiley #87
Enhancements
- Add JSONSerialization integration tests Keith Smiley #90
- Test with optimizations Keith Smiley #92
- Strip down xcodeproj settings Keith Smiley #91
Bug Fixes
- Fix
TimeInterval
test Keith Smiley #88
5.0.0
Breaking
- Swift 3.0 support Keith Smiley #76
- Update transformation function to take
Any
Keith Smiley #76
Enhancements
- Remove duplicate
Hashable
protocol conformance Keith Smiley #108
Bug Fixes
- None
4.0.0
Breaking
- Swift 2.3 support Keith Smiley #73
Enhancements
- None
Bug Fixes
- None
3.0.0
Breaking
- 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
Enhancements
- 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
Bug Fixes
- Fix
valueForKeyPath
crash by removing it. Keith Smiley #63
2.1.0
Breaking
- None
Enhancements
- Add custom
MapperError
s Keith Smiley #48
Bug Fixes
- None
2.0.1
Breaking
- None
Enhancements
- None
Bug Fixes
- Remove
try?
workaround which was fixed with Swift 2.2.1 Keith Smiley #47
2.0.0
Breaking
- None
Enhancements
- Update for Swift 2.2 Keith Smiley #41
Bug Fixes
- None
1.0.4
Breaking
- None
Enhancements
- None
Bug Fixes
- Fix
try?
memory leak by removing uses of it Keith Smiley #39
1.0.3
Breaking
- None
Enhancements
- Add function for creating
Mappable
s from aNSArray
Keith Smiley #27
Bug Fixes
- Use extension safe API to fix warning Keith Smiley #29
1.0.2
Breaking
- None
Enhancements
- 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
Bug Fixes
- Fix OS X framework bundle identifier Keith Smiley
1.0.1
Breaking
- None
Enhancements
- None
Bug Fixes
- Fixed issue where
optionalFrom
with an array of keys was not implemented forConvertible
or other types. Keith Smiley #10
1.0.0
Ship 1.0.0!