v2.3.0
Improvements
- #79 Better cross-platform automatic relation name detection by using
error-stack-parserunder 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
SingularResponseor aPluralResponseis now known by the type system, so no more casting is needed