Skip to content

v0.3.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 26 Apr 22:23

Breaking changes

  • Specifying relational values is no longer mandatory when creating entities (#79).
  • The library no longer exposes its internal properties (i.e. __type, __primaryKey) on the returned entities (#57, #67).
  • The return type of calling .findFirst() with a query that has no matching entity now returns null (#76, #67).

Bug fixes

  • Fixes an issue that resulted in relational properties not being enumerable (#78, #67, #84).