Skip to content

Releases: vcian/laravel-db-auditor

v2.2.1

09 Aug 11:38
f63f045
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

02 Aug 10:43
5380c75
Compare
Choose a tag to compare

What's Changed

  • Integrated Postgresql. Code formatting and resolved minor bugs by @ruchit288 in #63
  • Now you can audit the PostgreSQL database. Note- Add constraint feature is not supported at this moment for PostgreSQL.
  • Update content and details in readme and composer files. by @ruchit288 in #64

Full Changelog: v2.1.0...v2.2.0

v2.1.0

29 Jul 13:13
4ca8e5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

19 Jul 10:27
b1bec0a
Compare
Choose a tag to compare

What's Changed

  • Resolved issue and modified conditional statement.

v2.0.0

18 Jul 12:40
c6c1d3b
Compare
Choose a tag to compare

What's Changed

  • Integrate SQLite Audit feature.
  • Now you can skip tables from the scan.
  • You can now check direct table standard using "php artisan db: standard --table='tablename' ".
  • Minor code refactor.
  • Update readme.

Full Changelog: v1.9.0...v2.0.0

v1.9.0

12 Jun 06:57
7e8669f
Compare
Choose a tag to compare

What's Changed

  • Now Support Laravel 11.
  • Replace static value with constant and change the ordering of the field by @vc-urvin in #43
  • #48 Resolve getDatatableSize function return type issue by @vc-dhavaljoshi in #49
  • Turkish language support added. by @emresasi in #51
  • #48 resolve issue getTableSize(): Return value must be of type string by @vc-dhavaljoshi in #52
  • bump version to laravel 11 by @ibrahim-sakr in #45
  • Bux fixing and improvement.

New Contributors

Full Changelog: v1.8.1...v1.9.0

v1.8.1

19 Jan 06:19
6dbdc89
Compare
Choose a tag to compare

What's Changed

  • Add Current User Name If Git commit not found or not commited the file by @vc-urvin in #42

Full Changelog: v1.8.0...v1.8.1

v1.8.0

18 Jan 18:38
ee70e93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

Integrate Web UI to access the db auditor commands and output.

03 Jul 08:58
8f742e6
Compare
Choose a tag to compare
  • Integrate Web Page For Standard Check.
  • Integrate Web Page for Constraint Page with Actions - Add primary key, index, foreign and unique keys.
  • Minor bug fixing.

Update folder structure.

15 Jun 08:30
8e8759e
Compare
Choose a tag to compare
  • Folder structure changes
    • Service replaced with Traits folder.