Skip to content

Releases: onebeyond/error-handler-module

v1.0.7

22 Sep 14:32
32cafcb
Compare
Choose a tag to compare

This release adds support for Typescript by including a file index.d.ts with all the required types. Also included one example of how to use it in a simple TS project.

v1.0.6

21 Nov 11:55
Compare
Choose a tag to compare

This release updates some of the dependencies and also includes a fix when the error is not tagged to return a default 500 error.

v1.0.4

11 Apr 17:40
Compare
Choose a tag to compare

This release includes a better error message format and a new Validator custom type for responses.

v1.0.3

05 May 22:18
Compare
Choose a tag to compare

This release includes a change in the stack trace capture as we aren't keeping the original. This is a problem when we want to debug. Using this version this won't happen anymore.

It also includes tests to cover this new feature.

v1.0.2

13 Apr 10:43
Compare
Choose a tag to compare

This release includes extra info to be shown in the logger.error method.

v1.0.1

29 Oct 09:07
Compare
Choose a tag to compare

This releases change Error name constructor to type parameter and package version.

v1.0.0

28 Oct 11:19
Compare
Choose a tag to compare

error-handler-module first version of the package.