Skip to content

v0.4.0

Choose a tag to compare

@RAprogramm RAprogramm released this 16 Sep 11:05
· 599 commits to main since this release
61452cb

Added

  • Optional frontend feature:
    • Converts [AppError] and [ErrorResponse] into wasm_bindgen::JsValue for browser contexts.
    • Logs structured errors to the browser console via console.error.
  • BrowserConsoleError and BrowserConsoleExt API for WASM front-ends.

Documentation

  • Documented browser/WASM support and console logging workflow in the README and crate docs.