Skip to content

Releases: wokalski/Diff.swift

0.5.3

17 Mar 09:03
Compare
Choose a tag to compare

There are fixes for Swift 3.1 in master (see #45 for details) that it makes sense to release prior to Xcode 8.3's release. This release bundles the following fixes:

  • #45 disables duplicate typealiases when compiling for Swift 3.1 and higher. These were required under Swift 3.0.x, but produce compilation errors under Swift 3.1.
  • #46 & #48 which improve the LinkedList and DoublyLinkedList implementations, fixing a recursion crash.

Release prepared by @tonyarnold

0.5.2

16 Feb 12:19
Compare
Choose a tag to compare
  • Fixes for warnings in the first two Xcode 8.3 betas
  • Turn on APPLICATION_EXTENSION_API_ONLY

0.5.1

12 Jan 10:39
Compare
Choose a tag to compare
  • Add .gitignore rules for Carthage generated folders.
  • Add Cartfile.resolved to get exactly same dependencies between builds.

0.5.0

02 Jan 11:11
Compare
Choose a tag to compare
  • Adds NestedDiff. You can now diff Collections containing Collections
  • UIKit utility to diff table views with sections
  • Drops Equatable requirement. You can now compare diff elements with a closure.

0.4.2

28 Dec 22:25
7f2da40
Compare
Choose a tag to compare
Bump framework CFBundleShortVersionString to 0.4.2

0.4.1

28 Dec 11:19
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

This release contains no new features, but uses a SemVer compatible version number so that it can be used with Swift Package Manager.

0.4

08 Dec 22:24
Compare
Choose a tag to compare
0.4
  • Adds completion handler to UICollectionView util
  • Minor updates in project structure

0.3

28 Nov 12:25
Compare
Choose a tag to compare
0.3
  • Changes to deployment targets:
    • iOS 9.0 -> 8.0
    • macOS: 10.11 -> 10.10
    • tvOS: 10.0 -> 9.0
  • Fixes wrong output for equal arrays with single elements

tvOS and watchOS compatibility

22 Nov 06:53
Compare
Choose a tag to compare

First release

21 Nov 18:33
Compare
Choose a tag to compare
First release Pre-release
Pre-release

🙃