Releases: Kuniwak/MirrorDiffKit
Releases · Kuniwak/MirrorDiffKit
6.0.0
What's Changed
- Bump tzinfo from 1.2.5 to 1.2.11 by @dependabot in #49
- Bump cocoapods-downloader from 1.2.2 to 1.6.3 by @dependabot in #50
- Drop support for CocoaPods and Carthage by @Kuniwak in #51
New Contributors
- @dependabot made their first contribution in #49
Full Changelog: 5.0.1...6.0.0
Fix a CocoaPods issue
Use synthesized Equatable and Hashable
Support Swift 5
Changes
See #42 .
Support Swift 4.2
Fix a problem on Swift 4.0.x
Support CustomReflectables
Major-level changes
- Fix misunderstood for generic type (the truly cause is CustomRefelectable)
- Remove DiffableConvertible for Builtin types
Minor-level changes
- Support CustomReflectables such as CGFloat, Character, Range, ... (related to #30)
Patch-level changes
- Fix type confusion caused by CustomReflectables
- Fix MetaType transform
- Strict comparison for String, Substring, Int, Double, Tuple, ...