Skip to content

Releases: pulsecron/pulse

v1.4.1

05 May 15:32
Compare
Choose a tag to compare

1.4.1 (2024-05-05)

♻️ REFACTOR

  • fail method improve logging (81d96f3)

v1.4.0

05 May 14:56
Compare
Choose a tag to compare

1.4.0 (2024-05-05)

🚀 FEATURES

  • add attempts and backoff options for failling job (#27) (120adf5)

v1.3.0

04 May 12:04
Compare
Choose a tag to compare

1.3.0 (2024-05-04)

🚀 FEATURES

  • add resumeOnRestart option to PulseConfig (#25) (0e53e12)

v1.2.1

03 May 14:24
Compare
Choose a tag to compare

1.2.1 (2024-05-03)

🐛 BUG FIXES

  • add BaseError and JobError classes to handle custom errors (b2f7092)

v1.2.0

02 May 16:06
Compare
Choose a tag to compare

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

02 May 15:45
Compare
Choose a tag to compare

1.1.12 (2024-05-02)

🐛 BUG FIXES

  • Fixed return type of the CreateMethod (#21) (2b79b7b)

v1.1.11

02 May 11:07
Compare
Choose a tag to compare

1.1.11 (2024-05-02)

🐛 BUG FIXES

  • update Processor type definition in define.ts (#19) (7c384ee)

v1.1.10

02 May 09:48
Compare
Choose a tag to compare

1.1.10 (2024-05-02)

🐛 BUG FIXES

  • return resolve pulse.stop() case of success (#18) (df7e6f4)

v1.1.9

02 May 02:27
Compare
Choose a tag to compare

1.1.9 (2024-05-02)

🐛 BUG FIXES

  • jobAttributes interface to use generic type T in data property (#15) (daee70a)

v1.1.8

22 Apr 06:43
Compare
Choose a tag to compare

1.1.8 (2024-04-22)

🐛 BUG FIXES

  • add PulseOnEventType and override on method in Pulse class (#12) (c8849b0)