Releases: rwillians/express-rescue
Releases · rwillians/express-rescue
v1.1.32
- Bugfix: fixed a bug where
rescue.from
would not only call your custom error handler (that only runs when the error is an instance of the given constructor), but also would always call the next error handler in the stack. See #31
v1.1.31
Audit-fixed dependencies.
v1.1.30
Fixes a CI configuration problem that caused files inside /dist
to not be published.
v1.1.29
Aims to fix problem where files inside /dist
were still not being published.
v1.1.28
Fixed issue in package.json
that led v1.1.27
to be published without the contents of directory /dist
.
v1.1.27
Updates vulnerable dependencies.
v1.1.26
Fixes issue where declaring !dist/
on npmignore
published only .js
files, resulting in missing types definitions. Changing to !dist/*
seems to have fixed it.
v1.1.25
- Fixes a problem with type definitions which prevented
tsc
to build distribution files;
- Overrides gitignore with npmignore, allowing dist files to be published.
v1.1.24
Using npmignore to override gitignore, allowing dist files to be publ…