## [v2.2.1]
> Oct 17, 2017

- `dom101/add-class`: fix problem when dealing with excessive spaces
- `dom101/remove-class`: same as above

[v2.2.1]: https://github.com/rstacruz/dom101/compare/v2.2.0...v2.2.1

## [v2.2.0]
> Oct 16, 2017

- `dom101/add-class`: Allow passing arrays for classnames
- `dom101/remove-class`: Allow passing arrays for classnames
- `dom101/next-until`: New function

[v2.2.0]: https://github.com/rstacruz/dom101/compare/v2.1.0...v2.2.0

## [v2.1.0]
> Oct 13, 2017

- `dom101/ready`: fix not firing when the document is already interactive

[v2.1.0]: https://github.com/rstacruz/dom101/compare/v2.0.1...v2.1.0

## [v2.0.1]
> Oct  1, 2017

* Update `dom101/query-selector-all` to always return arrays, so you may now do `querySelectorAll('···').forEach(···)`. (Previously, it returned DOM node lists)

[v2.0.1]: https://github.com/rstacruz/dom101/compare/v1.3.0...v2.0.1

## [v1.3.0]
> Apr 26, 2016

* Add `dom101/outer-width` ([@SilentCicero], [#57])
* Add `dom101/outer-height` ([@SilentCicero], [#57])

[v1.3.0]: https://github.com/rstacruz/dom101/compare/v1.2.1...v1.3.0

## [v1.2.1]
> Nov 22, 2015

* Add `dom101/before`
* Add `dom101/after`

[v1.2.0]: https://github.com/rstacruz/dom101/compare/v1.1.0...v1.2.0

## [v1.1.0]
> Oct 7, 2015

* Add `dom101/document-height`
* Add `dom101/document-width`

[v1.1.0]: https://github.com/rstacruz/dom101/compare/v1.0.2...v1.1.0

## [v1.0.0]
> Aug  4, 2015

* Add `dom101/map`

[v1.0.0]: https://github.com/rstacruz/dom101/compare/v0.7.2...v1.0.0

## v0.7.2
> Jul  1, 2015

* Conform to [semistandard]
* Update test tools

[semistandard]: https://www.npmjs.com/package/semistandard

## v0.7.1

* Update package.json with metadata
* No functional changes

## v0.7.0
> Mar 12, 2015

* Add `dom101/matches`
* Add `dom101/closest`

## v0.6.0
> Jan 29, 2015

* Add `dom101/extend`
* Add `dom101/deep-extend`
* Add `dom101/is-plain-object`

## v0.5.0
> Jan 28, 2015

* Add `dom101/each`

## v0.4.0
> Jan 11, 2015

* Add `dom101/toggle-class`

## v0.3.0
> Jan 9, 2015

* Add `dom101/scroll-top`

## v0.2.0
> Jan 9, 2015

* Add `dom101/query-selector`
* Add `dom101/query-selector-all`

## v0.1.0
> Jan 9, 2015

Initial release.

[#57]: https://github.com/rstacruz/dom101/issues/57
[@SilentCicero]: https://github.com/SilentCicero
