Skip to content

Releases: rwillians/express-rescue

v1.2.0

Choose a tag to compare

@rwillians rwillians released this 28 Oct 20:20
cb90562
  • Introduced rescue.all (thanks @J-Pster)

v1.1.32

Choose a tag to compare

@rwillians rwillians released this 04 Aug 18:21
756c9f1
  • 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

Choose a tag to compare

@rwillians rwillians released this 09 Jan 17:46

Audit-fixed dependencies.

v1.1.30

Choose a tag to compare

@rwillians rwillians released this 18 Jul 15:33

Fixes a CI configuration problem that caused files inside /dist to not be published.

v1.1.29

Choose a tag to compare

@rwillians rwillians released this 18 Jul 15:17
eb97962

Aims to fix problem where files inside /dist were still not being published.

v1.1.28

Choose a tag to compare

@rwillians rwillians released this 18 Jul 04:18

Fixed issue in package.json that led v1.1.27 to be published without the contents of directory /dist.

v1.1.27

Choose a tag to compare

@rwillians rwillians released this 17 Jul 03:22

Updates vulnerable dependencies.

v1.1.26

Choose a tag to compare

@rwillians rwillians released this 29 Dec 04:10

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

Choose a tag to compare

@rwillians rwillians released this 28 Dec 19:50
  • 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

Choose a tag to compare

@rwillians rwillians released this 28 Dec 19:38
Using npmignore to override gitignore, allowing dist files to be publ…