Releases: vcian/laravel-db-auditor
Releases · vcian/laravel-db-auditor
v2.2.1
What's Changed
- Update dependency. by @ruchit288 in #65
- Update dependency version in composer. by @ruchit288 in #66
Full Changelog: v2.2.0...v2.2.1
v2.2.0
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
What's Changed
- Add db-audit file as publish file. by @ruchit288 in #62
Full Changelog: v2.0.1...v2.1.0
v2.0.1
v2.0.0
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
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
- @emresasi made their first contribution in #51
- @ibrahim-sakr made their first contribution at #45
Full Changelog: v1.8.1...v1.9.0
v1.8.1
v1.8.0
What's Changed
- Add quotes in SQL query by @vc-urvin in #37
- Implement the database track command by @vc-urvin in #38
- Add an art folder with screenshots. by @ruchit288 in #39
- Create update-changelog.yml by @ruchit288 in #40
- feat: add database track related screenshot and update readme file. by @ruchit288 in #41
Full Changelog: v1.7.0...v1.8.0
Integrate Web UI to access the db auditor commands and output.
- 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.
- Folder structure changes
- Service replaced with Traits folder.