Skip to content

Releases: Frugghi/SwiftLCS

SwiftLCS 1.3.5

11 Aug 18:01
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • Add block based equivalence for collection of items that don't implement Equatable.
Bug Fixes
  • None.

SwiftLCS 1.3.4

10 Apr 00:08
Compare
Choose a tag to compare
Breaking
  • Must be compiled with Swift 4.2 or higher.
Enhancements
  • Support for Xcode 10.2 and Swift 5.
Bug Fixes
  • None.

SwiftLCS 1.3.3

15 Jun 21:46
Compare
Choose a tag to compare
Breaking
  • Must be compiled with Xcode 9.4 or higher and Swift 4.1.
Enhancements
  • Support for Xcode 9.4.
  • Performance improvements.
Bug Fixes
  • None.

SwiftLCS 1.3.2

27 Feb 03:29
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • Minor performance improvements.
Bug Fixes
  • Fix bug with non bidirectional collections.

SwiftLCS 1.3.1

16 Feb 00:39
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • Minor performance improvements.
Bug Fixes
  • None.

SwiftLCS 1.3.0

01 Dec 00:00
Compare
Choose a tag to compare
Breaking
  • Must be compiled with Xcode 9.1 and Swift 4, use 1.1.1 if you are compiling with Swift 3 or 1.2.0 with Xcode 9.
Enhancements
  • Support for Xcode 9.1.
Bug Fixes
  • None.

SwiftLCS 1.2.0

17 Sep 11:47
Compare
Choose a tag to compare
Breaking
  • Must be compiled with Xcode 9 and Swift 4, use 1.1.1 if you are compiling with Swift 3.
Enhancements
  • Support for Swift 4.
Bug Fixes
  • None.

SwiftLCS 1.1.1

24 Mar 01:44
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Fix issue where addedIndexes could contain the same index multiple times.
    RaimarT #4

SwiftLCS 1.1

18 Sep 08:40
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • Support for Swift 3.
  • Improve performances.
Bug Fixes
  • None.

SwiftLCS 1.0.1

26 Apr 02:43
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Fix Swift 3 warnings.