Releases: VincentLoy/simplyCountdown.js
Releases · VincentLoy/simplyCountdown.js
v2.0.1
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
New Contributors
Full Changelog: v1.7.0...v2.0.0
This version may have breaking changes, if your website is working well with 1.7.0, you may want to stay on the previous version.
- fix plurals in a generic way #52
- Added the
inlineSeparator
parameter. Previously, the inline mode only supported a comma-separated countdown. Now, you can customize the separator, using options like |, /, -, or any character that suits your needs. - Fix potential UTC-related issues (fingers crossed!).
1.7.0
v1.7.0
- Add Javascript HTML elements support
now, you can init countdowns by doint simplyCountdown(myElt, { options });
String selectors are still supported
v1.6.1
Add more languages support for plural words
v1.4.0
Remove Bower, use basic es6 for Dev code, migrate from LESS to SASS for new templates
v1.3.1
- clean some code
- add refresh parameter
v1.3.0
- improve some stuff
- add onEnd callback to parameters
note : version in JS file are wrong, my bad...
v1.2.0 - Add UTC support
Add UTC support with enableUtc
new parameter.
resolve #4
v1.1.1
Is now possible to use HTML/CSS classes instead of ID's to call simplyCountdown.
For example is now allowed to do this :
simplyCountdown('.example-class', options);
simplyCountdown('#example-id', options);
[1.1.0] resolve issue #2
resolve issue #2, Add hours, minutes, seconds in available settings to set the target Date