All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.2.0 (2020-03-28)
- hiccup-markdown: add table caption support (4b72b92)
- hiccup-markdown: add table serializer & test, update deps (7cecf24)
1.1.6 (2019-11-09)
- hiccup-markdown: #156 fix blockquote default tag factory args, add test (12e445a)
- hiccup-markdown: #156 undo trimming of element children (ccc9d40)
- hiccup-markdown: #156 update parse(), remove CR chars, add initial test (602510c)
1.1.0 (2019-07-07)
- hiccup-markdown: enable TS strict compiler flags (refactor) (36c8109)
1.0.0 (2019-01-21)
- hiccup-markdown: re-export TagFactories interface (b198c19)
- 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.
0.2.0 (2019-01-04)
- hiccup-markdown: add & refactor markdown parser (from example), update docs (35db07f)
- hiccup-markdown: add new package (58f591e)