Skip to content

Releases: Kuniwak/MirrorDiffKit

6.0.0

12 Jun 06:20
6d721f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.1...6.0.0

Fix a CocoaPods issue

01 Apr 07:36
8a4e0c6
Compare
Choose a tag to compare

Changes

Major

Nothing.

Minor

Nothing.

Patch

Use synthesized Equatable and Hashable

30 Mar 08:56
65f790e
Compare
Choose a tag to compare

Changes

Major

Minor

None.

Minor

Support Swift 5

30 Mar 08:56
de15b2a
Compare
Choose a tag to compare

Changes

See #42 .

Support Swift 4.2

10 Jun 03:54
Compare
Choose a tag to compare

Changes

Minor-level Changes

Fix a problem on Swift 4.0.x

01 Jun 06:08
Compare
Choose a tag to compare

Changelog

Patch-level changes

Support CustomReflectables

27 May 11:08
Compare
Choose a tag to compare

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, ...

Prohibit diff between different types

13 Oct 04:15
Compare
Choose a tag to compare

Fix a bug caused by dictionary entry order sensitivity

05 Oct 10:32
Compare
Choose a tag to compare

Support recursive diff

24 Jul 09:49
Compare
Choose a tag to compare

New feature