Skip to content

Commit 6c83c57

Browse files
committed
🔖 Release 0.2.0 after backend/frontend refactor
1 parent cd112bd commit 6c83c57

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,34 @@ After using this generator, your new project (the directory created) will contai
144144

145145
* Based on Couchbase: [https://github.com/tiangolo/full-stack-fastapi-couchbase](https://github.com/tiangolo/full-stack-fastapi-couchbase).
146146

147+
## Release Notes
148+
149+
### Next
150+
151+
### 0.2.0
152+
153+
**<a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/2" target="_blank">PR #2</a>**:
154+
155+
* Simplify and update backend `Dockerfile`s.
156+
* Refactor and simplify backend code, improve naming, imports, modules and "namespaces".
157+
* Improve and simplify Vuex integration with TypeScript accessors.
158+
* Standardize frontend components layout, buttons order, etc.
159+
* Add local development scripts (to develop this project generator itself).
160+
* Add logs to startup modules to detect errors early.
161+
* Improve FastAPI dependency utilities, to simplify and reduce code (to require a superuser).
162+
163+
### 0.1.2
164+
165+
* Fix path operation to update self-user, set parameters as body payload.
166+
167+
### 0.1.1
168+
169+
Several bug fixes since initial publication, including:
170+
171+
* Order of path operations for users.
172+
* Frontend sending login data in the correct format.
173+
* Add https://localhost variants to CORS.
174+
147175
## License
148176

149177
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)