## Change Log

### [v0.7.0](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.7.0) (2020-10-21)

* Add waitForElementToBeRemoved ([@wyze](https://github.com/wyze) in [#23](https://github.com/wyze/bs-dom-testing-library/pull/23))
* Add more ByRole options ([@wyze](https://github.com/wyze) in [#22](https://github.com/wyze/bs-dom-testing-library/pull/22))
* Update some of the utility functions ([@wyze](https://github.com/wyze) in [#21](https://github.com/wyze/bs-dom-testing-library/pull/21))
* Add sponsor button ([@wyze](https://github.com/wyze) in [dec1dab](https://github.com/wyze/bs-dom-testing-library/commit/dec1dab))
* Upgrade to latest dependencies ([@wyze](https://github.com/wyze) in [#20](https://github.com/wyze/bs-dom-testing-library/pull/20))

### [v0.6.2](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.6.2) (2020-06-17)

* Upgrade `kind-of` to resolve CVE-2019-20149 ([@wyze](https://github.com/wyze) in [896817b](https://github.com/wyze/bs-dom-testing-library/commit/896817b))
* Upgrade devDependencies ([@wyze](https://github.com/wyze) in [429d91b](https://github.com/wyze/bs-dom-testing-library/commit/429d91b))
* Fix JSX and bs-webapi to compile on BS 8 ([@johnridesabike](https://github.com/johnridesabike) in [#18](https://github.com/wyze/bs-dom-testing-library/pull/18))
* Switch to GitHub actions ([@wyze](https://github.com/wyze) in [#17](https://github.com/wyze/bs-dom-testing-library/pull/17))

### [v0.6.1](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.6.1) (2020-04-10)

* Fix incorrect returning types ([@jihchi](https://github.com/jihchi) in [#16](https://github.com/wyze/bs-dom-testing-library/pull/16))

### [v0.6.0](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.6.0) (2020-03-27)

* Add back override and change from OCaml to Reason ([@wyze](https://github.com/wyze) in [67052c2](https://github.com/wyze/bs-dom-testing-library/commit/67052c2))
* Remove linguist language override ([@wyze](https://github.com/wyze) in [c0ae165](https://github.com/wyze/bs-dom-testing-library/commit/c0ae165))
* Upgrade devDependencies to latest versions ([@wyze](https://github.com/wyze) in [f89533e](https://github.com/wyze/bs-dom-testing-library/commit/f89533e))
* Upgrade @testing-library/dom to latest (7.1) version ([@jihchi](https://github.com/jihchi) in [#13](https://github.com/wyze/bs-dom-testing-library/pull/13))

### [v0.5.1](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.5.1) (2019-07-22)

* Add bindings for `configure` ([@leeor](https://github.com/leeor) in [#10](https://github.com/wyze/bs-dom-testing-library/pull/10))

### [v0.5.0](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.5.0) (2019-07-21)

* Upgrade dependencies ([@wyze](https://github.com/wyze) in [6a209e0](https://github.com/wyze/bs-dom-testing-library/commit/6a209e0))
* Upgrade dom-testing-library to v5 ([@jihchi](https://github.com/jihchi) in [#8](https://github.com/wyze/bs-dom-testing-library/pull/8))

### [v0.4.1](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.4.1) (2019-04-24)

* Add documentation link to readme ([@wyze](https://github.com/wyze) in [f5fb3dc](https://github.com/wyze/bs-dom-testing-library/commit/f5fb3dc))
* Add `getByLabelText` query ([@wyze](https://github.com/wyze) in [48acf68](https://github.com/wyze/bs-dom-testing-library/commit/48acf68))
* Run formatter ([@wyze](https://github.com/wyze) in [4fe146a](https://github.com/wyze/bs-dom-testing-library/commit/4fe146a))

### [v0.4.0](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.4.0) (2019-04-05)

* Add the rest of the events and change method signature ([@wyze](https://github.com/wyze) in [0814ce1](https://github.com/wyze/bs-dom-testing-library/commit/0814ce1))
* Change tests to use new render function ([@wyze](https://github.com/wyze) in [feeb021](https://github.com/wyze/bs-dom-testing-library/commit/feeb021))
* Meta file updates ([@wyze](https://github.com/wyze) in [3ab333b](https://github.com/wyze/bs-dom-testing-library/commit/3ab333b))
* Upgrade dependencies ([@wyze](https://github.com/wyze) in [bcded3e](https://github.com/wyze/bs-dom-testing-library/commit/bcded3e))

### [v0.3.0](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.3.0) (2018-10-10)

* [[`2a6ddfe79f`](https://github.com/wyze/bs-dom-testing-library/commit/2a6ddfe79f)] - Split main module into submodules (#4) (Neil Kistner)
* [[`584e1de278`](https://github.com/wyze/bs-dom-testing-library/commit/584e1de278)] - Add FireEvent.click and FireEvent.change methods (#2) (Neil Kistner)
* [[`c6aa67ffcf`](https://github.com/wyze/bs-dom-testing-library/commit/c6aa67ffcf)] - Add ignore option to getByText query (#3) (Neil Kistner)
* [[`8424bb3f8e`](https://github.com/wyze/bs-dom-testing-library/commit/8424bb3f8e)] - Upgrade dependencies (Neil Kistner)

### [v0.2.0](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.2.0) (2018-07-29)

* [[`7dc39683b9`](https://github.com/wyze/bs-dom-testing-library/commit/7dc39683b9)] - Add some new queries (Neil Kistner)
* [[`aa21b9fba9`](https://github.com/wyze/bs-dom-testing-library/commit/aa21b9fba9)] - Upgrade dependencies (Neil Kistner)
* [[`da32ce5209`](https://github.com/wyze/bs-dom-testing-library/commit/da32ce5209)] - Reformat license (Neil Kistner)
* [[`9f9bf41821`](https://github.com/wyze/bs-dom-testing-library/commit/9f9bf41821)] - Remove coverage badge (Neil Kistner)

### [v0.1.0](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.1.0) (2018-06-04)

* [[`3b04a9bf42`](https://github.com/wyze/bs-dom-testing-library/commit/3b04a9bf42)] - Initial commit (Neil Kistner)
