Releases: sonnyt/just
Releases · sonnyt/just
v0.0.6
v0.0.5
- Removed the path alias dependencies in favor of the SWC path resolver.
- Loading TypeScript config file using the native
readConfigFile
method. - Refactored the classes to functions. To make the codebase consistent and easier to test and read.
- If the PORT is not provided during the
dev
server. It's resolved to a random port between 3000 and 3100. - Added REPL support for
.cts
and.mts
files. - Added debug logger.
- Expanded the test coverage.
- Updated README FAQ.
- Added
CODE_OF_CONDUCT
. - Generated function comments using Github copilot.
- Updated packages to the latest version.