Skip to content

Releases: rniemeyer/knockout-amd-helpers

v0.5.1

16 Oct 19:02
Compare
Choose a tag to compare

v0.5.1

  • avoid dependencies when executing the disposal function

v0.5.0

16 Oct 18:24
Compare
Choose a tag to compare

v0.5.0

  • added a $module context variable to provide access to the current module root
  • added the ability to call a dispose method (name is configurable) when a module is swapped/removed

v0.4.0

03 Oct 03:31
Compare
Choose a tag to compare

Better detection of anonymous templates in the module binding. It will ignore text nodes (line feeds, spaces, etc.). Added bower file.

v0.3.0

22 Aug 13:59
Compare
Choose a tag to compare

-allow afterRender to be different per module when binding against an observable module.