新功能:
alert()
、confirm()
、prompt()
是新的全域變數,感謝 @sno2- 更全面的類型定義,感謝 @Snazzah
- 修正了
console.log()
有時會在非 BigInt 數字後加上 “n” 的問題,感謝 @FinnRG - 修正了
subarray()
console.log 的錯誤 - TypedArray 的日誌記錄現在像 node 一樣,而不是像一般的陣列
- 由 @alexkuz 遷移至 Zig v0.10.0 (HEAD),詳情請見 https://github.com/oven-sh/bun/pull/491
console.log(request)
現在會印出內容,而不是空白- 修正
performance.now()
回傳奈秒而非毫秒的問題 @Pruxis - 更新 bun-error 中的文字標誌 @Snazzah
所有 PR
- 修正:新增解壓縮為必要資訊,由 @MoritzLoewenstein 於 https://github.com/oven-sh/bun/pull/305
- feat: new blank template by @xHyroM in https://github.com/oven-sh/bun/pull/289
- fix(templates/react): Add a SVG type definition by @FinnRG in https://github.com/oven-sh/bun/pull/427
- Further landing accessibility improvements by @Tropix126 in https://github.com/oven-sh/bun/pull/330
- Fix react example README typo. by @keidarcy in https://github.com/oven-sh/bun/pull/433
- style(napi): cleanup commented out code by @xHyroM in https://github.com/oven-sh/bun/pull/435
- feat: update default favicon to new logo by @Snazzah in https://github.com/oven-sh/bun/pull/477
- Add SVG logo and SEO improvements to landing by @Snazzah in https://github.com/oven-sh/bun/pull/417
- Fix illegal instruction troubleshooting steps by @ziloka in https://github.com/oven-sh/bun/pull/400
- 由 @alexkuz 遷移至 Zig v0.10.0 (HEAD),詳情請見 https://github.com/oven-sh/bun/pull/491
- fix: Remove unnecessary n while formatting by @FinnRG in https://github.com/oven-sh/bun/pull/508
- fix: Append n when printing a BigInt by @FinnRG in https://github.com/oven-sh/bun/pull/509
- Fix grammar erros in README.md by @jakemcf22 in https://github.com/oven-sh/bun/pull/476
- typo by @pvinis in https://github.com/oven-sh/bun/pull/483
- README.md typo fix by @JL102 in https://github.com/oven-sh/bun/pull/449
- fix dotenv config snippet by @JolteonYellow in https://github.com/oven-sh/bun/pull/436
- add partial node:net polyfill by @evanwashere in https://github.com/oven-sh/bun/pull/516
- fix: update build files to latest Zig version by @sno2 in https://github.com/oven-sh/bun/pull/522
- Update Bun CLI version typo to v0.1.2 by @b0iq in https://github.com/oven-sh/bun/pull/503
- update bash references to work in non-fhs compliant distros by @lucasew in https://github.com/oven-sh/bun/pull/502
- bugfix: performance.now function should return MS instead of nano by @Pruxis in https://github.com/oven-sh/bun/pull/428
- feat: add issue templates by @hisamafahri in https://github.com/oven-sh/bun/pull/466
- refactor(websockets): Rename
connectedWebSocketContext()
by @ryanrussell in https://github.com/oven-sh/bun/pull/459 - feat(bun-error): update "powered by" logo to use new bun wordmark by @Snazzah in https://github.com/oven-sh/bun/pull/536
- Remove unnecessary
Output.flush
s beforeGlobal.exit
andGlobal.crash
by @r00ster91 in https://github.com/oven-sh/bun/pull/535 - bun-framework-next README.md clarification by @Scout2012 in https://github.com/oven-sh/bun/pull/534
- Fix "operations" word spelling by @Bellisario in https://github.com/oven-sh/bun/pull/543
- Update GitHub URL to match new repo URL by @auroraisluna in https://github.com/oven-sh/bun/pull/547
- fix: remove unnecessary quotes in commit message by @dkarter in https://github.com/oven-sh/bun/pull/464
- chore: update issue templates by @xHyroM in https://github.com/oven-sh/bun/pull/544
- Fix macOS build by @thislooksfun in https://github.com/oven-sh/bun/pull/525
- add depd browser polyfill by @evanwashere in https://github.com/oven-sh/bun/pull/517
- Updated typo in example by @rml1997 in https://github.com/oven-sh/bun/pull/573
- Fix: NotSameFileSystem at clonefile by @adi-g15 in https://github.com/oven-sh/bun/pull/546
- Cleanup discord-interactions readme by @CharlieS1103 in https://github.com/oven-sh/bun/pull/451
- Fixes typo in src/c.zig by @gabuvns in https://github.com/oven-sh/bun/pull/568
- feat(types): Add types for node modules and various fixing by @Snazzah in https://github.com/oven-sh/bun/pull/470
- Revert "Fix: NotSameFileSystem at clonefile" by @Jarred-Sumner in https://github.com/oven-sh/bun/pull/581
- feat(core): implement web interaction APIs by @sno2 in https://github.com/oven-sh/bun/pull/528
新貢獻者
- @MoritzLoewenstein 首次貢獻於 https://github.com/oven-sh/bun/pull/305
- @xHyroM 首次貢獻於 https://github.com/oven-sh/bun/pull/289
- @FinnRG 首次貢獻於 https://github.com/oven-sh/bun/pull/427
- @Tropix126 首次貢獻於 https://github.com/oven-sh/bun/pull/330
- @keidarcy 首次貢獻於 https://github.com/oven-sh/bun/pull/433
- @Snazzah 首次貢獻於 https://github.com/oven-sh/bun/pull/477
- @ziloka 首次貢獻於 https://github.com/oven-sh/bun/pull/400
- @jakemcf22 首次貢獻於 https://github.com/oven-sh/bun/pull/476
- @pvinis 首次貢獻於 https://github.com/oven-sh/bun/pull/483
- @JL102 首次貢獻於 https://github.com/oven-sh/bun/pull/449
- @JolteonYellow 首次貢獻於 https://github.com/oven-sh/bun/pull/436
- @sno2 首次貢獻於 https://github.com/oven-sh/bun/pull/522
- @b0iq 首次貢獻於 https://github.com/oven-sh/bun/pull/503
- @lucasew 首次貢獻於 https://github.com/oven-sh/bun/pull/502
- @Pruxis 首次貢獻於 https://github.com/oven-sh/bun/pull/428
- @hisamafahri 首次貢獻於 https://github.com/oven-sh/bun/pull/466
- @ryanrussell 首次貢獻於 https://github.com/oven-sh/bun/pull/459
- @r00ster91 首次貢獻於 https://github.com/oven-sh/bun/pull/535
- @Scout2012 首次貢獻於 https://github.com/oven-sh/bun/pull/534
- @Bellisario 首次貢獻於 https://github.com/oven-sh/bun/pull/543
- @auroraisluna 首次貢獻於 https://github.com/oven-sh/bun/pull/547
- @dkarter 首次貢獻於 https://github.com/oven-sh/bun/pull/464
- @thislooksfun 首次貢獻於 https://github.com/oven-sh/bun/pull/525
- @rml1997 首次貢獻於 https://github.com/oven-sh/bun/pull/573
- @adi-g15 首次貢獻於 https://github.com/oven-sh/bun/pull/546
- @CharlieS1103 首次貢獻於 https://github.com/oven-sh/bun/pull/451
- @gabuvns 首次貢獻於 https://github.com/oven-sh/bun/pull/568