MirrorDiffKit v3.0.0 Release Notes

Release Date: 2018-05-27 // almost 6 years ago
  • 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, ...