Skip to content

v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@NoelDeMartin NoelDeMartin released this 27 Nov 10:30
  • Added $in filter for individual fields.
  • Added onDelete method to relations.
  • Added wasRecentlyCreated method to Model.

Breaking changes

  • SoukaiError now extends properly from the native Error class.
  • BelongsToRelation class has been renamed to BelongsToOneRelation, and the Model method belongsTo to belongsToOne.