Releases: pulsecron/pulse
Releases · pulsecron/pulse
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)
v1.4.1
1.4.1 (2024-05-05)
♻️ REFACTOR
- fail method improve logging (81d96f3)
v1.4.0
1.4.0 (2024-05-05)
🚀 FEATURES
- add attempts and backoff options for failling job (#27) (120adf5)
v1.3.0
1.3.0 (2024-05-04)
🚀 FEATURES
- add resumeOnRestart option to PulseConfig (#25) (0e53e12)
v1.2.1
1.2.1 (2024-05-03)
🐛 BUG FIXES
- add BaseError and JobError classes to handle custom errors (b2f7092)
v1.2.0
1.2.0 (2024-05-02)
🚀 FEATURES
- add fetchStatus method to Job class (e5e904e)
- add getJobsRepo method to Pulse class (27db921)
- add isExpired method to Job class (973d0b8)
- emit 'cancel' event with deletedCount in cancel method of Pulse class (0947655)
- update isRunning method in Job class to support fetching real status (5335524)
v1.1.12
1.1.12 (2024-05-02)
🐛 BUG FIXES
- Fixed return type of the CreateMethod (#21) (2b79b7b)