Skip to content

Releases: aurelia-contrib/aurelia-knockout

aurelia-knockout 1.0.1

21 Jun 15:42
Compare
Choose a tag to compare

Released on June 21, 2016.

  • Knockout Binding fails if views are nested recursive. Fixes #5

aurelia-knockout 1.0.1-beta.1

20 Jun 21:36
Compare
Choose a tag to compare
Pre-release

Released on June 20, 2016.

  • Prevent Knockout from bind DOM nodes again which are already bound in recursive view structures. Relates to #5

Note: This version isn't published to npm.

aurelia-knockout 1.0.0

19 Jun 15:31
Compare
Choose a tag to compare

Released on June 19, 2016.

  • Updated build infrastructure
  • Updated dependencies
  • Added code docs
  • Added typings support
  • Shrunk typescript definitions

aurelia-knockout 0.2.2

15 Jun 16:09
Compare
Choose a tag to compare

Released on June 15, 2016.

  • Composition failed if backing view-model returns an instance instead of returning or exporting the constructor function. Fixes #4
  • Documentation fixes

aurelia-knockout 0.2.2-beta.1

15 Jun 06:51
Compare
Choose a tag to compare
Pre-release

Released on June 15, 2016.

  • Fixed failing composition if composed module returns a object instead of a function. Related to #4

Note: This prerelase is not pushed as npm package

aurelia-knockout 0.2.1

14 Jun 16:10
Compare
Choose a tag to compare

Released on June 14, 2016.

  • Added missing aurelia dependencies in package.json and config.json. Fixes #3

aurelia-knockout 0.2.0

28 May 13:13
Compare
Choose a tag to compare

Released on May 28, 2016.

  • Fixed typo in knockout-custom-attribute module
  • Added ability to set and update bindable variables in subsequent Aurelia views from parent knockout views

aurelia-knockout 0.1.2

12 May 17:58
Compare
Choose a tag to compare

Released on May 12, 2016.

  • Added Usage documentation. Issue #1

aurelia-knockout 0.1.1

12 May 16:44
Compare
Choose a tag to compare

Released on May 12, 2016.

  • Added JSPM registry name to package.json

aurelia-knockout 0.1.0

11 May 16:54
Compare
Choose a tag to compare

Released on May 11, 2016.

  • First public release.