Releases: rniemeyer/knockout-amd-helpers
Releases · rniemeyer/knockout-amd-helpers
v0.5.1
v0.5.1
- avoid dependencies when executing the disposal function
v0.5.0
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
Better detection of anonymous templates in the module binding. It will ignore text nodes (line feeds, spaces, etc.). Added bower file.
v0.3.0
-allow afterRender
to be different per module when binding against an observable module.