### 1.0.1

- parse5 5.1

# 1.0.0

- Add support for parsing attributes with namespaces (e.g. embedded SVG)
- Switch testing from jasmine-node to jasminum
- v1.0 release as basic API is unlikely to change

### 0.1.1

- Update to parse5 v1.1.4
- Add `length` setter to `NodeList`

## 0.1.0

 - Reorganise modules
    - DOM implementation is available at `minidom/dom`
    - DOM level 1 is avilable at `minidom/level1/core`

### 0.0.2

 - Add support for doctype tags

### 0.0.1

 - Initial release
