Releases: jgarber623/TemplateTemplate
Releases · jgarber623/TemplateTemplate
v1.0.0
Update README
v0.3.2
Update dependencies!
v0.3.1
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
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 oftemplatetemplate.js
, andtemplatetemplate.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 todist
,npm start
will use Rollup to build files todist
when changes tosrc/templatetemplate.js
are made, andnpm test
now uses npm-run-all to more efficiently run the various test scripts.
🎉
v0.2.0
This update adds:
- AMD/Node module support!
- Tests!
- Better support for catching input errors!
v0.1.4
Minor refactoring and bump version to 0.1.4
v0.1.3
Clean up a few things and update version to 0.1.3
v0.1.0
Initial release! 🎉