Skip to content

Releases: veliovgroup/Meteor-Template-helpers

v2.2.4

16 Feb 21:11
499f1e1
Compare
Choose a tag to compare

☄️ Packosphere @2.2.4

New:

  • {{log variable console=true}} conditionally log to JS-console from Blaze-template using console=true argument

Other changes:

  • 🤝 Compatibility with meteor@3
  • 🤝 Compatibility with blaze@3
  • 📔 Minor docs update; Added note for console=true argument in log helper
  • 👨‍💻 Minor codebase linting

v2.2.3

31 May 14:19
7b0ef5d
Compare
Choose a tag to compare
  • 👨‍💻 Minor codebase enhancements
  • 📔 JSDoc highlight
  • 🤝 Compatibility with meteor@2.7.2

v2.2.2

02 Mar 05:32
d19094a
Compare
Choose a tag to compare
  • 📋 Documentation: Add test-suite usage notes;
  • 👨‍🔬 Minor update to test suite;
  • 🤝 Compatibility with meteor@1.9.*;
  • 👷 This is regular maintenance release.

v2.2.1

09 Dec 00:25
1b27d6c
Compare
Choose a tag to compare
  • Compatibility with meteor@1.8.0.1
  • Internal dependencies update
  • Minor documentation update

v2.2.0

07 Jun 15:00
Compare
Choose a tag to compare
  • Compatibility with meteor@1.7.0.1
  • Overall codebase enhancements
  • Docs update
  • Fix #7 , thanks to @distalx
  • Minor release version bump caused by logic change (to fix #7), what may effect existent apps

v2.1.4

10 Nov 00:25
Compare
Choose a tag to compare
  • Regular update
  • Compatibility with meteor@1.6
  • Dependencies update

v2.1.3

02 Jun 14:28
Compare
Choose a tag to compare
  • Fix broken namespace in v2.1.2

v2.1.2

02 Jun 14:16
Compare
Choose a tag to compare
  • Compatibility with meteor@1.5
  • Drop dependency on spacebars
  • Drop direct dependency on underscore
  • Overall codebase enhancements

v2.1.1

27 May 11:25
Compare
Choose a tag to compare
  • Fix #4 , thanks to @dhrubins

v2.1.0

24 May 03:11
Compare
Choose a tag to compare
  • Fix #4 , via #5 , thanks to @dhrubins
  • session and underscore now is a weak dependencies
  • 100% tests coverage
  • Overall package fixes and enhancements