Skip to content

Commit

Permalink
Moving release notes to github
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Dec 20, 2020
1 parent ec6ff85 commit ed5c178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 57 deletions.
50 changes: 2 additions & 48 deletions docs/docs/releases.md
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.
9 changes: 0 additions & 9 deletions tests/test_docs/test_releases.py

This file was deleted.

0 comments on commit ed5c178

Please sign in to comment.