Skip to content

Swift 4.0

Compare
Choose a tag to compare
@osteslag osteslag released this 03 Nov 15:46
· 44 commits to master since this release
3a51e1c
  • Update to Swift 4; most noticeably, String is now a Collection
  • Make Edit a subtype of Changeset so that it inherits the same generic constraints
  • Make Operation a subtype of Edit
  • Use offsets on changeset collections, as opposed to indices
  • Use labels on all initializer parameters (per Swift convention)
  • Squeeze to 100% code coverage on unit tests