Skip to content

Releases: rwillians/express-rescue

v1.2.0

28 Oct 20:20
cb90562
Compare
Choose a tag to compare
  • Introduced rescue.all (thanks @J-Pster)

v1.1.32

04 Aug 18:21
756c9f1
Compare
Choose a tag to compare
  • 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

09 Jan 17:46
Compare
Choose a tag to compare

Audit-fixed dependencies.

v1.1.30

18 Jul 15:33
Compare
Choose a tag to compare

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

v1.1.29

18 Jul 15:17
eb97962
Compare
Choose a tag to compare

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

v1.1.28

18 Jul 04:18
Compare
Choose a tag to compare

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

v1.1.27

17 Jul 03:22
Compare
Choose a tag to compare

Updates vulnerable dependencies.

v1.1.26

29 Dec 04:10
Compare
Choose a tag to compare

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

28 Dec 19:50
Compare
Choose a tag to compare
  • 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

28 Dec 19:38
Compare
Choose a tag to compare
Using npmignore to override gitignore, allowing dist files to be publ…