Releases: testing-library/cypress-testing-library
Releases · testing-library/cypress-testing-library
v2.0.0
2.0.0 (2018-05-06)
Features
- TextMatch: upgrade dom-testing-library (bba26fb)
BREAKING CHANGES
- TextMatch: Strings are considered to be an exact match now. You can opt-into fuzzy matching, but it's recommended to use a regex instead.
v1.2.0
1.2.0 (2018-05-05)
Features
v1.1.0
1.1.0 (2018-04-24)
Features
v1.0.1
1.0.1 (2018-04-19)
Bug Fixes
- logs: log the command properly (a44bb83)
v1.0.0
1.0.0 (2018-04-10)
Bug Fixes
- use
getBy
, not queryBy
, to fail on missing element (#1) (5106558)
Features
- commands: use waitForElement; add jest & cypress tests (#2) (ef22f87)
BREAKING CHANGES