Releases: pulsecron/pulse
Releases · pulsecron/pulse
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)
v1.1.11
1.1.11 (2024-05-02)
🐛 BUG FIXES
- update Processor type definition in define.ts (#19) (7c384ee)
v1.1.10
1.1.10 (2024-05-02)
🐛 BUG FIXES
- return resolve pulse.stop() case of success (#18) (df7e6f4)
v1.1.9
1.1.9 (2024-05-02)
🐛 BUG FIXES
- jobAttributes interface to use generic type T in data property (#15) (daee70a)
v1.1.8
1.1.8 (2024-04-22)
🐛 BUG FIXES
- add PulseOnEventType and override on method in Pulse class (#12) (c8849b0)