3.16.0 (2023-08-24)
Bug Fixes
- build issues with prerendering (ff117b9)
Features
- add .env file for production (58ed68c)
- add authToken support for production Turso (26b8276)
- add await for migrate function (96793f0)
- add database powered by Turso in guestbook page (64073a5)
- add db file in gitignore (cd45e09)
- add drizzle config and database schema (df30388)
- add style for guestbook (339154c)
- add typesafe environment variables (5a2cd78)
- create guestbook should not accept empty username and email (37e4408)
- implement AddGuestbookForm to create new guestbook message (d7b37e6)
- implement delete guestbook entry (b7f823a)
- improve UI for AddGuestbookForm (153abfc)
- insert in guestbook and retrieve all guestbooks (23ee408)
- make guestbook editable (8ec1406)
- remove notnull in schema.ts (10f4943)
- rename from email to username (52ab0e4)
- replace new-router page by guestbook (efc84e6)
- replace with a working URL for the database to avoid timeout (fecd8a5)
- update dotenv path to .env, the file was renamed (bd9b2c9)
- use local SQLite file (fe52801)
- validate t3 env on build (6d448ed)