Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "timexe", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Yet another cron clone – but this one is better :o) - new improved syntax – milliseconds resolution – both for node JS and browser", | ||
@@ -5,0 +5,0 @@ "main": "timexe.js", |
@@ -163,14 +163,28 @@ # Timexe - A Cron-like Timer and scheduler witn milliseconds resolution | ||
## Change log | ||
1.0.2 Temp bugfix of mismatchd ID. Creates a sligt leak. To be fixed properly ASAP | ||
1.0.1 Documentation | ||
1.0.0 Fixed test cases: | ||
"Cascading carry" failed | ||
"Only Wildcards = every hour" failed | ||
Documentation | ||
0.9.19 Bug fix. failed when "processs" undefined | ||
0.9.18 Documentation update. | ||
0.9.14 A quick code review. No bugs repported for 2 years. | ||
0.9.13 Minor changes to timex.js | ||
0.9.12 Minor changes to comments and reamne.md | ||
0.9.11 Minor changes to comments and reamne.md | ||
0.9.10 Adapted example to runkit | ||
0.9.9 Minor bugfix. timexe.list made into a regular array. | ||
@@ -177,0 +191,0 @@ |
@@ -239,3 +239,3 @@ /*============================================================================*\ | ||
if(result.time < now){ | ||
timexe.remove(id); | ||
//timexe.remove(id); | ||
return "time expression did not produce a valid future time"; | ||
@@ -242,0 +242,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43806
895
197