Skip to content

Releases: sonnyt/just

v0.0.6

11 Jan 17:17
Compare
Choose a tag to compare
  • Fixed the run command entry point
  • Fixed the relative path issue with the default Just config file.

v0.0.5

22 Dec 04:28
Compare
Choose a tag to compare
  • 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.