2024-02-06
- Fix GitHub workflow badge
2019-01-15
- Fixed bug that prevented an object with a
length
property passed aselementData
from being handled properly.
2019-01-09
- Updated preferred CDN links to jsdelivr
2018-12-07
- Update dependencies
- Fix rollup plugin configuration
2018-04-21
- Updated dependencies
- Updated rollup configuration
- Updated README
2018-01-31
- Updated dependencies
- Updated rollup configuration
- Updated README
2018-01-17
- Unminified /dist files now include JSDOC comments from /src. This allows documentation to be displayed in IDEs.
2018-01-14
- Added NPM badge to README.md
2018-01-14
- Added version scripts to ensure 'npm version' artifacts are committed with bumped package.json and package-lock.json files. Specifically, this ensures that dist files have the appropriate version number added to the info comment before committing the version bump or publishing to NPM.
2018-01-14
- Added ability pass strings, HTMLCollections, and NodeLists to
appendTo
,prependTo
,insertBefore
andinsertAfter
. Previously only able to process arrays of nodes.
2018-01-13
- Initial release