Skip to content

Releases: Pasvaz/bindonce

0.3.3

07 Dec 13:09
Compare
Choose a tag to compare

Features

  • bo-disabled:
    • Add support for ng-disabled/bo-disabled #110

0.3.2

23 Nov 11:11
Compare
Choose a tag to compare

Fix compatibility with Angular >= 1.3

0.3.1

12 Feb 15:44
Compare
Choose a tag to compare

Features

  • bo-bind:
    • alias for bo-text

Bug Fixes

  • Angular Promises
    • Ensures that promises are resolved before to run binders (b3ef1b4)

Minor improvements

  • Updated Readme

0.3.0 (2014-01-21)

20 Jan 23:38
Compare
Choose a tag to compare

Features

  • bo-switch:
    • Create new directive: bo-switch (652d0db)

0.2.3 (2014-01-20)

20 Jan 18:38
Compare
Choose a tag to compare

Bug Fixes

  • bo-if:
    • Ensures that we both process newly added binders from bo-if, and that
      we only process each binder once (d11f863)

Features

  • Minification:
  • Changelog:
    • Created a changelog file

0.2.2

08 Dec 12:31
Compare
Choose a tag to compare

Less restrictive version dependency for angular

0.2.1

12 Sep 23:16
Compare
Choose a tag to compare

Fixed an important scope issue.

0.2.0

03 Sep 14:08
Compare
Choose a tag to compare

Enhancements
Added some directives: bo-if, bo-href-i, bo-src-i.

Bug Fixes
Fixed #6, #13, #14