- 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
- Swift 3.1 / Xcode 8.3 compatibility
- Swift 3.0.1 / Xcode 8.1 compatibility
- Swift 3 compatibility
- New Repository structure
- Swift 3 compatibility (as far as we know for now)
- Custom identifiers for Constraints for easier debugging
- Documentation for Base API
- Documentation for Convenience API
- Cocoapods compatibility
- Automatically tested via Circle CI (still no Swift 1.2 support on Travis C.I.)
- Changed public APIs from
Float
toCGFloat
- Readme
- Changelog
- Initial Release
- Base API (make/set incl. Equal, Greater Than, Less Than)
- Convenience API (alignAllEdgesTo, CenterIn, Hairline)
- Unit tests