mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
Breaking changes: - bun:test: disallow creating snapshots or using .only() in ci - for users: hopefully this should only reveal existing bugs in tests, not cause failures. - general: enable calling unhandled rejection handlers for ErrorBuilder.reject() - for users: this might reveal some unhandled rejections that were not visible before.