Skip to content

v2.3.0

Choose a tag to compare

@DavidDuwaer DavidDuwaer released this 18 May 09:39
· 41 commits to master since this release

Improvements

  • #79 Better cross-platform automatic relation name detection by using error-stack-parser under the hood
  • #80 Possibility to specify generics on relationships and models, that will enable Typescript to infer which model types are returned by all query methods
  • #80 Whether the .get() method returns a SingularResponse or a PluralResponse is now known by the type system, so no more casting is needed