Skip to content

Releases: tonyarnold/Differ

Differ 1.4.6

11 Feb 02:46
5520fda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.5...1.4.6

Differ 1.4.5

29 Mar 08:53
1.4.5
4c3eb4d
Compare
Choose a tag to compare
  • [28a02be] Update Swift tools version to Swift 5.2
  • [2faee02] Fix warnings presented in Xcode 11.4

Differ 1.4.4

05 Jan 09:07
1.4.4
dd5d4bf
Compare
Choose a tag to compare
  • [57ed02e] Fix stack overflow when diffing large collections on background threads (#66)

Differ 1.4.3

25 May 02:21
e2cca36
Compare
Choose a tag to compare
  • [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

27 Apr 04:07
7af8596
Compare
Choose a tag to compare
  • [e2febc9] Make NestedBatchUpdate public

Differ 1.4.1

19 Apr 14:14
bec9600
Compare
Choose a tag to compare
  • [bec9600] Update README and add support for CocoaPods’ new Swift version support
  • [33fbfbc] Fixes for CocoaPods

Differ 1.4.0

30 Mar 22:29
bc40b8e
Compare
Choose a tag to compare

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

26 Sep 07:01
2547774
Compare
Choose a tag to compare

This release includes Swift 4.2 compatibility.

If you have not transitioned to Xcode 10/Swift 4.2, please remain on v1.2.3.

Thanks to @maurovc and @rayfix for these changes!

Differ 1.2.3

06 May 11:03
a3252fb
Compare
Choose a tag to compare
  • Disables code coverage in Release builds

Thanks to @sebskuse for this fix.

Differ 1.2.2

21 Apr 00:33
5c24356
Compare
Choose a tag to compare
  • Fixes an improper IndexSet initialisation (#30).

Thanks to @neilsardesai for reporting this problem.