-
Notifications
You must be signed in to change notification settings - Fork 231
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
Assets 2
v0.3.5
Changes
- Added typescript definitions (#8 @otofu-square)
Assets 2
v0.3.4
Changes
- Corrected name and date in LICENSE
- Fixed typos in README
Assets 2
v0.3.3
Changes
- Updated
react-testing-library
to v6.0.0 (wheretestHook
is officially removed) - Added API section to README
Assets 2
v0.3.2
Changes
- Updated
react-testing-library
to v5.9.0
- Changed to use
react-testing-library
'swrapper
option for wrapping test component
- Changed to use
Assets 2
v0.3.1
Changes
- Updated documentation to show
renderHook
terminology
Assets 2
v0.3.0
@mpeyper
mpeyper
98a9491
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Welcome react-testing-library
users
Changes
- Changed API to be compatible with
react-testing-library
'stestHook
function- Removed
useHook
API from pre v0.3.0 - Renamed
testHook
to berenderHook
with deprecation warning
- Removed