Skip to content

Latest commit

 

History

History
102 lines (43 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

102 lines (43 loc) · 3.84 KB

Change Log

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

1.2.33 (2020-09-13)

Note: Version bump only for package @thi.ng/hiccup-markdown

1.2.32 (2020-08-28)

Note: Version bump only for package @thi.ng/hiccup-markdown

1.2.31 (2020-08-20)

Note: Version bump only for package @thi.ng/hiccup-markdown

1.2.30 (2020-08-17)

Note: Version bump only for package @thi.ng/hiccup-markdown

1.2.29 (2020-08-16)

Note: Version bump only for package @thi.ng/hiccup-markdown

1.2.0 (2020-03-28)

Features

  • hiccup-markdown: add table caption support (4b72b92)
  • hiccup-markdown: add table serializer & test, update deps (7cecf24)

1.1.6 (2019-11-09)

Bug Fixes

  • 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)

Features

  • hiccup-markdown: enable TS strict compiler flags (refactor) (36c8109)

1.0.0 (2019-01-21)

Bug Fixes

  • hiccup-markdown: re-export TagFactories interface (b198c19)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • 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)

Features

  • hiccup-markdown: add & refactor markdown parser (from example), update docs (35db07f)

0.1.0 (2018-12-20)

Features

  • hiccup-markdown: add new package (58f591e)