Skip to content

v2.4.0

Choose a tag to compare

@DavidDuwaer DavidDuwaer released this 22 May 09:26
· 38 commits to master since this release

Improvements

  • #86 Type hints no longer needed when building a query from the model class. E.g.
    Artist
        .get() // Now a Promise<PluralResult<Artist>>, no longer a
               //       Promise<PluralResult<Model>>