This release requires mongoose ~4
- updated mongoose to version 4
- removed
fullErrors
, implement a customonError
handler instead - removed
strict
option, allows DELETE without id and POST with id, disallows PUT without id - async
prereq
andaccess
now use the standard(err, data)
callback signature access
will throw an exception when an unsupported value is passed- changed
outputFn
's signature to:(req, res, { result: result, statusCode: statusCode })
This release requires mongoose ~3