Skip to content

Releases: ropg/ezTime

releasing 0.8.3

03 Dec 20:01
Compare
Choose a tag to compare

Fixing issues #69 and #70...

0.8.2

29 Oct 16:31
Compare
Choose a tag to compare

Added Catalan language
Assorted minor fixes

0.8.1

06 Oct 07:02
Compare
Choose a tag to compare

Fixes problem with the internationalisation where not setting EZTIME_LANGUAGE define would cause an error. Now correctly defaults to english.

Version number to 0.8.0

04 Oct 11:07
Compare
Choose a tag to compare

Added support for names of days and months in multiple languages

0.7.10

25 Mar 18:56
Compare
Choose a tag to compare

Fixed a number of issues, including a serious bug in makeOrdinalTime that caused timezone changes to happen at the wrong date if there was a last weekday of a given month involved in a rule. Also fixed a bug that caused an invalid timestamp to show up sometimes, added a feature to read the last time the NTP server was contacted and some minor fixing. Please test this version and report issues. Expect more fixes soon, also to the outstanding issues that didn't make it this time.

0.7.9

21 Dec 05:36
Compare
Choose a tag to compare

Fixes issue #20 which caused timeouts in two examples because calls t the server were made in quick succession, while the server had new DDoS protection built-in.

0.7.8

16 Dec 08:12
Compare
Choose a tag to compare
  • Fixes an issue where calling setInterval(0) before the first call to events() would still cause updateNTP() to be called. (Issue #19, thank you malbrook)

0.7.7

29 Oct 12:58
Compare
Choose a tag to compare
  • Fixes a problem that would start DST a day late (Issue 11, thank you @dobryj .

  • Fixes some compiler warnings

Error debug printing bug fixed, small other fixes

12 Oct 08:20
Compare
Choose a tag to compare
Small fixes, including one to error handling that deconfuses error() …

…fucntion used for two different things which led to confusing debug output.

0.7.5

28 Sep 18:29
Compare
Choose a tag to compare
Some fixes to minuteChanged, ezt:: namespace, documentation fixes