Releases: pulsecron/pulse
Releases · pulsecron/pulse
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)
v1.1.7
1.1.7 (2024-04-16)
🐛 BUG FIXES
- update return type of every method in pulse/every.ts & update database method in Pulse class to be public (#11) (27d660c)
v1.1.6
1.1.6 (2024-04-16)
🐛 BUG FIXES
- update type job creation methods in pulse/every.ts, pulse/now.ts, and pulse/schedule.ts (696e4d0)
v1.1.5
1.1.5 (2024-04-15)
🐛 BUG FIXES
- add new release configuration for API, job, and pulse scopes (29ab228)
v1.1.4
1.1.4 (2024-04-15)
♻️ REFACTOR
- refactor JobAttributes interface to use 'any' type for the 'data' property in index.ts (40ded49)
v1.1.3
1.1.3 (2024-04-14)
🐛 BUG FIXES
- update unique property name to uniqueQuery (8e44261)
v1.1.2
1.1.2 (2024-04-13)
🐛 BUG FIXES
- update package.json and index.ts files (37f15ae)