bs-dom-testing-library
Advanced tools
Comparing version 0.4.0 to 0.4.1
## Change Log | ||
### [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) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "bs-dom-testing-library", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "BuckleScript bindings for dom-testing-library.", | ||
@@ -5,0 +5,0 @@ "repository": "wyze/bs-dom-testing-library", |
@@ -5,2 +5,6 @@ # bs-dom-testing-library · [![Build Status][circleci-image]][circleci-url] [![npm][npm-image]][npm-url] [![Coveralls][coveralls-image]][coveralls-url] | ||
## Documentation | ||
[**Read the docs**](//testing-library.com/docs/bs-react-testing-library/intro) | [Edit the docs](//github.com/alexkrolick/testing-library-docs) | ||
## Installation | ||
@@ -78,8 +82,7 @@ | ||
### [v0.4.0](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.4.0) (2019-04-05) | ||
### [v0.4.1](https://github.com/wyze/bs-dom-testing-library/releases/tag/v0.4.1) (2019-04-24) | ||
* 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)) | ||
* 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)) | ||
@@ -86,0 +89,0 @@ ## License |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36274
99