-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8cbb70
commit f6b110e
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-10-16) | ||
|
||
|
||
### Features | ||
|
||
* add favicon ([4996119](https://github.com/agnyz/elysia-realworld-example-app/commit/49961196d1d034eb16ab3ae75371eb4587281636)) | ||
* create-db.sh ([24e94f6](https://github.com/agnyz/elysia-realworld-example-app/commit/24e94f6a4221f6acf96208dc1cce401425e738fe)) | ||
* date to timestamp ([e0a1dcb](https://github.com/agnyz/elysia-realworld-example-app/commit/e0a1dcb1fc70b5f75323f002be8aced2c7c702a8)) | ||
* explicitly forward ports ([49a7ec3](https://github.com/agnyz/elysia-realworld-example-app/commit/49a7ec366f69fa036b864256114ac82ab9fd45b9)) | ||
* generalize table drop ([b8b6689](https://github.com/agnyz/elysia-realworld-example-app/commit/b8b668939cc684f70a70a11c1ed78ce6283da7fa)) | ||
* lint ([#44](https://github.com/agnyz/elysia-realworld-example-app/issues/44)) ([bc35136](https://github.com/agnyz/elysia-realworld-example-app/commit/bc351361d1899d18fb5cafce4bf2a5258de876d1)) | ||
* migrate ([62230a2](https://github.com/agnyz/elysia-realworld-example-app/commit/62230a264fb5b9aaf6d6318ea2c2da857ded07e6)) | ||
* open preview on mount ([7a53aa5](https://github.com/agnyz/elysia-realworld-example-app/commit/7a53aa5b2f06c94a070eea257fefdb90001c3924)) | ||
* persist database ([8cf526c](https://github.com/agnyz/elysia-realworld-example-app/commit/8cf526c43dd8b92ac791aacc3b81f3e8160129a6)) | ||
* postgres integration ([#35](https://github.com/agnyz/elysia-realworld-example-app/issues/35)) ([9014069](https://github.com/agnyz/elysia-realworld-example-app/commit/90140694a709265205cc2303001c5c15a70ca6e2)) | ||
* postgresql devcontainer feature ([c3fedf5](https://github.com/agnyz/elysia-realworld-example-app/commit/c3fedf56c270c7c4c9184aa5d6a963f7506f5886)) | ||
* release-please ([a8cbb70](https://github.com/agnyz/elysia-realworld-example-app/commit/a8cbb703a8b0505809d2536ab0d32eb285e67a36)) | ||
* seed ([dc3c31b](https://github.com/agnyz/elysia-realworld-example-app/commit/dc3c31bd2bfb3d3068ae3c2a9d326b271cd31de9)) | ||
* support bun-like .env hierarchy in docker compose ([#40](https://github.com/agnyz/elysia-realworld-example-app/issues/40)) ([2bf8fb0](https://github.com/agnyz/elysia-realworld-example-app/commit/2bf8fb037e5dbbb58699eaa82e4c167a7f01183c)) | ||
* swagger endpoint ([#43](https://github.com/agnyz/elysia-realworld-example-app/issues/43)) ([e0c5f05](https://github.com/agnyz/elysia-realworld-example-app/commit/e0c5f05001e8ca167e64becbdab7a653ac3f5544)) | ||
* swagger features ([4f75751](https://github.com/agnyz/elysia-realworld-example-app/commit/4f7575128d3652cf1efe65f0cb376c2ac56420b4)) | ||
* use NestJS design patterns ([#37](https://github.com/agnyz/elysia-realworld-example-app/issues/37)) ([f4e73fb](https://github.com/agnyz/elysia-realworld-example-app/commit/f4e73fb36247db80142fdcb27a5d7e50af83e3e4)) | ||
* user auth and related endpoints ([#47](https://github.com/agnyz/elysia-realworld-example-app/issues/47)) ([915f8cd](https://github.com/agnyz/elysia-realworld-example-app/commit/915f8cd8f5ed11383c8271e177257fa2f7fc6791)) | ||
* wait-for-db retry until db is ready ([1702c8b](https://github.com/agnyz/elysia-realworld-example-app/commit/1702c8b9ab84f2ed598a943f6cd9ccc256d19e51)) | ||
* wait-for-it ([90fccce](https://github.com/agnyz/elysia-realworld-example-app/commit/90fccce94b26ada6e152e7fe717686822a850fbe)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* access db externally ([418f27a](https://github.com/agnyz/elysia-realworld-example-app/commit/418f27a354d35abd2aa35723bb6a20b6744e1cca)) | ||
* biome fail commit when no files are processed ([fb6c519](https://github.com/agnyz/elysia-realworld-example-app/commit/fb6c519e1b99dd3789570f956c4ed8dd1f2c5897)) | ||
* breaking error after update ([3b453db](https://github.com/agnyz/elysia-realworld-example-app/commit/3b453dbf26dc1a72108de00d1731e195754f7be5)) | ||
* change demo URL link ([51ed7c0](https://github.com/agnyz/elysia-realworld-example-app/commit/51ed7c0456397c452a3a4ff67d7e343c8da419eb)) | ||
* create-db correctly call wait-for-db script ([c29ea00](https://github.com/agnyz/elysia-realworld-example-app/commit/c29ea00a540410a2e3cc2278b8c36a9fcdce47b5)) | ||
* create-db.sh reference correct script ([5d8cca7](https://github.com/agnyz/elysia-realworld-example-app/commit/5d8cca74a70d3bcd51bf23f2458a2342400b495b)) | ||
* create-db.sh reference correct script ([6099902](https://github.com/agnyz/elysia-realworld-example-app/commit/6099902fd7f89c3f1abdab87cafe7e439094e4f5)) | ||
* drizzle studio not showing entities ([b4becf5](https://github.com/agnyz/elysia-realworld-example-app/commit/b4becf5618d088a6ff359f352c2d5af8bbde7e1c)) | ||
* formatter ([e375e49](https://github.com/agnyz/elysia-realworld-example-app/commit/e375e49c56a58a4ce2d9c62483b1289d7fc5e1f4)) | ||
* migrations directory ([25c5d89](https://github.com/agnyz/elysia-realworld-example-app/commit/25c5d89131960b030b7eeeb75dcd28557949024c)) | ||
* postCreateCommand wait-for-it directory ([0518690](https://github.com/agnyz/elysia-realworld-example-app/commit/0518690ecc659bd8ff6410c6016eaf0103c0f248)) | ||
* postCreateCommand wait-for-it script ([145492c](https://github.com/agnyz/elysia-realworld-example-app/commit/145492c4416204c6bb5cf94f60969575ff190278)) | ||
* remove bio and image fields from insert ([d4b9d8a](https://github.com/agnyz/elysia-realworld-example-app/commit/d4b9d8ab99e7afb1f3e786febc4895ffa55dbdd5)) | ||
* temporarily rely on rebuilding ([0d70816](https://github.com/agnyz/elysia-realworld-example-app/commit/0d7081642f486041ed6e55885640bdf95fe56ffb)) | ||
* vitepress deployment ([b765fc5](https://github.com/agnyz/elysia-realworld-example-app/commit/b765fc56105c48a3b927064d14d8c9647c9e32f3)), closes [#48](https://github.com/agnyz/elysia-realworld-example-app/issues/48) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters