diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cb38205 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## 2.0.0 (2023-09-27) + +- a239fb8 ci: Add commit message prefixes to Dependabot config +- 625576c test: Add another spec +- 849b1af feat: Use Array.isArray() +- 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 +- 68d8081 fix: Properly check insertions argument type +- 3bd434d style: S E M I C O L O N S +- 5fcd652 test: Add more insertion non-Object tests +- 6d418c3 docs: Document support for null textContent +- fbbf654 feat: Add support for null textContent +- 426d9e3 chore: Add test against null textContent value +- 199f5e9 chore: Formatting and name changes and whatnot +- 76609b0 docs: Remove CONTRIBUTING.md +- 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 +- c614555 docs: Use JSDoc syntax in banner comments +- 80db616 feat!: Set minimum supported Node.js version +- 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 ci: Refactor CI workflow