3.0.1 (2021-07-30)
3.0.0 (2021-07-30)
- node: Support for Node > 12 is dropped (although it will still work)
2.0.0 (2019-06-27)
- browser: support browsers as well as node (#8) (0493b92)
- node 6: drop support for node 6 (#7) (6f8ea92)
- 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)
- typings: Update 'typings' field in package.json (66ebf4b)
0.6.2 (2018-12-21)
- typings: Don't publish *.tsx files to npm (a65b272)
0.6.1 (2018-12-21)
- typings: Don't publish source files to npm (typings instead) (37bc753)
0.6.0 (2018-01-22)
- helper components: Add support for using functions as HTML elements (bdf0b3a)
0.5.1 (2017-12-05)
0.5.0 (2017-09-28)
- boolean attributes: Add support for boolean attributes (f6760e9)
0.4.0 (2017-09-26)
- integrity: Add
integrity
toscript
tag. (3bfb42b)
0.3.3 (2017-07-14)
- add 'role' attribute to all html elements (0bb4284)
0.3.2 (2017-05-30)
0.3.1 (2017-05-01)
- casing: Support multiple uppercase characters (aa1733f)
- html-tag: Rename
HTMLTag
->HtmlHtmlTag
(fb56d75)
0.3.0 (2017-04-29)
- createElement: Escape attribute values (cbd780d)
- html5: Move to html5 compliant implementation (84b1db9)
0.2.0 (2017-04-19)
- 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
andtypings
fields (5473613)
0.1.0 (2017-04-19)
- node-version: Remove node 4 from supported versions (ce57600)