## Change Log ### [v4.1.1](https://github.com/wyze/bs-jest-dom/releases/tag/v4.1.1) (2020-06-17) * Fix JSX and bs-webapi to compile on BS 8 ([@johnridesabike](https://github.com/johnridesabike) in [#20](https://github.com/wyze/bs-jest-dom/pull/20)) ### [v4.1.0](https://github.com/wyze/bs-jest-dom/releases/tag/v4.1.0) (2020-06-13) * Add toBeEmptyDOMElement in favor of toBeEmpty ([@wyze](https://github.com/wyze) in [456326f](https://github.com/wyze/bs-jest-dom/commit/456326f)) * Add toBePartiallyChecked matcher ([@wyze](https://github.com/wyze) in [688dbbc](https://github.com/wyze/bs-jest-dom/commit/688dbbc)) * Allow regex in toHaveDisplayValue matcher ([@wyze](https://github.com/wyze) in [7bfdbbf](https://github.com/wyze/bs-jest-dom/commit/7bfdbbf)) * Add toHaveDescription matcher ([@wyze](https://github.com/wyze) in [3049f11](https://github.com/wyze/bs-jest-dom/commit/3049f11)) * Upgrade dependencies ([@wyze](https://github.com/wyze) in [9c564df](https://github.com/wyze/bs-jest-dom/commit/9c564df)) * Update peerDependency for @glennsl/bs-jest ([@wyze](https://github.com/wyze) in [af104b7](https://github.com/wyze/bs-jest-dom/commit/af104b7)) ### [v4.0.0](https://github.com/wyze/bs-jest-dom/releases/tag/v4.0.0) (2020-04-21) * Update readme.md ([@wyze](https://github.com/wyze) in [40ba55b](https://github.com/wyze/bs-jest-dom/commit/40ba55b)) * Convert matchers to externals ([@wyze](https://github.com/wyze) in [#17](https://github.com/wyze/bs-jest-dom/pull/17)) ### [v3.0.0](https://github.com/wyze/bs-jest-dom/releases/tag/v3.0.0) (2020-04-18) * Add bisect_ppx to bs-dev-deps ([@wyze](https://github.com/wyze) in [#16](https://github.com/wyze/bs-jest-dom/pull/16)) * Run refmt (again) on the project ([@wyze](https://github.com/wyze) in [1ae8ee4](https://github.com/wyze/bs-jest-dom/commit/1ae8ee4)) * Upgrade to jest-dom v5.5.0 ([@wyze](https://github.com/wyze) in [#15](https://github.com/wyze/bs-jest-dom/pull/15)) * Update toHaveClass/toHaveTextContent method signatures ([@wyze](https://github.com/wyze) in [#14](https://github.com/wyze/bs-jest-dom/pull/14)) * Fix GitHub security alerts ([@wyze](https://github.com/wyze) in [d2594c2](https://github.com/wyze/bs-jest-dom/commit/d2594c2)) * Switch to GitHub actions ([@wyze](https://github.com/wyze) in [#13](https://github.com/wyze/bs-jest-dom/pull/13)) ### [v2.0.2](https://github.com/wyze/bs-jest-dom/releases/tag/v2.0.2) (2020-04-12) * Upgrade devDependencies to latest versions ([@wyze](https://github.com/wyze) in [b9302fa](https://github.com/wyze/bs-jest-dom/commit/b9302fa)) * Move bs-jest to devDependencies ([@jihchi](https://github.com/jihchi) in [#11](https://github.com/wyze/bs-jest-dom/pull/11)) ### [v2.0.1](https://github.com/wyze/bs-jest-dom/releases/tag/v2.0.1) (2019-04-22) * Change expected type from option to non-option ([@wyze](https://github.com/wyze) in [957a67d](https://github.com/wyze/bs-jest-dom/commit/957a67d)) ### [v2.0.0](https://github.com/wyze/bs-jest-dom/releases/tag/v2.0.0) (2019-03-11) * Rewrite to better interface with bs-jest ([@wyze](https://github.com/wyze) in [010b440](https://github.com/wyze/bs-jest-dom/commit/010b440)) * Meta file updates ([@wyze](https://github.com/wyze) in [3484f0d](https://github.com/wyze/bs-jest-dom/commit/3484f0d)) * Upgrade dependencies ([@wyze](https://github.com/wyze) in [0323b1a](https://github.com/wyze/bs-jest-dom/commit/0323b1a)) * Update yarn lock with integrity hashes ([@caulagi](https://github.com/caulagi) in [#1](https://github.com/wyze/bs-jest-dom/pull/1)) ### [v1.0.0](https://github.com/wyze/bs-jest-dom/releases/tag/v1.0.0) (2018-09-18) * [[`d1575b8514`](https://github.com/wyze/bs-jest-dom/commit/d1575b8514)] - Initial commit (Neil Kistner)