Skip to content

Releases: oven-sh/bun

Bun v0.0.18

17 Sep 22:03
Compare
Choose a tag to compare
  • global -> globalThis
  • Fix symbol collision when using require unbundled to the same path multiple times

Bun v0.0.17

17 Sep 10:25
Compare
Choose a tag to compare
  • Colorize build/resolve errors and add a ^

  • Print absolute paths in log errors so that ctrl+click to open file in editor works (depending on terminal)

  • Delete some dead code

  • Always bold ^

  • When port is in use, auto-increment port number up to 10 times and then bail if all 10 are in use

  • Fix symbol name for cjs2esm

  • Help output should print command names

  • Add flag to dev server to disable HMR

  • Fix export * as from

  • Update options.zig

  • Do not attempt to HMR export {value} from, just assume it will be HMR'd (or not)

  • Fix bugs with ESM -> CJS when not bundled

  • Begin to add integration tests

  • Little more clarify readme

  • Add puppeteer to package.json

Bun v0.0.16

16 Sep 10:51
Compare
Choose a tag to compare
  • Switch to 0.0.x instead of 0.0.0-x to fix the npm install issue

  • write the version

  • Automatically rewrite TS import paths from .jsx? -> .tsx? when .jsx? is not found

    This was already partially implemented but it was returning filenames instead of absolute paths. This matches the behavior from microsoft/TypeScript#4595.

Bun v0.0.15

16 Sep 06:45
Compare
Choose a tag to compare

Switch to 0.0.x versions to hopefully fix npm install bun-cli

Bun v0.0.0-14

16 Sep 04:31
Compare
Choose a tag to compare
  • Fix crash in bun bun

  • Remove most usages of anytype in js_ast.zig

  • Fix CommonJS symbol names

  • Fix require bug in runtime.js

  • Bump

Bun v0.0.0-13

16 Sep 01:58
Compare
Choose a tag to compare
bun-v0.0.0-13

Bump

Bun v0.0.0-12

16 Sep 01:51
Compare
Choose a tag to compare
bun-v0.0.0-12

Add aarch64

Bun v0.0.0-11

16 Sep 01:13
Compare
Choose a tag to compare
  • Support installing bun from npm

  • Tweak readme

  • Tweak readme

  • commit webkit update

  • fix debug bin path

  • fix it better

  • typo

  • typo 2

  • fix

  • Fix build-generated typo

  • Warn when JIT is disabled

  • Fix Bun on M1.

  • Big Heap:

  • zig fmt

  • delete dead code

not-quite-v0

14 Sep 04:43
Compare
Choose a tag to compare

Bun v0.0.0-9

14 Sep 23:12
Compare
Choose a tag to compare
  • Include build id in welcome note