v2.0.0
Migration guide from v1
- add
Generalprefix to type parameter that needs default type parameter. - Not pass the type parameter to
StandardUserDefinition - Don't use
StandardEntityDefinitionas much as possible - Tweak that CustomQuery/Command not contains result inside
{ result }object
Breaking Changes from v1
Type Defs
- remove default type parameters
- remove
StandardUserDefinitiontype parameter - the result of CustomQuery and CustomCommand isn't wrapped by
{ result }object
Implementation
No breaking changes.
For example, if you use execute() with result property, it works fine even though type error occurs.