Skip to content

Releases: jgarber623/TemplateTemplate

v1.0.0

08 Apr 18:43
Compare
Choose a tag to compare
Update README

v0.3.2

24 Sep 13:34
Compare
Choose a tag to compare

Update dependencies!

v0.3.1

15 May 16:55
Compare
Choose a tag to compare

This release adds the module key to package.json which should improve usage with tools like, say… Rollup. See this section on using Rollup with npm packages for more on that.

v0.3.0

15 May 16:19
Compare
Choose a tag to compare

This release makes the switch to using Rollup for building artifacts in the dist folder. The files in dist are mostly similar to previous releases:

  • templatetemplate.js is an uncompressed browser-suitable UMD file,
  • templatetemplate.min.js is a compressed version of templatetemplate.js, and
  • templatetemplate.es.js is an uncompressed ES6-compatible module file.

For development purposes, there are a few new or changed commands that can be run:

  • npm run build will use Rollup to build files to dist,
  • npm start will use Rollup to build files to dist when changes to src/templatetemplate.js are made, and
  • npm test now uses npm-run-all to more efficiently run the various test scripts.

🎉

v0.2.0

03 Apr 01:26
Compare
Choose a tag to compare

This update adds:

  • AMD/Node module support!
  • Tests!
  • Better support for catching input errors!

v0.1.4

29 Mar 01:10
Compare
Choose a tag to compare
Minor refactoring and bump version to 0.1.4

v0.1.3

27 Mar 20:55
Compare
Choose a tag to compare
Clean up a few things and update version to 0.1.3

v0.1.0

27 Mar 13:14
Compare
Choose a tag to compare

Initial release! 🎉