All notable changes to laravel-db-auditor
will be documented in this file
- Update dependency. by @ruchit288 in #65
Full Changelog: https://github.com/vcian/laravel-db-auditor/compare/v2.2.0...v2.2.1
- 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: https://github.com/vcian/laravel-db-auditor/compare/v2.1.0...v2.2.0
- Add db-audit file as publish file. by @ruchit288 in #62
Full Changelog: https://github.com/vcian/laravel-db-auditor/compare/v2.0.1...v2.1.0
- Resolved issue and modified conditional statement.
- Enable SQLlite 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: https://github.com/vcian/laravel-db-auditor/compare/v1.9.0...v2.0.0
- 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.
Full Changelog: https://github.com/vcian/laravel-db-auditor/compare/v1.8.1...v1.9.0
- Add Current User Name If Git commit not found or not commited the file by @vc-urvin in #42
Full Changelog: https://github.com/vcian/laravel-db-auditor/compare/v1.8.0...v1.8.1
- 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: https://github.com/vcian/laravel-db-auditor/compare/v1.7.0...v1.8.0
- 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.
- Folder structure change - Services replaced with Traits.
- UI/UX improvement of db:standard CLI UI.
- Resolved foreign key constraint issue.
- Bug fixing and Add new Constraint.
- Change in rules services for suggestion messages.
- Add condition for empty constraint.
- Add examples in the readme file.
- Resolved naming validation rules and datatype issue.
- Unique constraint validation for duplicate values.
- Add suggestions for varchar datatype.
- Update messages.
- Update UI for standard and constraint results.
- UI/UX improvement and minor bug fixings.
- UI/UX improvement in CLI.
- Resolved bugs.
- Code cleanup.
- Resolved class naming convention issue.
- Modified messages.
- Update doctrine dependency.
- Initial release.