Skip to content

Releases: sleep-written/bleed-believer

@bleed-believer/path-alias v0.15.1

25 May 19:54
Compare
Choose a tag to compare

Changelog:

  • Added the ability to search the path of it's own loader. This is needed if you want to install the package globally.

@bleed-believer/path-alias v0.15.0

25 May 19:14
Compare
Choose a tag to compare

Changelog:

  • Changed the way of search the paths in tsconfig files, now "outDir", "rootDir", "baseUrl" and "paths" can be omitted.
  • Added a CLI to execute your projects.

@bleed-believer v1.0.0

29 Mar 12:50
Compare
Choose a tag to compare

Now as all packages of this monorepo are stable enough, the whole monorepo will enter to the version v1.0.0!
So the changelog of every package:

@bleed-believer/[email protected]

@bleed-believer/[email protected]

@bleed-believer/[email protected]

@bleed-believer/[email protected]

@bleed-believer/[email protected]

  • Changed the loader path to @bleed-believer/path-alias instead of @bleed-believer/path-alias/esm.
  • Updated typescript to v5.0.2.
  • Updated documentation.

@bleed-believer/[email protected]

@bleed-believer/[email protected]

@bleed-believer/[email protected]

15 Mar 12:29
Compare
Choose a tag to compare

Changelog:

Updated documentation

@bleed-believer/[email protected]

15 Mar 12:27
Compare
Choose a tag to compare

Changelog

  • Implemented monorepo support (tested only in NX).
  • Improved pathResolve() function.
  • Updated documentation.

@bleed-believer/[email protected]

24 Feb 13:34
Compare
Choose a tag to compare
  • Changed the method to recognized if a file is executed inside node_modules folder.

@bleed-believer/path-alias v0.12.0

23 Feb 12:34
Compare
Choose a tag to compare

changelog:

  • Added support to projects with "rootDir" and "baseUrl" setled as ".".

@bleed-believer/scheduler v0.2.0

22 Feb 19:27
Compare
Choose a tag to compare

Changes:

  • Added the method exists() into Scheduler class.
  • Updated documentation.

@bleed-believer/scheduler v0.1.1

22 Feb 18:57
Compare
Choose a tag to compare

Added callback support before and after every task execution.

@bleed-believer/scheduler v0.0.1

22 Feb 18:56
Compare
Choose a tag to compare

Created a package to launch tasks in a day and specified hour.