1.6.3 (2024-08-16)
1.6.2 (2024-08-15)
1.6.1 (2024-07-15)
- import path for JobError in touch.ts (a7efab5)
1.6.0 (2024-07-15)
- progress value to touch functio (761d584)
1.5.2 (2024-06-29)
- import Document interface in unique.ts (811044d)
1.5.1 (2024-06-01)
- Added missing template types for returned s in the method. (8011bd3)
1.5.0 (2024-05-21)
- add countJobs method to Pulse class (fdd000e)
1.4.4 (2024-05-19)
1.4.3 (2024-05-08)
- fix import path in pulse/every.ts (ac45fd0)
1.4.2 (2024-05-08)
- refactor every.ts to improve job creation and error handling (a860df4)
1.4.1 (2024-05-05)
- fail method improve logging (81d96f3)
1.4.0 (2024-05-05)
1.3.0 (2024-05-04)
1.2.1 (2024-05-03)
- add BaseError and JobError classes to handle custom errors (b2f7092)
1.2.0 (2024-05-02)
- 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)
1.1.12 (2024-05-02)
1.1.11 (2024-05-02)
1.1.10 (2024-05-02)
1.1.9 (2024-05-02)
1.1.8 (2024-04-22)
1.1.7 (2024-04-16)
- update return type of every method in pulse/every.ts & update database method in Pulse class to be public (#11) (27d660c)
1.1.6 (2024-04-16)
- update type job creation methods in pulse/every.ts, pulse/now.ts, and pulse/schedule.ts (696e4d0)
1.1.5 (2024-04-15)
- add new release configuration for API, job, and pulse scopes (29ab228)
1.1.4 (2024-04-15)
- refactor JobAttributes interface to use 'any' type for the 'data' property in index.ts (40ded49)
1.1.3 (2024-04-14)
- update unique property name to uniqueQuery (8e44261)
1.1.2 (2024-04-13)
- update package.json and index.ts files (37f15ae)
1.1.1 (2024-04-12)
1.1.0 (2024-04-11)
1.0.2 (2024-04-11)
- update README.md with installation instructions and example code (aa01f3b)