Releases: pulsecron/pulse
Releases · pulsecron/pulse
v1.6.7
1.6.7 (2024-11-22)
🐛 BUG FIXES
v1.6.6
1.6.6 (2024-11-19)
🐛 BUG FIXES
- revert changes to match 1.6.3, apart of resume on restart (78ba2c1)
v1.6.5
1.6.5 (2024-11-19)
🐛 BUG FIXES
- add check for nextRunAt on non-recurrent jobs (f80b330)
- add comments on each case for job search + add more strong checks to not leave any job out (95312f4)
- revert to 1.6.3 nextRunAt default (364ae9a)
v1.6.4
1.6.4 (2024-11-19)
🐛 BUG FIXES
- Fix the resumeOnRestart function (ec10759)
v1.6.3
1.6.3 (2024-08-16)
🐛 BUG FIXES
- modified it to exclude already run that should not be executed (#51) (f066867)
v1.6.2
1.6.2 (2024-08-15)
🐛 BUG FIXES
- prevent job on restart when resumeOnRestart is false (#48) (e7e1002)
v1.6.1
1.6.1 (2024-07-15)
🐛 BUG FIXES
- import path for JobError in touch.ts (a7efab5)
v1.6.0
1.6.0 (2024-07-15)
🚀 FEATURES
- progress value to touch functio (761d584)
v1.5.2
1.5.2 (2024-06-29)
🐛 BUG FIXES
- import Document interface in unique.ts (811044d)
v1.5.1
1.5.1 (2024-06-01)
🐛 BUG FIXES
- Added missing template types for returned s in the method. (8011bd3)