From 2787c81245cab7726647fc3add4a96defb4498f9 Mon Sep 17 00:00:00 2001 From: Vincent Loy Date: Thu, 5 Dec 2024 23:33:37 +0100 Subject: [PATCH] update package version --- README.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f1d989..dec41a9 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,14 @@ You can easly customize the countdown using the css theme starter file or create ### Changelog +#### 2.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](https://github.com/VincentLoy/simplyCountdown.js/pull/52) + - Thumbs up to [mira01](https://github.com/mira01) that fixed [#51](https://github.com/VincentLoy/simplyCountdown.js/issues/51), [#23](https://github.com/VincentLoy/simplyCountdown.js/issues/23) & [#42](https://github.com/VincentLoy/simplyCountdown.js/issues/42) ! +- 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 - Countdowns can be initialized directly with HTML elements with variables like - document.getElementById diff --git a/package.json b/package.json index c6ed7c7..a7c4693 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simplycountdown.js", "description": "Tiny Javascript Countdown", - "version": "1.7.0", + "version": "2.0.0", "homepage": "http://vincentloy.github.io/simplyCountdown.js", "author": { "name": "Vincent Loy",