<a name="4.0.1"></a>

## [4.0.1](https://github.com/imcuttle/visit-tree/compare/v4.0.0...v4.0.1) (2021-04-07)

<a name="4.0.0"></a>

# [4.0.0](https://github.com/imcuttle/visit-tree/compare/v3.0.1...v4.0.0) (2021-03-12)

### Bug Fixes

- support async ([98e07f4](https://github.com/imcuttle/visit-tree/commit/98e07f4)), closes [#11](https://github.com/imcuttle/visit-tree/issues/11)

<a name="3.0.1"></a>

## [3.0.1](https://github.com/imcuttle/visit-tree/compare/v3.0.0...v3.0.1) (2021-03-12)

### Bug Fixes

- remove ([567ae2a](https://github.com/imcuttle/visit-tree/commit/567ae2a)), closes [#10](https://github.com/imcuttle/visit-tree/issues/10)

<a name="3.0.0"></a>

# [3.0.0](https://github.com/imcuttle/visit-tree/compare/v2.1.1...v3.0.0) (2021-03-11)

### Features

- add state & rename ctx.state to globalState ([3a7ff47](https://github.com/imcuttle/visit-tree/commit/3a7ff47))

<a name="2.1.1"></a>

## [2.1.1](https://github.com/imcuttle/visit-tree/compare/v2.1.0...v2.1.1) (2020-04-03)

### Bug Fixes

- html-collection is not iterable in edge ([4483d25](https://github.com/imcuttle/visit-tree/commit/4483d25))

<a name="2.1.0"></a>

# [2.1.0](https://github.com/imcuttle/visit-tree/compare/v2.0.1...v2.1.0) (2019-12-08)

<a name="2.0.1"></a>

## [2.0.1](https://github.com/imcuttle/visit-tree/compare/v2.0.0...v2.0.1) (2019-04-11)

### Bug Fixes

- update cast array ([92b0b57](https://github.com/imcuttle/visit-tree/commit/92b0b57))

<a name="2.0.0"></a>

# [2.0.0](https://github.com/imcuttle/visit-tree/compare/v1.0.2...v2.0.0) (2019-02-26)

### Features

- api changes to `visit(tree, pre, post?, options?)` ([9b41e4e](https://github.com/imcuttle/visit-tree/commit/9b41e4e)), closes [#1](https://github.com/imcuttle/visit-tree/issues/1)

### BREAKING CHANGES

- remove the option `order`

<a name="1.0.2"></a>

## [1.0.2](https://github.com/imcuttle/visit-tree/compare/v1.0.1...v1.0.2) (2019-02-23)

### Bug Fixes

- cast NodeList to array ([63200fe](https://github.com/imcuttle/visit-tree/commit/63200fe))

<a name="1.0.1"></a>

## 1.0.1 (2019-02-03)
