Skip to content

Bun v0.0.17

Compare
Choose a tag to compare
@Jarred-Sumner Jarred-Sumner released this 17 Sep 10:25
· 10440 commits to main since this release
  • 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