All Versions
24
Latest Version
Avg Release Cycle
122 days
Latest Release
1653 days ago

Changelog History
Page 1

  • v1.9.2

    September 19, 2019
  • v1.9.0 Changes

    April 11, 2019
    • ๐Ÿ‘ Swift 5.0 support.
  • v1.8.0 Changes

    November 17, 2018
    • ๐Ÿ‘ Swift 4.2 support.
  • v1.7.0 Changes

    April 23, 2018
    • ๐Ÿ‘ Swift 4.1 support.
  • v1.6.0 Changes

    October 05, 2017
    • Deprecated <- operator and the methods easy_clear and easy_reload in favour of easy.layout, easy.clear and easy.reload.
  • v1.5.1 Changes

    October 05, 2017
    • ๐Ÿ‘ Disabled Enabled Code Coverage Support for framework targets.
    • ๐Ÿ›  Fixed macOS EdgeInsets type aliasing.
  • v1.5.0 Changes

    September 18, 2017
  • v1.4.2 Changes

    March 03, 2017
    • In previous versions Priority.highPriority matched with UILayoutPriority.required. This ๐Ÿ”– version introduces a new Priority.required case without breaking backwards compatibility as ๐Ÿ—„ old priorities have been marked as deprecated in favour of .low, .medium, .high and .custom. Also .low now has a Float value of 250.0 instead of 1.0.
  • v1.4.1 Changes

    February 05, 2017
    • ๐Ÿ›  Fixed compilation error when EASY_RELOAD compiler flag is set.
  • v1.4 Changes

    September 20, 2016
    • ๐Ÿ‘ Swift 3 support.