Releases: jhmaster2000/bun-repl
Releases · jhmaster2000/bun-repl
v1.4.0
v1.3.3
Full Changelog: 1.3.0...1.3.3
- Added ability to properly
import
installed packages from a localnode_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.
v1.3.0
Full Changelog: 1.2.1...1.3.0
- Fixes change to
process.version
causing display of fake Node.js version instead of Bun version - Fixes crash on Bun v0.2.1+ due to improper Regex transpilation
- Improves some internal error handling
- Improves CLI args handling by switching to proper Bun binary instead of a wrapper shell file
- Support for installing with other package managers besides Bun such as npm (Only npm tested)
- Dropped support for
repl
script (ran asbun run repl
) due to being buggy (Usebun-repl
global script instead)
v1.2.1
Full Changelog: 1.2.0...1.2.1
Fixes #1 and updates dependencies
v1.2.0
Full Changelog: 1.1.0...1.2.0
v1.1.0
1.1.0
v1.0.3
1.0.3
v1.0.2
1.0.2