
0.8.2 / 2015-07-12
==================

  * build

0.8.1 / 2015-07-12
==================

  * index: work with several copies of `vd` around

0.8.0 / 2015-06-11
==================

  * element: interpret `null` or `false` as unsetting

0.7.1 / 2015-04-22
==================

  * restore `children`
  * remove `*Attribute` APIs

0.7.0 / 2015-04-22
==================

  * 6to5->babel
  * special-case export `style`
  * add `setAttribute`, `getAttribute` and `removeAttribute`
  * rename `children` -> `childNodes`

0.6.0 / 2015-03-18
==================

 * added id support in short function

0.5.0 / 2015-03-05
==================

 * add `Element#ClassList`
 * add `Element#style`
 * add `Element#attrs()` and hide `props`
 * remove `Element#empty()`
 * remove `Element#remove()`

0.4.0 / 2015-02-17
==================

 * add support for `style` property as an object
 * rename build to `vd.js` and global to `vd`

0.3.0 / 2015-02-17
==================

 * added support for `classes`

0.2.1 / 2015-02-09
==================

 * fix build

0.2.0 / 2015-01-27
==================

 * get rid of `Map` and `Set` for lower size

0.1.0 / 2015-01-25
==================

  * initial release
