-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Showing
2 changed files
with
2 additions
and
57 deletions.
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 |
---|---|---|
@@ -1,52 +1,6 @@ | ||
# Release Notes | ||
|
||
## 0.9.4 | ||
Follow and subscribe new releases on GitHub: | ||
|
||
* [Nested routers support](https://django-ninja.rest-framework.com/tutorial/routers/#nested-routers) (Thanks to @fojetin) | ||
https://github.com/vitalik/django-ninja/releases | ||
|
||
## 0.9.2 | ||
|
||
* [Operations OpenAPI parameters](http://django-ninja.rest-framework.com/tutorial/operation_params/) | ||
* [OpenAPI description] (Thanks to @fojetin) | ||
|
||
## 0.9.1 | ||
|
||
* [Multiple Response Schemas support](http://django-ninja.rest-framework.com/tutorial/response-schema/#multiple-response-schemas) (Thanks to @dozer133) | ||
|
||
## 0.8.4 | ||
|
||
* Fixed extra bug for [response schema output](https://github.com/vitalik/django-ninja/issues/19) with `List[Item]` schema | ||
* Fixed [Composable query parameters #34](https://github.com/vitalik/django-ninja/issues/34) | ||
|
||
## 0.8.0 | ||
|
||
* Fixed [response schema output](https://github.com/vitalik/django-ninja/issues/19) | ||
* Pydantic 1.7 support | ||
|
||
## 0.7.0 | ||
|
||
* Added [csrf](/tutorial/csrf) configuration. | ||
|
||
## 0.6.0 | ||
|
||
* Fixed router authentication (#20) | ||
|
||
## 0.5.0 | ||
|
||
* Responses now support querysets | ||
|
||
## 0.4.0 | ||
|
||
* Locked to pydantic 1.6 and with various bug fixes automatically solved | ||
|
||
## 0.3.0 | ||
|
||
* Added [response schema](/tutorial/response-schema) parameter. | ||
|
||
## 0.2.0 | ||
|
||
* Added async operations. | ||
|
||
## 0.1.1 | ||
|
||
* First release to public. |
This file was deleted.
Oops, something went wrong.