Releases: sleep-written/bleed-believer
Releases · sleep-written/bleed-believer
@bleed-believer/path-alias v0.15.1
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
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
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]
- Updated typescript to v5.0.2.
- Updated documentation.
@bleed-believer/[email protected]
- Updated typescript to v5.0.2.
- Updated documentation.
@bleed-believer/[email protected]
- Updated typescript to v5.0.2.
- Updated documentation.
@bleed-believer/[email protected]
- Updated typescript to v5.0.2.
- Updated documentation.
@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]
- Updated typescript to v5.0.2.
- Updated documentation.
@bleed-believer/[email protected]
- Updated typescript to v5.0.2.
- Updated documentation.
@bleed-believer/[email protected]
Changelog:
Updated documentation
@bleed-believer/[email protected]
Changelog
- Implemented monorepo support (tested only in NX).
- Improved
pathResolve()
function. - Updated documentation.
@bleed-believer/[email protected]
- Changed the method to recognized if a file is executed inside
node_modules
folder.
@bleed-believer/path-alias v0.12.0
changelog:
- Added support to projects with "rootDir" and "baseUrl" setled as ".".
@bleed-believer/scheduler v0.2.0
Changes:
- Added the method
exists()
intoScheduler
class. - Updated documentation.
@bleed-believer/scheduler v0.1.1
Added callback support before and after every task execution.
@bleed-believer/scheduler v0.0.1
Created a package to launch tasks in a day and specified hour.