File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
## [ Unreleased]
26
26
<!--
27
27
### π₯ BREAKING CHANGES π₯
28
- ### β¨ Features
29
28
### π Bug Fixes
30
29
### π Documentation
31
- ### π§ Database Schema
32
30
### π οΈ Utilities
33
31
-->
34
32
33
+ ### β¨ Features
34
+ - handle logging levels at run-time via the ` DEBUG ` environment variable (d930837)
35
+ - automatically migrate the database on server hook setup (f3c5cbe)
36
+
35
37
### π§© Components
36
38
- removed essentially every overcomplicated component and modules (857ebc4)
37
39
- overhauled design for navlink and nav (f77288c, 5c5be43)
38
40
- added code (55085c4), heading (6578523) and link (5a58850)
39
41
42
+ ### π§ Database Schema
43
+ - added initial schema (d7f24f9)
44
+
40
45
### π¦ Dependencies
41
46
- bumped everything (81b5a2b)
42
47
- cleaned up dependencies and add unocss (c373f29)
48
+ - (** dev** ) added dotenv for drizzle config (1fc3f7a)
43
49
44
50
## [ v0.0.3-alpha.2]
45
51
You canβt perform that action at this time.
0 commit comments