@feathersjs/express
Advanced tools
Comparing version 1.0.0-pre.3 to 1.0.0-pre.4
# Change Log | ||
## [v1.0.0-pre.3](https://github.com/feathersjs/express/tree/v1.0.0-pre.3) (2017-10-21) | ||
[Full Changelog](https://github.com/feathersjs/express/compare/v1.0.0-pre.2...v1.0.0-pre.3) | ||
**Merged pull requests:** | ||
- Add REST provider to Express framework bindings [\#8](https://github.com/feathersjs/express/pull/8) ([daffl](https://github.com/daffl)) | ||
- Update repository name and move to npm scope [\#7](https://github.com/feathersjs/express/pull/7) ([daffl](https://github.com/daffl)) | ||
- Update axios to the latest version 🚀 [\#6](https://github.com/feathersjs/express/pull/6) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
## [v1.0.0-pre.2](https://github.com/feathersjs/express/tree/v1.0.0-pre.2) (2017-10-18) | ||
@@ -4,0 +13,0 @@ [Full Changelog](https://github.com/feathersjs/express/compare/v1.0.0-pre.1...v1.0.0-pre.2) |
@@ -60,3 +60,3 @@ const errors = require('@feathersjs/errors'); | ||
service[method](...args) | ||
service[method](...args, true) | ||
.then(hook => { | ||
@@ -63,0 +63,0 @@ const data = hook.dispatch !== undefined ? hook.dispatch : hook.result; |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "1.0.0-pre.3", | ||
"version": "1.0.0-pre.4", | ||
"homepage": "https://github.com/feathersjs/express", | ||
@@ -58,3 +58,3 @@ "main": "lib/", | ||
"devDependencies": { | ||
"@feathersjs/feathers": "^3.0.0-pre.2", | ||
"@feathersjs/feathers": "^3.0.0-pre.3", | ||
"axios": "^0.17.0", | ||
@@ -61,0 +61,0 @@ "istanbul": "^1.1.0-alpha.1", |
14912