8000 Releases · amrlabib/react-timer-hook · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: amrlabib/react-timer-hook

v2.0.0

15 Jan 16:28
Compare
Choose a tag to compare
  1. Change hooks state implementation, move from separate individual states [seconds, minutes, hours, days] to single seconds state and calculate rest of time attributes based on seconds only, this will enhance performance and make sure that only 1 render is done every second

  2. Fix update format props in useTime

  3. Code enhancement: move all validation functions to Validate util

  4. Code enhancement: Create Time util to handle seconds to time conversion and time formatting

  5. Code enhancement: add linter and fix all lint errors

v1.1.10

07 Jan 10:32
Compare
Choose a tag to compare

This release is just to avoid publishing readme-images folder content to npm, no library code changes

v1.1.9

07 Jan 10:31
Compare
Choose a tag to compare
  • Add TypeScript definition file

v1.1.8

07 Jan 10:36
Compare
Choose a tag to compare
  • Fix for issue #12
  • 1 updated library

v1.1.7

07 Jan 10:56
Compare
Choose a tag to compare
  • Bump lodash from 4.17.11 to 4.17.14
  • Minor code clean in webpack.prod.js

v1.1.6

07 Jan 11:20
Compare
Choose a tag to compare
  • Add separate webpack configuration file for production build
  • Create separate file for each hook instead of single file and 3 exports
0