Releases: longshotlabs/meteor-template-extension
Releases · longshotlabs/meteor-template-extension
v4.0.0
09 Nov 21:24
Compare
Sorry, something went wrong.
No results found
Rewrote codebase in ES2015, divided into smaller files, use latest Meteor templating API
v3.4.3
13 Mar 19:46
Compare
Sorry, something went wrong.
No results found
Fix issue where inheriting hooks didn't work properly if called in top-level code before package startup code ran.
v3.4.2
13 Mar 19:31
Compare
Sorry, something went wrong.
No results found
Fix infinite looping hook when copyAs is called in top-level client code.
v3.4.1
16 Feb 20:34
Compare
Sorry, something went wrong.
No results found
Fix underscore dependency issue
v3.4.0
11 Feb 21:10
Compare
Sorry, something went wrong.
No results found
Most functions can optionally take an array argument now. Also added tests for everything and fixed a few minor bugs.
v3.3.0
09 Feb 04:05
Compare
Sorry, something went wrong.
No results found
Added includeBlockHelpers argument on template.parent
v3.2.0
07 Feb 19:41
Compare
Sorry, something went wrong.
No results found
Added template.parent(numLevels) and template.get(fieldName) and Template.parentData(fun). Meteor 1.0 is minimum.