Skip to content

v2.0.0

Compare
Choose a tag to compare
@sasurau4 sasurau4 released this 26 Dec 08:10
· 294 commits to master since this release

Migration guide from v1

  • add General prefix to type parameter that needs default type parameter.
  • Not pass the type parameter to StandardUserDefinition
  • Don't use StandardEntityDefinition as much as possible
  • Tweak that CustomQuery/Command not contains result inside { result } object

Breaking Changes from v1

Type Defs

  • remove default type parameters
  • remove StandardUserDefinition type 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.