All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
6.1.0 (2021-06-24)
6.0.0 (2021-05-26)
- migrate @testing-library/react-native support to v7+ where Callstack's react-native-testing-library has been merged into.
- jest-native peer dep on react-native and migrate to ntl v7 (55ace1b)
5.3.0 (2021-04-22)
5.2.0 (2021-02-07)
- add typeahead watch plugin (c8cd450)
- feat: add native testing library setup (07e7912)
- chore: fix READMEs headings (e8aeb6b)
- chore: fix READMEs syntax (d83581f)
- chore: modularize repository into several packages (235c105)
- chore: setup Node.js CI with Actions (#23) (c166020), closes #23
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.2.1 (2020-06-05)
- ignore known enzyme/jsdom warnings emitted in React Native (9f97533)
- use require.resolve to include React Native setup file (1f09586)
4.2.0 (2020-05-06)
- support jest v26 (091332b)
4.1.0 (2020-04-28)
- add enzyme matchers to react native enhancer (#19) (f2375f7)
- move animated mock to react native enhancer (#18) (8798738)
4.0.1 (2020-03-23)
- remove unused dependency (59b7d11)
4.0.0 (2020-03-23)
- the base configuration no longer contains transforms nor mappings other than JavaScript files
- baseConfig and enhancers are now factories
- enhancers now validate if the test environment is correctly set
- withEnzyme now has mandatory target argument
- compose now accepts baseConfig as the first argument and enhancers are spread-ed after it
3.0.0 (2020-03-20)
- no longer detect .spec.js files (#12)
2.1.0 (2020-03-14)
2.0.2 (2020-03-10)
2.0.1 (2020-03-10)
- remove peer dependency warning about react (2aef3a0)
2.0.0 (2020-02-21)
- withWeb addon no longer comes with RTL by default
1.4.1 (2020-01-23)
- fix previous commit (c792db4)
1.4.0 (2020-01-23)
- ignore docusaurus in the web addon (008d17f)
1.3.0 (2020-01-22)
- support jest@15 (312e86a)
1.2.0 (2019-12-17)
- add api to collect coverage from in the web addon (923150f)
1.1.1 (2019-11-21)
1.1.0 (2019-11-07)
- add missing babel-jest dependency (db1c38e)
1.0.2 (2019-11-05)
- add repo to package.json (7e0d554)
1.0.1 (2019-11-05)
- initial implementation (b07a971)