|
@ -2,6 +2,19 @@ |
|
|
|
|
|
|
|
|
## Latest Changes |
|
|
## Latest Changes |
|
|
|
|
|
|
|
|
|
|
|
## 0.7.0 |
|
|
|
|
|
|
|
|
|
|
|
Lots of new things! 🎁 |
|
|
|
|
|
|
|
|
|
|
|
* E2E tests with Playwright. |
|
|
|
|
|
* Mailcatcher configuration, to develop and test email handling. |
|
|
|
|
|
* Pagination. |
|
|
|
|
|
* UUIDs for database keys. |
|
|
|
|
|
* New user sign up. |
|
|
|
|
|
* Support for deploying to multiple environments (staging, prod). |
|
|
|
|
|
* Many refactors and improvements. |
|
|
|
|
|
* Several dependency upgrades. |
|
|
|
|
|
|
|
|
### Features |
|
|
### Features |
|
|
|
|
|
|
|
|
* ✨ Add User Settings e2e tests. PR [#1271](https://github.com/tiangolo/full-stack-fastapi-template/pull/1271) by [@alejsdev](https://github.com/alejsdev). |
|
|
* ✨ Add User Settings e2e tests. PR [#1271](https://github.com/tiangolo/full-stack-fastapi-template/pull/1271) by [@alejsdev](https://github.com/alejsdev). |
|
|