Changeset v3.0 Release Notes

Release Date: 2017-11-03 // over 6 years ago
  • ๐Ÿ”„ Changed

    • โšก๏ธ 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)
    • โœ… 100% code coverage on unit tests