All Versions
10
Latest Version
Avg Release Cycle
46 days
Latest Release
1941 days ago

Changelog History

  • v0.8.4 Changes

    November 25, 2019
    • 🍱 🍭 Improve the UI and NS extensions by using the system provided completion handler instead of just calling it directly after #24
  • v0.8.3 Changes

    November 05, 2019
    • 🍱 🐞 Fix crash when reloading a collection or table view that doesn't have a superview #23
  • v0.8.2 Changes

    June 27, 2019
    • 🍱 ✨ Improve algorithm output by omitting move instructions where old and new index are equal #22
  • v0.8.1 Changes

    June 12, 2019
    • 🍱 🐞 Fix default closure to use Diffable protocol #21
  • v0.8.0 Changes

    May 20, 2019
    • 🍱 🏎 Swift 5 #20
  • v0.7.2 Changes

    May 04, 2019
    • 🍱 💻 Improve reliability of correct view sizes by setting needsLayout to true when reloading #18
  • v0.7.1 Changes

    April 24, 2019
    • ⚡️ 💻 Feature disabling doing collection view updates using animations on macOS
  • v0.7.0 Changes

    April 23, 2019
    • ⚡️ 💻 Perform updates using .animator() to enable animations on macOS
  • v0.6.0 Changes

    March 03, 2019
    • 🐎 🏎 Various performance improvements to the diffing algorithm #15
    • 🍱 🎩 Improves customizability by adding a Diffable protocol to override the diff value used for comparing objects. #16
    • 🍱 🎩 Improves customizability by adding a compare closure on the DiffManager #16
  • v0.5.2 Changes

    October 05, 2018
    • Prevents crash when diffing smaller newer collections #13 #12