Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

71 lines (44 loc) · 1.95 KB

Changelog

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

v1.8.0 - 2024-01-18

What's Changed

  • Add quotes in SQL query by @vc-urvin in vcian#37
  • Implement the database track command by @vc-urvin in vcian#38
  • Add an art folder with screenshots. by @ruchit288 in vcian#39
  • Create update-changelog.yml by @ruchit288 in vcian#40
  • feat: add database track related screenshot and update readme file. by @ruchit288 in vcian#41

Full Changelog: https://github.com/vcian/laravel-db-auditor/compare/v1.7.0...v1.8.0

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.