universal-router
Advanced tools
Changelog
[9.0.0] - 2020-02-27
context.keys
(BREAKING CHANGE)Changelog
[8.0.0] - 2019-01-15
Changelog
[7.0.0] - 2018-10-11
Migration from v6 to v7:
error.context
or error.code
you still can access them
using errorHandler
option:
errorHandler(error, context) {
const code = error.status || 500
console.log(error, context, code)
}