All Versions
10
Latest Version
Avg Release Cycle
216 days
Latest Release
1564 days ago

Changelog History

  • v0.9.8

    January 15, 2020
  • v0.9.7 Changes

    September 05, 2017
    • 🛠 Fix a bug that can't show header and footer together. ( #174, #175, #176, #179 )
    • ⚡️ Update demo. ( #173 )
  • v0.9.6 Changes

    May 24, 2017
    • 👍 Better Swift 3 and Xcode 8.1 support. (#151, #152)
    • 👍 Better Carthage support. (#153)
    • etc.
  • v0.9.5 Changes

    August 23, 2016
    • Public methods and attributes for Swift project (#132)
    • ➕ Adding Framework project with shared scheme to support Carthage (#126)
  • v0.9.4 Changes

    May 02, 2016
    • 🛠 Fix Swift build error (#108)
    • Per-section insets (#107)
  • v0.9.3

    April 07, 2016
  • v0.9.2 Changes

    August 09, 2015
    • 🛠 Fix for issue when layout is rotated (#100)
  • v0.9.1 Changes

    May 15, 2015
    • 🛠 Fix some typo
  • v0.9 Changes

    May 07, 2015
    • 🔧 Minimum content height configuration (#84)
    • 🔧 Minimum column spacing per section configuration (#86)
    • 🛠 Fix a crash when no data and no section (#76, #93)
    • ⚡️ Swift update (#77, #92, #98)
    • Long cell disappearing fix (#78)
    • 🛠 Fix height calculation (#79)
    • Pixel perfect (#83)
  • v0.8 Changes

    September 21, 2014
    • ➕ Adding a configuration option to determine the order of rendering the items. Options include Left-to-Right | Right-to-Left | Shortest column first (existing default).
    • 🆕 New demo screenshots
    • Custom column count per section
    • Swift version
    • Code cleanup