Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Nov 5, 2013
1 parent 346049c commit 895429b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions History.md
@@ -1,28 +1,33 @@
1.1.0 / 2013-11-05
==================

* do not rely on live .children NodeList [timoxley]
* generate text node if not given an html tag [timoxley]

1.0.0 / 2013-06-13
1.0.0 / 2013-06-13
==================

* return document fragments for multiple top level nodes

0.2.0 / 2013-05-21
0.2.0 / 2013-05-21
==================

* change to return an array at all times. Closes #7

0.1.0 / 2012-10-24
0.1.0 / 2012-10-24
==================

* add support for body elements with classes [timoxley]
* add removal of dummy parent div [timoxley]
* fix tests
* fix Makefile

0.0.3 / 2012-08-28
0.0.3 / 2012-08-28
==================

* fix package.json

0.0.2 / 2012-08-01
0.0.2 / 2012-08-01
==================

* add support for <body> tags. Closes #1 [domenic]
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "domify",
"version": "1.0.1",
"version": "1.1.0",
"description": "turn HTML into DOM elements",
"scripts": ["index.js"],
"development": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "domify",
"version": "1.0.1",
"version": "1.1.0",
"description": "turn HTML into DOM elements",
"keywords": [
"dom",
Expand Down

0 comments on commit 895429b

Please sign in to comment.