CanJS for...of updates
can-stache support for using {{#for(object of objects)}}
in all components. Requires 4.11 version of can-stache.
Breaking changes
- all components use new for of tags in can-stache.
- table components no longer use
../object
for rows and columns. Instead,object[field.name]
works. (see docs for details)