visionmedia / express-resource

Resourceful routing for Express
1.41k stars 140 forks source link

'del' is deprecated #93

Open tshelburne opened 10 years ago

tshelburne commented 10 years ago

app.del is being used for the destroy route, but .del has been deprecated since Express 4.2 - it still exists, but it should be removed. I couldn't tell from the README, but are you intending to explicitly support 4.*?

Happy to make the change, just would like to know your approach.

bayleedev commented 9 years ago

:+1:

TylerBrock commented 9 years ago

bump

khusamov commented 8 years ago

express deprecated app.del: Use app.delete instead node_modules\express-resource\index.js:153:19