Skip to content

Releases: jhmaster2000/bun-repl

v1.4.0

12 Jul 18:45
Compare
Choose a tag to compare

This release is identical to 1.3.3, but with added support for Linux ARM64 (#3).

v1.3.3

31 Jan 05:01
Compare
Choose a tag to compare

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.

v1.3.0

19 Oct 18:21
Compare
Choose a tag to compare

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 as bun run repl) due to being buggy (Use bun-repl global script instead)

v1.2.1

16 Sep 08:54
Compare
Choose a tag to compare

Full Changelog: 1.2.0...1.2.1
Fixes #1 and updates dependencies

v1.2.0

12 Aug 22:45
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0

v1.1.0

11 Aug 03:44
Compare
Choose a tag to compare
1.1.0

v1.0.3

10 Aug 08:50
Compare
Choose a tag to compare
1.0.3

v1.0.2

07 Aug 15:53
Compare
Choose a tag to compare
1.0.2