Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

54 lines (32 loc) · 1.13 KB

Changelog

Version 3.0.3

  • Podspec fixed (I missed the last release in Cocoapods)
  • Constraints on a view that relate to the view itself were previously created on the superview. This is now fixed, the constraints are created on the view itself which makes the

Version 3.0.2

  • Swift 3.1 / Xcode 8.3 compatibility

Version 3.0.1

  • Swift 3.0.1 / Xcode 8.1 compatibility

Version 3.0.0

  • Swift 3 compatibility

Version 2.0.0

  • New Repository structure
  • Swift 3 compatibility (as far as we know for now)
  • Custom identifiers for Constraints for easier debugging

Version 0.0.6

  • Documentation for Base API
  • Documentation for Convenience API

Version 0.0.5

  • Cocoapods compatibility

Version 0.0.4

  • Automatically tested via Circle CI (still no Swift 1.2 support on Travis C.I.)

Version 0.0.3

  • Changed public APIs from Float to CGFloat

Version 0.0.2

  • Readme
  • Changelog

Version 0.0.1

  • Initial Release
  • Base API (make/set incl. Equal, Greater Than, Less Than)
  • Convenience API (alignAllEdgesTo, CenterIn, Hairline)
  • Unit tests