2
2
3
3
All notable changes to ` laravel-db-auditor ` will be documented in this file
4
4
5
+ ## v1.8.0 - 2024-01-18
6
+
7
+ ### What's Changed
8
+
9
+ * Add quotes in SQL query by @vc-urvin in https://github.com/vcian/laravel-db-auditor/pull/37
10
+ * Implement the database track command by @vc-urvin in https://github.com/vcian/laravel-db-auditor/pull/38
11
+ * Add an art folder with screenshots. by @ruchit288 in https://github.com/vcian/laravel-db-auditor/pull/39
12
+ * Create update-changelog.yml by @ruchit288 in https://github.com/vcian/laravel-db-auditor/pull/40
13
+ * feat: add database track related screenshot and update readme file. by @ruchit288 in https://github.com/vcian/laravel-db-auditor/pull/41
14
+
15
+ ** Full Changelog** : https://github.com/vcian/laravel-db-auditor/compare/v1.7.0...v1.8.0
16
+
5
17
## v1.7.0 [ 3rd July 2023]
18
+
6
19
- Integrate Web Page For Standard Check.
7
20
- Integrate Web Page for Constraint Page with Actions - Add primary key, index, foreign and unique keys.
8
21
- Minor bug fixing.
9
22
10
23
## v1.6.0 [ 15th June 2023]
24
+
11
25
- Folder structure change - Services replaced with Traits.
12
26
13
27
## v1.5.2 [ 19th May 2023]
28
+
14
29
- UI/UX improvement of db: standard CLI UI.
15
30
- Resolved foreign key constraint issue.
16
31
17
32
## v1.5.1 [ 5th May 2023]
33
+
18
34
- Bug fixing and Add new Constraint.
19
35
- Change in rules services for suggestion messages.
20
36
- Add condition for empty constraint.
21
37
- Add examples in the readme file.
22
38
23
-
24
39
## v1.5.0 [ 29th April 2023]
40
+
25
41
- Resolved naming validation rules and datatype issue.
26
42
27
43
## v1.4.0 [ 27th April 2023]
@@ -46,7 +62,7 @@ All notable changes to `laravel-db-auditor` will be documented in this file
46
62
- Resolved class naming convention issue.
47
63
- Modified messages.
48
64
49
- ## v1.1.0 [ 17th April 2023]
65
+ ## v1.1.0 [ 17th April 2023]
50
66
51
67
- Update doctrine dependency.
52
68
0 commit comments