Releases: jgarber623/TemplateTemplate
Releases · jgarber623/TemplateTemplate
v2.0.2
What's Changed
- Migrate test suite from Jasmine to AVA by @jgarber623 in #118
- Add upload coverage workflow by @jgarber623 in #119
- breaking: Update exports configuration by @jgarber623 in #120
- chore: Update Rollup configuration by @jgarber623 in #121
- chore: Remove CodeClimate by @jgarber623 in #122
- chore: Add
npm publish --provenance
flag by @jgarber623 in #123 - chore: Update ESLint config by @jgarber623 in #124
- Address linting issues by @jgarber623 in #125
- chore: Rename test file by @jgarber623 in #126
- ci: bump actions/setup-node from 3 to 4 by @dependabot in #127
- chore: bump concurrently from 8.2.1 to 8.2.2 by @dependabot in #128
- chore: bump rollup from 3.29.4 to 4.2.0 by @dependabot in #129
- chore: bump @jgarber/eslint-config from 2.0.0 to 3.0.0 by @dependabot in #130
- chore: bump rollup from 4.2.0 to 4.6.1 by @dependabot in #131
- chore: bump jsdom from 22.1.0 to 23.0.1 by @dependabot in #132
- Update dependencies and rebuild lockfile by @jgarber623 in #133
- chore: bump rollup from 4.9.1 to 4.9.2 by @dependabot in #134
- chore: bump ava from 5.3.1 to 6.0.1 by @dependabot in #135
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
Breaking Changes
- 80db616 breaking: Set minimum supported Node.js version
New Features
Bug Fixes
Documentation
- 5e1092b docs: Add CHANGELOG.md
- 6d418c3 docs: Document support for null textContent
- 76609b0 docs: Remove CONTRIBUTING.md
- c614555 docs: Use JSDoc syntax in banner comments
Chores
- 46460b8 chore: Add publish workflow
- 1085936 chore: Refactor ESLint config file
- 65f3092 chore: Rebuild lockfile
- a239fb8 chore: Add commit message prefixes to Dependabot config
- 625576c chore: Add another spec
- 5a701e7 chore: Re-point example and spec at built dist files
- 8e39544 chore: Add and configure concurrently and http-server
- 230245e chore: Remove dist files
- 5fcd652 chore: Add more insertion non-Object tests
- 426d9e3 chore: Add test against null textContent value
- 199f5e9 chore: Formatting and name changes and whatnot
- 86d5de5 chore: Point to src files in example and test
- 8800f79 chore: Specify files to be in published tarball
- 7bcbbba chore: Regenerate lockfile
- e90dce4 chore: Remove dist folder and gitignore it
- 51ef4a6 chore: Specify lts/hydrogen as development version
- f8a38d0 chore: Set current year in banner
- 3bb1f3b chore: Add publishConfig to package.json
- 1082b37 chore: Update dev dependencies
- 098a32d chore: Refactor CI workflow
v1.0.4
Actually rebuild the ./dist
files this time. 🫠
v1.0.3
No user-facing changes!
v1.0.2
Mostly development updates. No meaningful changes to TemplateTemplate's behavior or functionality.
v1.0.1
Update dependencies and rebuild dist
files.
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.