You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [3.0.0-beta.1](2.1.0...3.0.0-beta.1) (2022-10-08)
### Features
* **routers:** add throwing error to URLRouter ([f8032e8](f8032e8)), closes [#29](#29)
* **routers:** remove `onError` field from types ([1870d07](1870d07)), closes [#29](#29)
* **utils:** remove `validateURLRoutes` ([4ebbb75](4ebbb75)), closes [#29](#29)
### BREAKING CHANGES
* **utils:** no export `validateURLRoutes`
* **routers:** remove `onError` field from router
* **routers:** `URLRouter` will not grip the error and throw error as is
Stop griping about errors.
Also, if a handler throws an error, it will throw the error as is instead of returning a
500
error response.The text was updated successfully, but these errors were encountered: