Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

55 lines (36 loc) · 1.28 KB

Changelog

All notable changes to laravel-db-auditor will be documented in this file

v1.7.0 [3rd July 2023]

  • 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.

v1.6.0 [15th June 2023]

  • Folder structure change - Services replaced with Traits.

v1.5.2 [19th May 2023]

  • UI/UX improvement of db:standard CLI UI.
  • Resolved foreign key constraint issue.

v1.5.1 [5th May 2023]

  • Bug fixing and Add new Constraint.
  • Change in rules services for suggestion messages.
  • Add condition for empty constraint.
  • Add examples in the readme file.

v1.5.0 [29th April 2023]

  • Resolved naming validation rules and datatype issue.

v1.4.0 [27th April 2023]

  • Unique constraint validation for duplicate values.
  • Add suggestions for varchar datatype.
  • Update messages.
  • Update UI for standard and constraint results.

v1.3.0 [25th April 2023]

  • UI/UX improvement and minor bug fixings.

v1.2.0 [21st April 2023]

  • UI/UX improvement in CLI.
  • Resolved bugs.
  • Code cleanup.

v1.1.1 [18st April 2023]

  • Resolved class naming convention issue.
  • Modified messages.

v1.1.0 [17th April 2023]

  • Update doctrine dependency.

v1.0.0 [14th April 2023]

  • Initial release.