Releases: testing-library/react-hooks-testing-library
Releases · testing-library/react-hooks-testing-library
v0.3.6
Changes
- Restrict which files get published to NPM
- Added a
CONTRIBUTING.md
doc
v0.3.4
Changes
- Corrected name and date in LICENSE
- Fixed typos in README
v0.3.3
Changes
- Updated
react-testing-library
to v6.0.0 (where testHook
is officially removed)
- Added API section to README
v0.3.2
Changes
- Updated
react-testing-library
to v5.9.0
- Changed to use
react-testing-library
's wrapper
option for wrapping test component
v0.3.1
Changes
- Updated documentation to show
renderHook
terminology
v0.3.0
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