File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,34 @@ After using this generator, your new project (the directory created) will contai
144
144
145
145
* Based on Couchbase: [ https://github.com/tiangolo/full-stack-fastapi-couchbase ] ( https://github.com/tiangolo/full-stack-fastapi-couchbase ) .
146
146
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
+
147
175
## License
148
176
149
177
This project is licensed under the terms of the MIT license.
You can’t perform that action at this time.
0 commit comments