Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Releases: samrith-s/react-live-time

v1.1.0

04 Jul 16:58
Compare
Choose a tag to compare

This minor version includes the following:

  • Localization support (🌎).
  • Remove dateformat as a dependency and ship with custom formatter.
  • Remove eslint as a dev dependency.

v1.0.0

25 Jun 13:29
Compare
Choose a tag to compare

🎉 First major release!

This release contains a stable version which includes the following:

  • Custom classes, ID, styles and renderer.
  • Support for second-prorated timer.
  • A beautiful example to demonstrate the simple component.
  • Built with ❤️ using the power of Hooks!

v0.1.0

24 Jun 09:14
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Minor release includes a lot of fixes and improvements.

  • Fix rendered element containing dummy text from development.
  • Add support for custom class names, ID and styles.
  • Update docs to reflect new props and their descriptions.
  • Add Code Standard, Say Thanks and Donate badges.

v0.0.2

23 Jun 03:48
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Added basic README.
  • Deployed very rudimentary example to GH Pages.
  • time can now either be a Date or a number.

v0.0.1

23 Jun 03:09
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

🎉 Released experimental version to save package name

  • Written completely using Hooks.
  • Optimised and light-weight for immense performance.
  • Each instance runs as a separate container.
  • With useEffect all timeouts are beautifully managed.