All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.7.0 (2021-10-12)
- major update of ALL pkgs (export maps, ESM only) (0d1d6ea)
- rdom: add $replace() control/wrapper (6096357)
- discontinue CommonJS & UMD versions
- only ESM modules will be published from now on
- CJS obsolete due to ESM support in recent versions of node:
- i.e. launch NodeJS via:
node --experimental-specifier-resolution=node --experimental-repl-await
- in the node REPL use
await import(...)
instead ofrequire()
- UMD obsolete due to widespread browser support for ESM
Also:
- normalize/restructure/reorg all package.json files
- cleanup all build scripts, remove obsolete
- switch from mocha to @thi.ng/testament for all tests
0.6.0 (2021-08-04)
- rdom: add $inputFile/Files() handlers (7f8888b)
0.5.0 (2021-07-27)
- rdom: relax return types for $switch() (71c334b)
0.4.0 (2021-02-24)
- rdom: add $inputCheckbox, $inputTrigger (99c569e)
0.3.9 (2021-02-22)
- rdom: add stream IDs for $Sub/$SubA (e8b8fd4)
0.3.0 (2020-12-07)
- rdom: add $subObject() wrapper, add docs (cd5cf08)