Skip to content

Releases: testing-library/react-hooks-testing-library

v0.3.6

03 Mar 11:13
Compare
Choose a tag to compare

Changes

  • Restrict which files get published to NPM
  • Added a CONTRIBUTING.md doc

v0.3.5

03 Mar 11:12
Compare
Choose a tag to compare

Changes

v0.3.4

25 Feb 09:35
Compare
Choose a tag to compare

Changes

  • Corrected name and date in LICENSE
  • Fixed typos in README

v0.3.3

24 Feb 11:30
Compare
Choose a tag to compare

Changes

  • Updated react-testing-library to v6.0.0 (where testHook is officially removed)
  • Added API section to README

v0.3.2

24 Feb 11:29
Compare
Choose a tag to compare

Changes

  • Updated react-testing-library to v5.9.0
    • Changed to usereact-testing-library's wrapper option for wrapping test component

v0.3.1

24 Feb 11:26
Compare
Choose a tag to compare

Changes

  • Updated documentation to show renderHook terminology

v0.3.0

24 Feb 11:25
98a9491
Compare
Choose a tag to compare

Welcome react-testing-library users

Changes

  • Changed API to be compatible with react-testing-library's testHook function
    • Removed useHook API from pre v0.3.0
    • Renamed testHook to be renderHook with deprecation warning