2015-04-11 18:27:53 +08:00
|
|
|
CHANGELOG
|
2014-07-29 08:39:59 +08:00
|
|
|
=======
|
|
|
|
|
2015-04-26 18:02:42 +08:00
|
|
|
# 0.11.0 - April 26 2015
|
|
|
|
|
|
|
|
* Removed `final` declarations as they were causing crashes in certain circumstances
|
|
|
|
|
2015-04-15 19:07:50 +08:00
|
|
|
# 0.10.0 - April 15 2015
|
2015-02-17 06:13:24 +08:00
|
|
|
|
2015-04-15 19:07:50 +08:00
|
|
|
* **ANNOUNCEMENT**: Snap is now SnapKit
|
2015-04-11 19:39:12 +08:00
|
|
|
* **BREAKING:** The constraint making chain now utilises protocols to tighten the API's to avoid user error. This may break some syntaxes.
|
|
|
|
* **BREAKING:** Semantic `and` and `with` chain variables were removed
|
2015-04-12 19:35:44 +08:00
|
|
|
* Added `update###` functions to `Constraint` so their constants and priorities can be updated
|
2015-04-15 19:07:50 +08:00
|
|
|
* Added a `SnapKit.Config.interfaceLayoutDirection` variable for richer Leading/Trailing support.
|
2015-04-11 18:27:53 +08:00
|
|
|
* Fixed memory leaks that could occur on long lived views
|
2015-04-12 19:35:44 +08:00
|
|
|
* Ensure Swift 1.2 compatibility
|
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
|