Releases: wokalski/Diff.swift
Releases · wokalski/Diff.swift
0.5.3
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
- Fixes for warnings in the first two Xcode 8.3 betas
- Turn on
APPLICATION_EXTENSION_API_ONLY
0.5.1
0.5.0
0.4.2
Bump framework CFBundleShortVersionString to 0.4.2
0.4.1
0.4
0.3
tvOS and watchOS compatibility
First release
🙃