2015-04-11 18:27:53 +08:00
CHANGELOG
2014-07-29 08:39:59 +08:00
=======
2015-04-11 18:27:53 +08:00
# 0.10.0 - Next Release In Development
2015-02-17 06:13:24 +08:00
2015-04-11 18:28:39 +08:00
* **BREAKING:** Using `.equalTo(<EdgeInsets>)` will no longer multiply the constants on the right/bottom edge by -1. This does not affect `.offset(<EdgeInsets>)`
2015-04-11 18:27:53 +08:00
* Ensure Swift 1.2 compatibility
* Added a `Snap.Config.interfaceLayoutDirection` variable for richer Leading/Trailing support.
* Fixed memory leaks that could occur on long lived views
2015-02-17 06:13:24 +08:00
2015-04-11 18:27:53 +08:00
# 0.9.x - March 2015
2015-02-11 16:27:15 +08:00
2015-04-11 18:27:53 +08:00
* Re-worked some internal API to allow for future updates
* Added `snp_prepareConstraints -> [Constraint]` which allows pre-building of constraints
* Added a fatal error to `and` when it is used after relation has been set