Skip to content

Latest commit

 

History

History
88 lines (47 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

88 lines (47 loc) · 3.69 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.7.0 (2021-10-12)

Build System

  • major update of ALL pkgs (export maps, ESM only) (0d1d6ea)

Features

  • rdom: add $replace() control/wrapper (6096357)

BREAKING CHANGES

  • 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 of require()
  • 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)

Features

  • rdom: add $inputFile/Files() handlers (7f8888b)

0.5.0 (2021-07-27)

Bug Fixes

Features

  • rdom: relax return types for $switch() (71c334b)

0.4.0 (2021-02-24)

Features

  • rdom: add $inputCheckbox, $inputTrigger (99c569e)

0.3.9 (2021-02-22)

Bug Fixes

  • rdom: add stream IDs for $Sub/$SubA (e8b8fd4)

0.3.0 (2020-12-07)

Features

  • rdom: add $subObject() wrapper, add docs (cd5cf08)

0.2.0 (2020-07-08)

Features

  • rdom: add $input, $inputNum event listeners (c29fb49)
  • rdom: add $promise() wrapper (53f9688)

0.1.0 (2020-07-02)

Features

  • rdom: add RDFa prefix attrib support, update prefix handling (b589da5)
  • rdom: add support for namespaced el/attribs (9d16ef0)
  • rdom: rename hdom2020 => rdom, update pkg (1224706)
  • rdom: update $tree() span handling, update $moveTo() (6d90187)