Releases: tonyarnold/Differ
Differ 1.2.1
- Remove
Equatablerestriction fromPatch(#25). - Use
animator()proxy forNSCollectionViewanimations (#27) - Fixes Swift Package Manager building - it's no longer necessary to provide the minimum macOS SDK target, and it should now work on Linux (#28)
Graph.playgroundhas been added to the included sample project.
Thanks to @garnett, @rudedogg, @chrisco314 and @kirbyfan64 for these contributions!
Differ 1.2.0
This release introduces support for applying diffs to NSTableView and NSCollectionView under AppKit (#24).
Thanks to @interstateone for this contribution!
Differ 1.1.1
- Makes the
BatchUpdate.MoveStepstructure public
Differ 1.1.0
- Updated for Swift 4.1. You must be running Xcode 9.3 or later as of this version.
- Fixes that optimize the algorithm for space: #16
- Diffs can now be mutated and initialized: #21
Thanks to @Damonvvong and @p4checo for these contributions!
Differ 1.0.3
- Code coverage is disabled in the workspace
- UIKit-dependent code is no longer included when building for Linux
Thanks to @mihai8804858 and @eXhausted for these contributions!
Differ 1.0.2
This release resolves deprecation warnings seen in Xcode 9.1 beta 1.
Differ 1.0.1
This release moves the performance tests out of this project, and into their own. One of the dependencies was interfering with Swift Package Manager tests.
There are no other code changes, so I have not updated the Podspec for this release.
Diffler's Mom
This is the initial release of Diffler. It is currently a drop-in replacement for Diff.swift that uses Swift 4 syntax.