Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Releases: testing-library/native-testing-library

v6.0.0

24 Jul 00:04
ad41bb6
Compare
Choose a tag to compare

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

11 Dec 16:47
a1f9f85
Compare
Choose a tag to compare

5.0.3 (2019-12-11)

Bug Fixes

  • revert: upgrade to latest react-navigation v4 (#94) (a1f9f85)

v5.0.2

04 Dec 14:04
Compare
Choose a tag to compare

5.0.2 (2019-12-04)

Bug Fixes

  • update matches to account for empty strings (#87) (1820077), closes #86

v5.0.1

13 Nov 15:03
Compare
Choose a tag to compare

5.0.1 (2019-11-13)

Bug Fixes

  • types: correct a local/import type declaration conflict (#79) (c72f45f)

v5.0.0

05 Nov 16:35
Compare
Choose a tag to compare

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

04 Nov 15:02
Compare
Choose a tag to compare

4.2.0 (2019-11-04)

Features

  • formatting options for render() to remove options from debug() (#70) (a8ba416)

v4.1.0

18 Oct 14:04
Compare
Choose a tag to compare

4.1.0 (2019-10-18)

Features

  • wait: bump version of wait-for-expect library (0abcd74)

v4.0.14

10 Oct 17:26
Compare
Choose a tag to compare

4.0.14 (2019-10-10)

Bug Fixes

  • types: update type of act to support async act (#65) (00d11da)

v4.0.13

10 Oct 14:59
Compare
Choose a tag to compare

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

19 Sep 17:20
Compare
Choose a tag to compare

4.0.12 (2019-09-19)

Bug Fixes

  • types: add boolean as acceptable type for Matcher (#59) (a72fb3f)