Skip to content

Releases: canjs/can-stache

fixes if / eq / is re-rendering

27 Sep 16:32
Compare
Choose a tag to compare

scope/key docs

27 Sep 16:32
Compare
Choose a tag to compare
v4.12.0

4.12.0

for(of) gets scope.index and for(items) works

18 Sep 00:28
Compare
Choose a tag to compare

bba5f68

{{# for(items) }}
  {{scope.index}}
{{/ for}}

The above works.

for(of) produces observable scopes

16 Sep 01:07
Compare
Choose a tag to compare

#594

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

14 Sep 16:58
Compare
Choose a tag to compare

First versions of {{for(in)}} and {{let}} helpers

11 Sep 03:19
Compare
Choose a tag to compare

Fixes arguments passed to helpers and adds `addConverter` docs

14 Aug 18:58
Compare
Choose a tag to compare

Fixes bug with bracket expression used after a call expression

09 Aug 19:00
Compare
Choose a tag to compare

Fixes bug with bracket expression used after a call expression

09 Aug 18:43
Compare
Choose a tag to compare

Address minor documentation issues #504 #429

27 Jul 16:26
Compare
Choose a tag to compare

Renamed Template Acquisition to something simpler 'Loading Templates'
Removed outdated documentation.