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
Add global trigger for throwing behaviour and add global pKey setter (b8fd177)
BREAKING CHANGES
Throwable
The throwable behaviour is customizable per method or can be overriden with a global flag.
For data fetching methods, the default behaviour is to return undefined. For a few sensible methods like empty, the default behaviour is to raise a TypeError exception.
Parent key
It is now possible to globally set a parent key to work on a subset without providing it as parameter each time