All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.6.16 (2021-06-08)
Note: Version bump only for package @thi.ng/hiccup
3.6.0 (2020-09-13)
- hiccup: add CDATA support, update void tag handling (5989427)
3.5.0 (2020-07-02)
- hiccup: add RDFa
prefix
attrib handling, add tests (24a7748) - hiccup: remove obsolete SVG/XLINK urls (aa34be7)
3.4.0 (2020-06-28)
- hiccup: update deps & attrib handling (09ba171)
3.3.0 (2020-06-24)
- hiccup: support array attrib values, add tests (1c4ef8a)
- hiccup: update
accept
attrib handling (fabf447)
3.2.4 (2019-08-21)
- hiccup: update/rename regexes & tag maps (6dba80d)
3.2.0 (2019-07-07)
- hiccup: enable TS strict compiler flags (refactor) (d0fce75)
3.1.0 (2019-02-18)
- hiccup: add support for XML/DTD proc tags, update readme, tests (ede2842)
3.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
2.7.0 (2018-12-13)
- hiccup: add __skip support, add test, update readme (d3500df)
2.6.0 (2018-11-07)
- hiccup: update derefContext() to only apply to selected keys (749925f)
2.5.0 (2018-11-06)
- hiccup: add support for dynamic user context values (a947873)
2.4.0 (2018-09-23)
- hiccup: emmet class & class attrib merging in normalize() (1d8eeb4)
2.3.0 (2018-09-22)
- hiccup: add control attrib handling, add comment support (363c241)
2.1.0 (2018-08-31)
2.0.11 (2018-08-27)
2.0.0 (2018-05-13)
- hiccup: update css() (b1cb7d9)
- hiccup: component functions now take a global context object as first argument (like w/ @thi.ng/hdom)
- update serialize() to accept & pass optional context
- add support for component objects
- add/update tests
1.3.0 (2018-03-21)
1.2.0 (2018-03-14)
1.1.0 (2018-02-24)
- hiccup: add support for more SVG tags (66 total) (44f33df)
1.0.0 (2018-02-03)
- hiccup: skip fn exec for event attribs, update tests, readme (7ae706e)
- hiccup: event attribs w/ function values will be omitted, see readme for details/examples