Skip to content

Releases: jferrl/yowrap

v0.0.1

28 Apr 09:57
Compare
Choose a tag to compare

This release includes:

  • Commit transaction: This feature allows the client to commit a model transaction directly from the model instance without using the spanner.Mutation outside the model. Now, the model has the responsibility of writing the changes to the database.
  • Custom model hooks: This feature allows the client to define custom hooks that will be executed before or after a specific method is called. This is useful for adding custom logic to the model methods.
  • Inheric model methods: All the method signatures from the generated code are inherited by the model. This allows the client to call the generated methods directly from the model instance.

Full Changelog: https://github.com/jferrl/yowrap/commits/v0.0.1