Skip to content

Releases: raptor-js/error

v0.13.0

28 Feb 17:11

Choose a tag to compare

Changes

  • Update framework namespace from @raptor/framework to @raptor/kernel for compatibility.

No upgrade requirements for existing applications.

v0.12.0

27 Feb 13:31

Choose a tag to compare

Changes

  • Update framework version for compatibility.

No upgrade requirements for existing applications.

v0.11.1

22 Feb 18:57

Choose a tag to compare

Changes

  • ErrorHandler options have now been moved to a configuration object, this is aligned with the rest of the Raptor ecosystem now moving to a consistent, configurable instantiation of core classes.

Example

import errorHandler from "@raptor/error";

app.use(errorHandler({
  env: "production" 
}));

For more information, see https://raptorjs.com/docs/error-handling.

v0.10.0

17 Feb 18:23

Choose a tag to compare

In this release

No application changes are required for this release.

  • Upgrade to the latest framework version for compatibility.
  • Add improved helper function.

v0.9.0

25 Jan 14:45

Choose a tag to compare

In this release

  • Add getter to the ErrorHandler class, improving the developer experience when using the middleware.
app.catch(errorHandler);

v0.8.6

24 Jan 11:46

Choose a tag to compare

In this release

No functional changes have been made as part of this release.

  • Updated the framework version to the latest version and added support for new ContentNegotiator service.
  • Updated branding colours to match the new Raptor branding colours.

v0.8.5

19 Jan 20:44

Choose a tag to compare

In this release

No functional changes have been made as part of this release.

  • Update the configured framework version to the latest.

v0.8.4

18 Jan 19:51

Choose a tag to compare

In this release

No functional changes were added in this release.

  • Update the theme colours to match the new Raptor branding colours.