Bun: bun-v0.0.17 Release

Release date:
September 17, 2021
Previous version:
bun-v0.0.16 (released September 16, 2021)
Magnitude:
577 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

16 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored September 17, 2021
Authored September 17, 2021
Authored September 17, 2021
Authored September 17, 2021
Authored September 17, 2021
Authored September 16, 2021
Authored September 17, 2021
Authored September 17, 2021
Authored September 17, 2021
Authored September 17, 2021
Authored September 17, 2021
Authored September 17, 2021
Authored September 17, 2021

Top Contributors in bun-v0.0.17

Jarred-Sumner

Directory Browser for bun-v0.0.17

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • 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