Releases: bug-board/bugboard-js
Releases · bug-board/bugboard-js
Release list
v1.1.2
[1.1.2] - 2026-07-24
Added
- An
examples/directory with a runnable, single-file example for every usage mode — browser
publishable key, server HMAC, payload encryption,beforeSendscrubbing, serverless flushing,
process-level handlers, sampling, testing, and typed severity helpers — plus a Next.js
integration laid out as real files (server/client modules, route handler, error boundaries,
instrumentation.ts) and a React error boundary. Linked from the README. - Node 26 is now covered by CI alongside 20, 22 and 24. No source change was needed — the SDK
runs on platformfetchand WebCrypto, so this records that the runtime is verified rather
than assumed. The supported floor is unchanged at Node 20.
v1.1.1
v1.1.0
What's Changed
- docs: update README to clarify active development status and usage wa… by @mrsanta79 in #7
- Dev by @mrsanta79 in #8
- chore(deps): bump actions/setup-node from 6 to 7 by @dependabot[bot] in #9
- Dev by @mrsanta79 in #11
- ci: publish to npm via trusted publishing by @mrsanta79 in #12
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.1
Initial release of the official BugBoard SDK for JavaScript and TypeScript.
Features
- Error reporting as cards on your project board
- Support for Node 20+, browsers, and edge runtimes
- Built-in payload encryption (optional)
- Full TypeScript support
- Framework-agnostic (works with React, Vue, Svelte, Next.js, Nuxt, etc.)
- Zero external dependencies (sealed-box binding is lazy-loaded only when encryption is enabled)
Breaking Changes
None — this is the first release.