Skip to content

Releases: letstri/timezz

8.0.1: Update packages

12 Jun 07:39
Compare
Choose a tag to compare
chore: bump version

New template rendering

28 Mar 11:19
Compare
Choose a tag to compare
  • Update template rendering, now you can use not all data attributes, TimezZ will recalculate needed numbers
  • Remove useless callbacks
  • Update packages
  • Remove functions that allowed to init array of elements, now you can set only HTML Element
  • Rename TypeScript interfaces
  • Change variable name canContinue to stopOnZero
  • Change variable name stop to pause

Fix date parser

22 Feb 00:13
Compare
Choose a tag to compare
  • Fix the issue https://github.com/BrooonS/timezz/issues/18
  • Update packages

Add years and new variables

01 Feb 11:04
Compare
Choose a tag to compare
  • New withYears: variable to count years
  • New isDestroyed: variable in the instance
  • New updateElements: now you can update elements manually
  • Change getting elements method
  • Other fixes

updated getting elements

29 Oct 00:12
Compare
Choose a tag to compare
  • if you using a string selector, the timer will get DOM element on each second

Typescript, new syntax

27 Oct 21:07
Compare
Choose a tag to compare
  • Add typescript
  • Webpack updated to 5
  • Change render function and remove template param
  • Edit config
  • Add tests
  • Bugfixes

Add webpack

24 Mar 23:10
Compare
Choose a tag to compare
  • Rewrite on webpack
  • New callbacks
  • New documentation
  • New config
  • Add codesandbox demo

4.0.1

01 Oct 21:33
Compare
Choose a tag to compare

Small code refactor.

Template and module exports

02 May 21:09
660d342
Compare
Choose a tag to compare

Add templating, user callback and module exports.

Bugfix

19 Apr 21:33
28c4c42
Compare
Choose a tag to compare
Merge pull request #2 from BrooonS/bugfixes

Bugfixes