- Fix XSS via prototype pollution (#48)
- Setup CI (#49)
- add MIT license file
- package: Add "license" attribute (#41, @pdehaan)
- index: Allow other implementations of
document
(#39, @tomekwi)
- update readme
- add support for
<g>
svg elements
- add script tag support for IE
- index: allow an explicit
document
object to be passed in - index: update JSDoc comments
- package: rename back to "domify"
- package: rename to "component-domify"
- package: update "main" and "component" fields
- package: use 2 space tabs
- component: remove redundant "scripts" array entry
- fix leading/trailing whitespace in text nodes
- add basic SVG element support [jkroso]
- use createTextNode() [jkroso]
- do not rely on live .children NodeList [timoxley]
- generate text node if not given an html tag [timoxley]
- return document fragments for multiple top level nodes
- change to return an array at all times. Closes #7
- add support for body elements with classes [timoxley]
- add removal of dummy parent div [timoxley]
- fix tests
- fix Makefile
- fix package.json
- add support for tags. Closes #1 [domenic]
- Initial release