Ctf0 Odin Versions Save

manage model revisions with ease

v1.2.4

6 years ago
  • restrict laravel version

v1.2.3

6 years ago

v1.2.2

6 years ago
  • fix cmnd error
  • show cmnd msg only when needed
  • protect against un allowed ops on backend as well
  • better ux

v1.2.1

6 years ago
  • fix withTrashed method error for models that don’t have soft delete.
  • allow preview even when item is soft deleted.
  • add command to clear permanently deleted models audits. “odin:gc”
  • update readme

v1.2.0

6 years ago
  • smooth scroll for revisions
  • make sure we don’t ignore all dates casting, only ('created_at', 'updated_at', 'deleted_at’)
  • added an option to preview revisions “https://github.com/ctf0/Odin/wiki/Preview-Revision”
  • update assets
  • update read me
  • update wiki

v1.1.2

6 years ago
  • log ajax error
  • we are now jQuery free :metal:

v1.1.1

6 years ago

v1.1.0

6 years ago
  • remove vue-scrollto
  • use axios instead of jquery ajax
  • jquery now only handle the (keydown events) “if anyone can convert it to pure js i would deeply appreciate it”.
  • fix diff for soft deletes
  • add support for restoring soft deleted items “a new button was added for better UX”
  • small improvements
  • pump “laravel-auditing” version to v5.
  • update readme
  • update assets

v1.0.2

6 years ago

v1.0.1

6 years ago
  • get around audit using accessors instead of db value
  • audit will sometimes save a revision with empty old/new ex. “user logs out” so we auto remove empty revision instead of hiding & to keep the table clean.