Skip to content

Latest commit

 

History

History
170 lines (89 loc) · 5.89 KB

CHANGELOG.md

File metadata and controls

170 lines (89 loc) · 5.89 KB

Changelog

[Unreleased]

[1.12.0] - 2024-09-16Z

[1.11.0] - 2024-03-25Z

  • Fix code coverage not generated issue in Xcode 15.0 - @blackjacx.
  • Upgrade project to Xcode 15.0, Swift 5.10, iOS min deployment target 14.0 - @blackjacx.

[1.10.0] - 2021-10-14Z

[1.9.0] - 2021-05-20Z

[1.7.2] - 2021-02-23

[1.7.1] - 2020-09-09

[1.7.0] - 2020-08-11

[1.6.0] - 2020-07-23

  • #28: Add ModelCollection.insert() and Section.insert() - @Blackjacx.

[1.5.0] - 2020-06-25

[1.4.0] - 2020-04-16

[1.3.5] - 2020-02-25

[1.3.4] - 2020-02-21

[1.3.3] - 2020-02-20

[1.3.0] - 2020-02-14

[1.2.0] - 2020-01-14

[1.1.0] - 2019-09-17

[1.0.8] - 2019-08-12

  • Rename DidDeleteClosure && DidTapClosure > IndexPathClosure - @Blackjacx.

[1.0.7] - 2019-08-09

  • #15: Add additional initializers for ModelCollection - @Blackjacx.

[1.0.6] - 2019-08-09

  • #14: Implement removal functionality on ModelCollection - @Blackjacx.

[1.0.5] - 2019-08-09

  • Use customized cells so the separator inset works correctly - @Blackjacx.
  • Call adjustCellSeparatorInsets in all Examples - @Blackjacx.

[1.0.4] - 2019-08-09

[1.0.3] - 2019-08-09

  • Implement possibility to hide last N separators - @Blackjacx.

[1.0.2] - 2019-08-07

  • Rename invalidViewModel > invalidModel - @Blackjacx.

[1.0.1] - 2019-08-07

  • Publish DefaultSection initializer - @Blackjacx.
  • Embed Framework, Fix Examples, UIKit dependency - @Blackjacx.

[1.0.0] - 2019-08-07

[0.1.0] - 2018-09-27

  • #11: Swift 4.2 Migration & Project Re-Structuring - @blackjacx.

[0.0.13] - 2017-10-16

Changed

  • Update podspec by removing non-source from sources - @blackjacx.

[0.0.12] - 2017-09-28

Changed

Added

  • Adding changelog support and automatically pushing github releases - @blackjacx.

[0.0.11] - 2017-05-29

Changed

[0.0.10] - 2017-05-22

Changed

[0.0.9] - 2017-05-10

Changed

  • #6: Allows Optional Items In Cell Configuration - @blackjacx.

[0.0.8] - 2017-05-09

Changed

[0.0.5] - 2017-04-20

Changed

[0.0.1] - 2017-04-07

Changed

Fixed