Skip to content

Releases: bug-board/bugboard-js

v1.1.2

Choose a tag to compare

@mrsanta79 mrsanta79 released this 24 Jul 09:10
f5496e3

[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, beforeSend scrubbing, 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 platform fetch and WebCrypto, so this records that the runtime is verified rather
    than assumed. The supported floor is unchanged at Node 20.

v1.1.1

Choose a tag to compare

@mrsanta79 mrsanta79 released this 20 Jul 17:43
81f5005

update terminology from "errors" to "bugs"

v1.1.0

Choose a tag to compare

@mrsanta79 mrsanta79 released this 20 Jul 09:59
2d4a4a4

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

Choose a tag to compare

@mrsanta79 mrsanta79 released this 15 Jul 04:45
1bb5141

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.