Releases: pulsecron/pulse
Releases · pulsecron/pulse
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)
v1.5.0
1.5.0 (2024-05-21)
🚀 FEATURES
- add countJobs method to Pulse class (fdd000e)
v1.4.4
1.4.4 (2024-05-19)
♻️ REFACTOR
- code to improve readability and maintainability (#34) (7e9070c)
v1.4.3
1.4.3 (2024-05-08)
🐛 BUG FIXES
- fix import path in pulse/every.ts (ac45fd0)
v1.4.2
1.4.2 (2024-05-08)
♻️ REFACTOR
- refactor every.ts to improve job creation and error handling (a860df4)