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