Releases: tonyarnold/Differ
Releases · tonyarnold/Differ
Differ 1.4.6
What's Changed
- Fix NSTableView animations by @hannesoid in #70
- Enable building for Apple Silicon Macs by @deborahgoldsmith in #73
- Xcode 12 beta support by @tonyarnold in #75
- Update project to Swift 5.4 by @tonyarnold in #79
- Differ is now packaged as a pre-built XCFramework alongside each release.
New Contributors
- @hannesoid made their first contribution in #70
- @deborahgoldsmith made their first contribution in #73
Full Changelog: 1.4.5...1.4.6
Differ 1.4.5
Differ 1.4.4
Differ 1.4.3
- [5788cde] Allow user to update data source after performBatchUpdates is called and before updates are applied. Updating the data source in places otherwise causes a crash.
Differ 1.4.2
- [e2febc9] Make NestedBatchUpdate public
Differ 1.4.1
Differ 1.4.0
This release includes Swift 5.0 and Xcode 10.2 compatibility.
Changes
- [bc40b8e] Merge pull request #50 from tonyarnold/swift-5.0
- [890d832] Gather coverage data only when it's generated
- [629577c] Fixes to build configuration
- [4c915b0] Try out a new TravisCI test matrix
- [3a40e3b] Bump tooling versions to Swift 5.0
- [e345775] Perform Xcode’s recommended configuration updates
- [83f3d14] Update ORGANIZATIONNAME to “Differ Project”
- [82c829f] Enable Base localization
- [2250f5a] Bump Xcode compatibility version to 10.0
- [189ae5c] Remove redundant access modifiers from extension methods
- [91c45b3] Bump SWIFT_VERSION to 5.0
- [5e80d18] Initial fixes for Swift 5.0
- [83c0781] Fix URL pointing to TravisCI
- [9b62b30] Update README to reference new TravisCI server address
- [0769c44] Merge pull request #49 from dineshba/refactoringBatchUpdate
- [b66656c] Refactored to loop the diff once instead of three times
- [5f31966] Moved the common logic into BatchUpdate
- [1cdb445] Merge pull request #47 from tonyarnold/fix/remove-patch-from-parameter
- [288cda5] Merge pull request #48 from dineshba/master
- [74e95b3] Refactored to use map instead of for-loop
- [bfda6ae] Add test for diffTraces in Diff
- [1e38ecc] Remove unnecessary “from” parameter from Diff.patch(…)
- [0d07963] Force TravisCI to install a prerelease of CocoaPods
- [6bdcd9c] Update README.md to reflect the current build requirements
Differ 1.3.0
Differ 1.2.3
- Disables code coverage in Release builds
Thanks to @sebskuse for this fix.
Differ 1.2.2
- Fixes an improper
IndexSet
initialisation (#30).
Thanks to @neilsardesai for reporting this problem.