All Versions
16
Latest Version
3.2
Avg Release Cycle
101 days
Latest Release
1491 days ago

Changelog History
Page 1

  • v3.2 Changes

    February 17, 2020

    ๐Ÿ”„ Changed

    • โšก๏ธ Update Package.swift to latest syntax, fix Xcode 11.3 warnings (PR #54)
  • v3.1.1 Changes

    October 13, 2018

    ๐Ÿ”„ Changed

    • โšก๏ธ Update to a few nested UIKit types (PR #52)
    • Clarify issue around a data/view inconsistency with UICollectionView, discussed in PR #26
    • Also, since version 3.1: assume IndexDistance is always of type Int (PR #48)
  • v3.1 Changes

    March 14, 2018

    โž• Added

    • ๐Ÿ‘Œ Support custom comparator function for comparing collection elements (defaults to ==)
  • v3.0 Changes

    November 03, 2017

    ๐Ÿ”„ 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
  • v2.1.2 Changes

    March 27, 2017
    • ๐Ÿ›  Fixed
      • Reduce space complexity to O(m)
      • Expand variable names for readability
  • v2.1.1 Changes

    March 21, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow Changeset to be used from within a framework, and outside of an application target.
  • v2.1 Changes

    November 23, 2016
    • โž• Added
      • UIKit extensions for UITableView and UICollectionView for easy updating (were previously only included in the test app)
  • v2.0.1 Changes

    October 20, 2016
    • ๐Ÿ”„ Changed
      • Framework target set to automatically manage code signing.
  • v2.0 Changes

    October 12, 2016
    • ๐Ÿ”„ Changed
      • Project defaults to Swift 3 (use the swift-2 tag to stay on Swift 2).
      • Renamed editDistance(source:target:) on Changeset to the Swift 3-friendly edits(from:to:).
      • Updated Quick Help documentation slightly.
  • v1.0.6 Changes

    October 12, 2016
    • โž• Added
      • Support tvOS.