Skip to content

v0.2.0 (2023-09-07)

Latest
Compare
Choose a tag to compare
@Lenzo947 Lenzo947 released this 07 Sep 12:22
· 2 commits to main since this release
ff53a1e
  • introduced EventListenerContext, a data container that is used to pass data to beforeUpdate and other before#### and after#### decorated methods, as an optional parameter
  • added afterSave, afterUpdate, afterRemove, beforeUpsert
  • added tests
  • replaced methods returning old and new documents as an array with a new return type ArangoNewOldResult that also has new and old as properties