Skip to content

Releases: sleep-written/bleed-believer

@bleed-believer/[email protected]

26 Mar 16:06
Compare
Choose a tag to compare

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 or ExecutionMode.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]

25 Mar 13:27
Compare
Choose a tag to compare

Changelog

  • Added Scheduler.executeNow method.

@bleed-believer/[email protected]

22 Mar 18:45
Compare
Choose a tag to compare

First major stable release for @bleed-believer/[email protected]. Contains breaking changes.

@bleed-believer/[email protected]

22 Feb 15:14
Compare
Choose a tag to compare

First stable version

@bleed-believer/[email protected]

22 Feb 15:13
Compare
Choose a tag to compare

First stable version

@bleed-believer/[email protected]

16 Feb 13:16
Compare
Choose a tag to compare
  • 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]

11 Dec 20:53
Compare
Choose a tag to compare

Changelog:

  • Removed earlier node version support in cli.

@bleed-believer/[email protected]

11 Dec 20:52
Compare
Choose a tag to compare

Changelog:

  • Added pathResolve again.
  • Updated documentation.

With another packages:

  • Updated dependencies.

@bleed-believer/[email protected]

30 Nov 18:27
Compare
Choose a tag to compare

Changes

  • Added support to node.js 20.
  • Now the library works through --input flag instead --loader flag.

@bleed-believer/path-alias v0.15.2

01 Jun 17:29
Compare
Choose a tag to compare

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.