1.14.0 (2020-05-18)
Features
- add
findBy*
async queries (#304) - add
within
operator for returned instance-bound queries (#306) - query nested text nodes (#293)
- support
@testing-library/jest-native
custom matchers (#310)
Fixes
*ByText
would call toString() on objects and only match on[object Object]
(#290)