Releases: testing-library/native-testing-library
Releases · testing-library/native-testing-library
v6.0.0
6.0.0 (2020-07-24)
Bug Fixes
- act: account for console.error argument not being a string (#97) (99c3f6b)
Features
BREAKING CHANGES
- removed deprecated methods
v5.0.3
5.0.3 (2019-12-11)
Bug Fixes
- revert: upgrade to latest react-navigation v4 (#94) (a1f9f85)
v5.0.2
5.0.2 (2019-12-04)
Bug Fixes
- update matches to account for empty strings (#87) (1820077), closes #86
v5.0.1
5.0.1 (2019-11-13)
Bug Fixes
- types: correct a local/import type declaration conflict (#79) (c72f45f)
v5.0.0
5.0.0 (2019-11-05)
Bug Fixes
- change filter prop to selector for queries (#76) (2097cc7)
- correct typings for debug options (#77) (c9344ab)
BREAKING CHANGES
- The filter option has been renamed to selector to maintain compatibility with the rest of the Testing Library API.
v4.2.0
4.2.0 (2019-11-04)
Features
- formatting options for render() to remove options from debug() (#70) (a8ba416)
v4.1.0
4.1.0 (2019-10-18)
Features
- wait: bump version of wait-for-expect library (0abcd74)
v4.0.14
4.0.14 (2019-10-10)
Bug Fixes
- types: update type of act to support async act (#65) (00d11da)
v4.0.13
4.0.13 (2019-10-10)
Bug Fixes
- matcher: handle cases when values don't match types (#62) (55c9716)
- improve types for queries.d.ts (#51) (169dd88), closes #45
v4.0.12
4.0.12 (2019-09-19)
Bug Fixes
- types: add boolean as acceptable type for Matcher (#59) (a72fb3f)