Skip to content

Releases: longshotlabs/meteor-template-extension

v4.0.0

09 Nov 21:24
Compare
Choose a tag to compare

Rewrote codebase in ES2015, divided into smaller files, use latest Meteor templating API

v3.4.3

13 Mar 19:46
Compare
Choose a tag to compare

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
Choose a tag to compare

Fix infinite looping hook when copyAs is called in top-level client code.

v3.4.1

16 Feb 20:34
Compare
Choose a tag to compare

Fix underscore dependency issue

v3.4.0

11 Feb 21:10
Compare
Choose a tag to compare

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
Choose a tag to compare

Added includeBlockHelpers argument on template.parent

v3.2.0

07 Feb 19:41
Compare
Choose a tag to compare

Added template.parent(numLevels) and template.get(fieldName) and Template.parentData(fun). Meteor 1.0 is minimum.