Changelog

v0.11.0 - December 4th, 2020:

  • :originator_relationship_options config for more :originator relationship customizations such as UUID

v0.8.3 - September 10th, 2019:

  • PaperTrail.delete now accepts Ecto.Changeset

v0.8.2 - June 29th, 2019:

  • Rare PaperTrail.RepoClient.repo compile time errors fixed.
... many changes

v0.6.0 - March 14th, 2017:

  • Version event names are now 'insert', 'update', 'delete' to match their Ecto counterpats instead of 'create', 'update', 'destroy'.
  • Introduction of strict mode. Please read the documentation for more information on the required origin and originator_id field and foreign-key references.