Skip to content

Latest commit

 

History

History
254 lines (95 loc) · 6.83 KB

CHANGELOG.md

File metadata and controls

254 lines (95 loc) · 6.83 KB

Change Log

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

3.2.4 (2019-08-21)

Bug Fixes

  • hiccup: update/rename regexes & tag maps (6dba80d)

3.2.3 (2019-08-16)

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

3.2.2 (2019-07-31)

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

3.2.1 (2019-07-12)

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

3.2.0 (2019-07-07)

Features

  • hiccup: enable TS strict compiler flags (refactor) (d0fce75)

3.1.9 (2019-05-22)

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

3.1.8 (2019-04-26)

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

3.1.7 (2019-04-24)

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

3.1.6 (2019-04-02)

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

3.1.5 (2019-03-28)

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

3.1.0 (2019-02-18)

Features

  • hiccup: add support for XML/DTD proc tags, update readme, tests (ede2842)

3.0.0 (2019-01-21)

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.

2.7.0 (2018-12-13)

Features

  • hiccup: add __skip support, add test, update readme (d3500df)

2.6.0 (2018-11-07)

Features

  • hiccup: update derefContext() to only apply to selected keys (749925f)

2.5.0 (2018-11-06)

Features

  • hiccup: add support for dynamic user context values (a947873)

2.4.0 (2018-09-23)

Features

  • hiccup: emmet class & class attrib merging in normalize() (1d8eeb4)

2.3.0 (2018-09-22)

Features

  • hiccup: add control attrib handling, add comment support (363c241)

2.1.0 (2018-08-31)

Bug Fixes

  • hiccup: disable spans for certain element types (1b97a25)
  • hiccup: serialize() args (1e8b4ef)

Features

  • hiccup: add optional support for spans & auto keying (#39) (1b0deb2)

2.0.11 (2018-08-27)

2.0.0 (2018-05-13)

Code Refactoring

  • hiccup: fix #19, add support for context object (feca566)

Performance Improvements

BREAKING CHANGES

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

Features

  • hiccup: update error handling, add @thi.ng/api dep (a3238ab)

1.2.0 (2018-03-14)

Features

  • hiccup: add auto deref() support (0d2c16f)
  • hiccup: support fn values in style objects (93343d6)

1.1.0 (2018-02-24)

Features

  • hiccup: add support for more SVG tags (66 total) (44f33df)

1.0.0 (2018-02-03)

Features

  • hiccup: skip fn exec for event attribs, update tests, readme (7ae706e)

BREAKING CHANGES

  • hiccup: event attribs w/ function values will be omitted, see readme for details/examples