Releases: sleep-written/bleed-believer
Releases · sleep-written/bleed-believer
@bleed-believer/[email protected]
Breaking Changes
Immediate Task Execution Modification
The executeNow
method's functionality and declaration have been significantly altered to enhance execution control and flexibility. In the previous version, tasks could be executed immediately without specifying the execution mode. The new version introduces mandatory parameters:
ExecutionMode
: Must specify the execution mode (ExecutionMode.Serial
orExecutionMode.Parallel
).- Task Names (optional): Allows specifying the names of tasks to execute immediately. If no names are provided, the method attempts to execute all available tasks.
This change requires updates to existing codebases utilizing executeNow
to adapt to the new method signature and functionality.
@bleed-believer/[email protected]
Changelog
- Added
Scheduler.executeNow
method.
@bleed-believer/[email protected]
First major stable release for @bleed-believer/[email protected]
. Contains breaking changes.
@bleed-believer/[email protected]
First stable version
@bleed-believer/[email protected]
First stable version
@bleed-believer/[email protected]
- Now
pathResolve
it's capable to switch between*.m?ts
↔*.m?js
when the path ends with*.ts
,*.mts
,*.js
and*.mjs
.
@bleed-believer/[email protected]
Changelog:
- Removed earlier node version support in cli.
@bleed-believer/[email protected]
Changelog:
- Added
pathResolve
again. - Updated documentation.
With another packages:
- Updated dependencies.
@bleed-believer/[email protected]
Changes
- Added support to node.js 20.
- Now the library works through
--input
flag instead--loader
flag.
@bleed-believer/path-alias v0.15.2
Added the types used to access to functions inside of ts-node/esm
. Now with that, tsc
will compile correctly without needing skipLibCheck
options enabled.