Skip to content

Latest commit

 

History

History
132 lines (48 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

132 lines (48 loc) · 3.81 KB

2.0.0 (2019-06-27)

Features

  • browser: support browsers as well as node (#8) (0493b92)
  • node 6: drop support for node 6 (#7) (6f8ea92)

BREAKING CHANGES

  • browser: emitted new lines in strings are no longer platform dependent. \n is now always used.
  • node 6: Node 6 is no longer supported.

1.0.0 (2019-02-12)

0.6.3 (2018-12-21)

Bug Fixes

  • typings: Update 'typings' field in package.json (66ebf4b)

0.6.2 (2018-12-21)

Bug Fixes

  • typings: Don't publish *.tsx files to npm (a65b272)

0.6.1 (2018-12-21)

Bug Fixes

  • typings: Don't publish source files to npm (typings instead) (37bc753)

0.6.0 (2018-01-22)

Features

  • helper components: Add support for using functions as HTML elements (bdf0b3a)

0.5.1 (2017-12-05)

0.5.0 (2017-09-28)

Features

  • boolean attributes: Add support for boolean attributes (f6760e9)

0.4.0 (2017-09-26)

Features

  • integrity: Add integrity to script tag. (3bfb42b)

0.3.3 (2017-07-14)

Features

  • add 'role' attribute to all html elements (0bb4284)

0.3.2 (2017-05-30)

0.3.1 (2017-05-01)

Bug Fixes

  • casing: Support multiple uppercase characters (aa1733f)
  • html-tag: Rename HTMLTag -> HtmlHtmlTag (fb56d75)

0.3.0 (2017-04-29)

Features

  • createElement: Escape attribute values (cbd780d)
  • html5: Move to html5 compliant implementation (84b1db9)

0.2.0 (2017-04-19)

Bug Fixes

  • attibutes: Fix small template issues (a65dd48)
  • elements: Add triple slash references to global types (ae94144)
  • npmignore: Don't ignore src files (6101f30)
  • pkg: Add main and typings fields (5473613)

0.1.0 (2017-04-19)

Bug Fixes

  • node-version: Remove node 4 from supported versions (ce57600)