##Improvements
- behavior Removing behavior class after applying (b4b3584e66)
##Improvements
- $courier Removing $ sign from $send and $pull signature (a8cf7e1aa4)
- debugging Naming functions to improve debugging (771f0896a4)
##Improvements
- utils Preventing addClass and removeClass helpers to run when unecessary (642933fe03)
- utils_spec Adding tests to some util methods (2b619a197f)
##Bugs
- Manager Avoid creating two instances of $courier (f332503389)
##Features
- Helper Lab (a6d66bf30d)
##Improvements
- Boundary cache (f69534682d)
- lazyBind Aliasing lazyBind to bindLazy (0cf1ac1937)
##Bugs
- $courier Caching courier to avoid duplicate instances (f69534682d)
##Features
- Behavior Lab Behaviors can now be tested using Behavior Lab (c669286a81)
- Boundary Lab Boundaries can now be tested using Boundary Lab (8d78632bab)
- $params
data-*
params are now easily accessible through the $params boundary (a390c6f367) - $courier RegExp like messages can be sent to match mutiple receivers (dd24e4d220)
##Improvements
- Controller Lab Stabilizing the Controller Lab api (182335b59a)
- Boundary Defaulting
from
to both controllers and behaviors (00693adbd9)
##Features
- Helpers Functional helpers can be defined to avoid fat-controllers (61f8d4bdd9, 021984c26a)
##Bugs
- lazyBind Fixing lazyBind() evaluation (ca301c8b84)
##Features
- New Controller/Action API actions can be grouped inside the same controller declaration (77c16ecc66)
##Bugs
- $push $viewBag can now $push empty ("") values (83e324ceb5)
##Features
- Boundaries now supports extensions through $boundary (699f090faf, 096a394b94, d30444960f)
- $pull $viewBag can have its bound data pulled out of the DOM as a dataset (1387dd8dc0)
##Improvements
- $push $viewBag uses $push to push new data into the view (a0fbbacd0c)
##Features
- $wrapTemplate Now identifies if MooTools, Zepto or jQuery are loaded and wraps the $template before injection with the respective library
##Improvements
- .bindLazy Now tries to apply both behaviors and controllers (144f1beb0e)
- .behavior Now prepends a
bh-
en every behavior for a clear separation of styling and behavior classes. (3dd74d0dc3) - $markAsBound bound class flag doesn't include unecessary spacing (d4d2e5253b)
##Bug
- $findBehaviorTemplates Fixing duplicate selection while lazily binding (a1de0ae885)
- $viewBag Fixing $viewBag to update input elements as well (48cbf69aeb, 66a01781d5)
##Improvements
- $injector Now fails while trying to add an inexisting module (78ceb14091)
- $hash $urlState now supports $hash (916ae0610a)
##Improvements
- .behavior now can inject $courier and $urlState (1b0d5ab65e)
##Features
- .controller: give a more meaningful name to the controller registry method (25e4b60222)
- .behavior: compose visual behaviors using css classes (8345afc70e, 37ddf02a28)