Skip to content

v1.3.3

Compare
Choose a tag to compare
@jhmaster2000 jhmaster2000 released this 31 Jan 05:01
· 8 commits to master since this release

Full Changelog: 1.3.0...1.3.3

  • Added ability to properly import installed packages from a local node_modules in the current working directory (process.cwd()).
  • Improved handling of wildcard and default imports, with proper variable assignments and errors.
  • Improved output of --version to include Bun version.
  • Update repl.builtinModules list to match Bun 0.5.2.
  • Fixed a variety of importing problems.
  • Cleaned up no longer needed parts of the codebase.