Releases: oven-sh/bun
Bun v0.0.21
-
Package.json
-
Slightly improve JSX decoding perf
-
Fix whitespace & emoji bug when parsing JSX
Bun v0.0.19
Fix lexer bug with UTF-16 strings (escaped)
Bun v0.0.18
- global -> globalThis
- Fix symbol collision when using
require
unbundled to the same path multiple times
Bun v0.0.17
-
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
-
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
Switch to 0.0.x versions to hopefully fix npm install bun-cli
Bun v0.0.0-14
-
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
bun-v0.0.0-13 Bump
Bun v0.0.0-12
bun-v0.0.0-12 Add aarch64
Bun v0.0.0-11
-
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