UNPKG

@cadence-mq/core

Version:

Modern, type-safe, and performant task queue for Node.js

40 lines (20 loc) 1.66 kB
# @cadence-mq/core ## 0.2.1 ### Patch Changes - [#21](https://github.com/papra-hq/cadence-mq/pull/21) [`035fa77`](https://github.com/papra-hq/cadence-mq/commit/035fa77655e3f33d422a0c877d8178ba9a0b08b9) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added prepublish script to enforce fresh publishing ## 0.2.0 ### Minor Changes - [#16](https://github.com/papra-hq/cadence-mq/pull/16) [`5a1b46c`](https://github.com/papra-hq/cadence-mq/commit/5a1b46cfd608ab492e2c32435e189c4cae4770ce) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added deleteJobOnCompletion flag - [#14](https://github.com/papra-hq/cadence-mq/pull/14) [`03135bf`](https://github.com/papra-hq/cadence-mq/commit/03135bf4b4d183861d68fe8286d2b57a85571e4d) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added the deleteJob driver method ### Patch Changes - [#19](https://github.com/papra-hq/cadence-mq/pull/19) [`4228c83`](https://github.com/papra-hq/cadence-mq/commit/4228c83c00448a24be391fdaa8f9feca104e0440) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added optionnal logger argument ## 0.1.0 ### Minor Changes - [#4](https://github.com/papra-hq/cadence-mq/pull/4) [`2c9c086`](https://github.com/papra-hq/cadence-mq/commit/2c9c08684c1d96170afe6c63958470f6db2d7b05) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Added support for periodic jobs - [`27560af`](https://github.com/papra-hq/cadence-mq/commit/27560af29089797c4bf404641c7bd5b705d50dc4) Thanks [@CorentinTh](https://github.com/CorentinTh)! - Renamed property `scheduleAt` to `scheduledAt` ## 0.0.2 ### Patch Changes - Added readme ## 0.0.1 ### Patch Changes - First release