Skip to content

Releases: tonyarnold/Differ

Differ 1.2.1

20 Apr 00:16
6e4303b

Choose a tag to compare

  • Remove Equatable restriction from Patch (#25).
  • Use animator() proxy for NSCollectionView animations (#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.playground has been added to the included sample project.

Thanks to @garnett, @rudedogg, @chrisco314 and @kirbyfan64 for these contributions!

Differ 1.2.0

05 Apr 04:50
c0e4b22

Choose a tag to compare

This release introduces support for applying diffs to NSTableView and NSCollectionView under AppKit (#24).

Thanks to @interstateone for this contribution!

Differ 1.1.1

04 Apr 22:31
97369d2

Choose a tag to compare

  • Makes the BatchUpdate.MoveStep structure public

Differ 1.1.0

03 Apr 11:57
749e27a

Choose a tag to compare

  • 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

03 Apr 11:01

Choose a tag to compare

  • 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

28 Sep 01:04
3c73520

Choose a tag to compare

This release resolves deprecation warnings seen in Xcode 9.1 beta 1.

Differ 1.0.1

19 Sep 23:31
04af18a

Choose a tag to compare

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

18 Sep 13:01
7991dcf

Choose a tag to compare

This is the initial release of Diffler. It is currently a drop-in replacement for Diff.swift that uses Swift 4 syntax.