Skip to content

Releases: NoelDeMartin/soukai

v0.7.1

14 Dec 11:13

Choose a tag to compare

Check out the changelog for release notes.

v0.7.0

14 Dec 10:40

Choose a tag to compare

Check out the changelog for release notes.

v0.6.2

07 Jun 18:02

Choose a tag to compare

Check out the changelog for release notes.

v0.6.1

25 May 10:05

Choose a tag to compare

Check out the changelog for release notes.

v0.6.0

31 Mar 14:40

Choose a tag to compare

This release was partially funded by NLNet in the Solid Data Modules project.

Check out the changelog for release notes.

v0.5.2

17 Dec 16:35

Choose a tag to compare

v0.5.2 Pre-release
Pre-release

Check out the changelog for release notes.

v0.5.1

10 Mar 18:30

Choose a tag to compare

v0.5.1 Pre-release
Pre-release

Check out the changelog for release notes.

v0.5.0

20 Jan 10:37

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

Check out the changelog for release notes.

v0.4.1

25 Jan 17:13

Choose a tag to compare

v0.4.1 Pre-release
Pre-release
  • Fixed TransactionInactiveError using IndexedDBEngine as reported here.
  • The loaded property from Relation class was readonly but this wasn't specified in the declaration files.

v0.4.0

27 Nov 10:30

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
  • 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.