82 Commits

Author SHA1 Message Date
Eric Kryski
d2319bbf77 updating changelog 2018-08-20 19:58:09 -07:00
Eric Kryski
1ed50bbd4b Merge pull request #26 from feathersjs/separate-handler
move error handler out of index
2018-08-20 19:58:09 -07:00
Eric Kryski
ac731e94e3 1.2.4 2018-08-20 19:58:09 -07:00
Eric Kryski
42784aa463 ignoring dotfiles as it screws up react native 2018-08-20 19:58:09 -07:00
David Luecke
a79ffb55e3 1.2.3 2018-08-20 19:58:09 -07:00
David Luecke
9a745c419e Merge pull request #25 from feathersjs/default-html-23
Adding default error page and make HTML formatting optional
2018-08-20 19:58:09 -07:00
David Luecke
fbfa0a69cf 1.2.2 2018-08-20 19:58:09 -07:00
David Luecke
7557a01c14 Merge pull request #23 from feathersjs/error-tests
Make fully CommonJS compatible and add error middleware tests
2018-08-20 19:58:09 -07:00
Eric Kryski
3dfe0f5e24 1.2.1 2018-08-20 19:58:09 -07:00
Eric Kryski
e30333fe66 minor style changes to the error pages 2018-08-20 19:58:09 -07:00
Eric Kryski
e4edfc8fe8 1.2.0 2018-08-20 19:58:09 -07:00
Eric Kryski
770dc6b298 updating changelog 2018-08-20 19:58:09 -07:00
Eric Kryski
d4f1775df3 Merge pull request #22 from feathersjs/error-handler
adding error handler back
2018-08-20 19:58:09 -07:00
Eric Kryski
b9a873aa08 1.1.6 2018-08-20 19:58:09 -07:00
Eric Kryski
63b877dcc0 supporting immutable data. Closes #19 2018-08-20 19:58:09 -07:00
Eric Kryski
3629005ac8 cleaning up how errors are extended. Closes #20 2018-08-20 19:58:09 -07:00
David Luecke
7eadedc6c4 1.1.5 2018-08-20 19:58:09 -07:00
David Luecke
19ecb70a08 Conditionally load Polyfill and ignore lib folder 2018-08-20 19:58:09 -07:00
David Luecke
a4f909387e 1.1.4 2018-08-20 19:58:09 -07:00
David Luecke
54fe8b0549 Upgrade Travis infrastructure 2018-08-20 19:58:09 -07:00
David Luecke
84f25c0e08 Adding ES6 polyfill for compatibility with Node 0.10 2018-08-20 19:58:09 -07:00
Eric Kryski
43a090caad 1.1.3 2018-08-20 19:58:09 -07:00
Eric Kryski
910bcfa5fb exposing our generic FeathersError so that we can check error types in an error handler 2018-08-20 19:58:09 -07:00
Eric Kryski
c66d9d2e81 updating readme 2018-08-20 19:58:09 -07:00
Eric Kryski
cdb550820d 1.1.2 2018-08-20 19:58:09 -07:00
Eric Kryski
4daeabb82b adding a couple more tests. Adding ability to pass in multiple errors without a message 2018-08-20 19:58:09 -07:00
Eric Kryski
897d41aa3c udapting examples again 2018-08-20 19:58:09 -07:00
Eric Kryski
3b9f885b7c updating examples 2018-08-20 19:58:09 -07:00
Eric Kryski
700ea4e66a 1.1.1 2018-08-20 19:58:09 -07:00
Eric Kryski
eedb34dda8 Merge pull request #15 from feathersjs/es6-class-fix
Es6 class fix
2018-08-20 19:58:09 -07:00
Eric Kryski
225794c04c 1.1.0 2018-08-20 19:58:09 -07:00
Eric Kryski
88cfa7b11d exporting errors by default 2018-08-20 19:58:09 -07:00
Eric Kryski
136e707587 1.0.0 2018-08-20 19:58:09 -07:00
Eric Kryski
87e998010a updating release notes 2018-08-20 19:58:09 -07:00
Eric Kryski
be2e254388 removing unused compiled file 2018-08-20 19:58:09 -07:00
Eric Kryski
eb65a36c2a removing unused file 2018-08-20 19:58:09 -07:00
Eric Kryski
1acdbacc1a Merge pull request #13 from feathersjs/es6
complete rewrite. Closes #11 and #12.
2018-08-20 19:58:09 -07:00
Eric Kryski
93cbfda170 release 0.2.5 2018-08-20 19:58:09 -07:00
Eric Kryski
f65e9b29d2 making error logs a little prettier 2018-08-20 19:58:09 -07:00
Eric Kryski
7257e26c01 release 0.2.4 2018-08-20 19:58:09 -07:00
Eric Kryski
23f537d58a not showing stack traces for 404 errors 2018-08-20 19:58:09 -07:00
Eric Kryski
959e32169d release 0.2.3 2018-08-20 19:58:09 -07:00
Eric Kryski
f850480f0f remove console.log 2018-08-20 19:58:09 -07:00
Eric Kryski
baa6ac3202 release 0.2.2 2018-08-20 19:58:09 -07:00
Eric Kryski
6b10577350 handling req.app.logger undefined 2018-08-20 19:58:09 -07:00
Eric Kryski
29392eec3f release 0.2.1 2018-08-20 19:58:09 -07:00
Eric Kryski
69cd92b21a looking for app.logger as well 2018-08-20 19:58:09 -07:00
Eric Kryski
03e6e8670c release 0.2.0 2018-08-20 19:58:09 -07:00
Eric Kryski
12e468b63c updating change log 2018-08-20 19:58:09 -07:00
Eric Kryski
5dde207aae adding support for mongoose validation errors. Closes #5 2018-08-20 19:58:09 -07:00