Skip to content

Latest commit

 

History

History
112 lines (78 loc) · 6.45 KB

CHANGELOG.md

File metadata and controls

112 lines (78 loc) · 6.45 KB

1.0.0 (2014-05-31)

##Improvements

  • behavior Removing behavior class after applying (b4b3584e66)

0.12.0 (2014-04-10)

##Improvements

  • $courier Removing $ sign from $send and $pull signature (a8cf7e1aa4)
  • debugging Naming functions to improve debugging (771f0896a4)

0.11.0 (2014-04-06)

##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

0.10.1 (2014-03-12)

##Improvements

##Bugs

  • $courier Caching courier to avoid duplicate instances (f69534682d)

0.10.0 (2014-03-09)

##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)

0.9.0 (2014-03-01)

##Features

0.8.1 (2014-02-17)

##Bugs

  • lazyBind Fixing lazyBind() evaluation (ca301c8b84)

0.8.0 (2014-02-05)

##Features

  • New Controller/Action API actions can be grouped inside the same controller declaration (77c16ecc66)

0.7.1 (2014-01-23)

##Bugs

  • $push $viewBag can now $push empty ("") values (83e324ceb5)

0.7.0 (2014-01-20)

##Features

##Improvements

  • $push $viewBag uses $push to push new data into the view (a0fbbacd0c)

0.6.0 (2014-01-15)

##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)

0.5.2 (2013-12-28)

##Improvements

  • $injector Now fails while trying to add an inexisting module (78ceb14091)
  • $hash $urlState now supports $hash (916ae0610a)

0.5.1 (2013-12-27)

##Improvements

  • .behavior now can inject $courier and $urlState (1b0d5ab65e)

0.5.0 (2013-12-26)

##Features

  • .controller: give a more meaningful name to the controller registry method (25e4b60222)
  • .behavior: compose visual behaviors using css classes (8345afc70e, 37ddf02a28)