Skip to content

All `.crud` methods no longer throw

Compare
Choose a tag to compare
@twof twof released this 27 Oct 08:01
· 44 commits to master since this release
70cfa3b

All public APIs were (unnecessarily) throwing, which meant they all looked like

try router.crud(register: Todo.self)

All public API calls can now be slightly simplified to

router.crud(register: Todo.self)