Releases: canjs/can-stache
Releases · canjs/can-stache
fixes if / eq / is re-rendering
scope/key docs
v4.12.0 4.12.0
for(of) gets scope.index and for(items) works
for(of) produces observable scopes
Makes this sorta thing work:
{{# for(thing of this.stuff)}}
{{let theValue=null}}
<driver-list selected:to="theValue" on:click='fooName = 3'/>
<driver-edit driver:from="theValue"/>
{{/ for}}
Custom scopes get a let context
First versions of {{for(in)}} and {{let}} helpers
Fixes arguments passed to helpers and adds `addConverter` docs
Fixes bug with bracket expression used after a call expression
Fixes bug with bracket expression used after a call expression
v3.14.22 3.14.22
Address minor documentation issues #504 #429
Renamed Template Acquisition to something simpler 'Loading Templates'
Removed outdated documentation.