All Versions
12
Latest Version
Avg Release Cycle
44 days
Latest Release
1600 days ago

Changelog History
Page 1

  • v1.1.5 Changes

    January 14, 2020

    ๐Ÿ‘ This version DifferenceKit supports both Swift 4.2 and Swift 5+.

    ๐Ÿ›  FIX

    โšก๏ธ 1. Fix update bug in AppKit extension (by @ra1028 #91, reported by @martindufort #90)

  • v1.1.4 Changes

    December 09, 2019

    ๐Ÿ‘ This version DifferenceKit supports both Swift 4.2 and Swift 5+.

    โœจ Enhancement

    1. Add ContentIdentifiable and use protocol composition. (by @Marcocanc #83)
    2. Enabling library evolution mode by setting BUILD_LIBRARY_FOR_DISTRIBUTION to YES. (by @ra1028 #88)
  • v1.1.3 Changes

    June 17, 2019

    ๐Ÿ‘ This version DifferenceKit supports both Swift 4.2 and Swift 5.

    โœจ Enhancement

    ๐Ÿ“ฆ 1. Add 'Extensions' directory for support Cocoa platforms in Package.swift. (by @hallee #73) ๐Ÿ“ฆ 2. Add Package.swift for Swift 5. (by @ra1028 #75)

  • v1.1.2 Changes

    May 07, 2019

    ๐Ÿ‘ This version DifferenceKit supports both Swift 4.2 and Swift 5.

    โœจ Enhancement

    ๐ŸŽ 1. Minor performance improvements and Internal refactoring (by @ra1028 #67) ๐Ÿ‘ 2. Add Swift 5 to supported Swift versions in podspec (by @ra1028 #67)

  • v1.1.1 Changes

    March 28, 2019

    ๐Ÿ‘ This version DifferenceKit supports both Swift 4.2 and Swift 5.

    ๐Ÿ›  Fix

    1. Fix lisence notation in PodSpec (by @halleygen #60)
  • v1.1.0 Changes

    March 27, 2019

    ๐Ÿ‘ This version DifferenceKit supports both Swift 4.2 and Swift 5.

    ๐Ÿ‘ Xcode 10.2 Support

    ๐Ÿ‘ 1. Swift 5.0 and Xcode 10.2 support (by @alanzeino #55, @Kaspik #55, @ra1028 #58)

    License

    1. The kind of license is now changed to Apache 2.0 License from MIT License. (by @ra1028 #53)
  • v1.0.0 Changes

    February 08, 2019

    ๐Ÿฑ First major version 1.0.0 ๐ŸŽ‰

    โœจ Enhancement

    • โž• Add Swift Package Manager support (by @insidegui #50)
    • Prevent to redundant wrapping with AnyDifferentiable (by @ra1028 #52)
  • v0.8.0 Changes

    November 10, 2018

    ๐Ÿ›  Fix

    • Scrolling shutter since #40 (reported by @crsantos #41)
    • ๐Ÿ›  Fix animation glitchs by separates the element updates from deletions stage
  • v0.7.2 Changes

    October 09, 2018

    ๐Ÿ›  Fix

    • โšก๏ธ #40 The element updates are included in stage 1 changeset to fix the animation glitch occurs when element updated with other differences.
      โšก๏ธ The animation glitch when the difference contains section updates was fixed in #10 , but another glitch occurred when element update was included.
      โ†ช Although this is a workaround, the glitch of the latter is more likely to occur, so I fixed.
  • v0.7.1 Changes

    October 04, 2018

    ๐Ÿ”‹ Feature

    • ๐Ÿ‘‰ Make Optional conform to ContentEquatable