Skip to content

Releases: johndiiorio/react-useinterval

v1.0.2

19 Aug 03:12
Compare
Choose a tag to compare
  • Added typescript types.
  • Updated react peer dependency to support future React releases.

v1.0.1

08 Mar 05:17
Compare
Choose a tag to compare
  • Fixed an issue where additional parameters could not be passed through react-useinterval to the underlying setInterval function.
  • Fixed an issue with a null vs undefined discrepancy for the delay parameter.

v1.0.0

07 Feb 02:12
Compare
Choose a tag to compare

Support React 16.8.0 and up (breaking change).
Internally use rollup instead of webpack to bundle package.

v.0.1.0

04 Feb 06:52
Compare
Choose a tag to compare
v0.1.0

Update README to add additional info