Skip to content

Releases: c-kick/DOMule

v2.0.0

27 Sep 14:17
d0249c6
Compare
Choose a tag to compare

Major code overhaul, and a new name: DOMule

v1.0.0

27 Dec 14:30
Compare
Choose a tag to compare

Initial release.

This is a base collection of JavaScript modules I wrote and regularly use in my various projects. These are all specifically aimed at integration inside the module ecosystem I wrote, which is designed and built around the hnl.dynamicimports.mjs and hnl.eventhandler.mjs base modules.

Although the modules can be used outside that ecosystem, I did not intend for this use. All modules use an init function, which takes a bunch of elements (NodeList) to work on. Modules may change/disappear without prior notice.

See README.md for basic usage.