Sebastián Ramírez
40e5f3764e
📝 Update release notes
2019-03-31 20:56:52 +04:00
Alif Jahan
e5c75807ce
🔥 removed duplicate dependency in pyproject.toml ( #128 )
2019-03-31 20:55:12 +04:00
Sebastián Ramírez
deff2b6678
🔖 Release 0.10.3
2019-03-30 21:54:00 +04:00
Sebastián Ramírez
7c572fdb3a
📝 Update release notes
2019-03-30 21:32:24 +04:00
Daniel Hahler
ae970638cf
👷 Set Travis to use dist=xenial and Python 3.7 instead of 3.7-dev ( #92 )
2019-03-30 21:30:31 +04:00
Sebastián Ramírez
deae92bba1
📝 Update release notes
2019-03-30 21:09:47 +04:00
yihuang
f806ba642a
🔥 Remove repeated param declaration ( #123 )
2019-03-30 21:07:41 +04:00
Sebastián Ramírez
5a3cf863da
📝 Update release notes
2019-03-30 19:55:01 +04:00
Sebastián Ramírez
dd6ab23b62
✨ Add docs/tests extending OpenAPI ( #126 )
2019-03-30 19:53:44 +04:00
Sebastián Ramírez
0449499188
📝 Update release notes
2019-03-30 18:32:23 +04:00
The Gitter Badger
4dc7b32861
📝 Add a Gitter chat badge and links ( #117 )
...
* Add Gitter badge
* 📝 Add links and badges to Gitter chat
2019-03-30 18:30:02 +04:00
Sebastián Ramírez
08d849d5c5
📝 Update release notes
2019-03-29 19:06:02 +04:00
James Saunders
714e68b5f0
📝 Add note in response model docs: why not return type annotations ( #109 )
...
* Update response model documentation to explain design choice
Closes #101
* 📝 Update note about return function type annotation
2019-03-29 19:02:53 +04:00
Sebastián Ramírez
3d4f59f35a
📝 Udpate release notes
2019-03-29 18:43:40 +04:00
Stratos Gerakakis
3ce2920fef
🐛 fix name of shutdown_event in docs ( #105 )
...
Fix name copy/paste name error in docs source for startup/shutdown events.
2019-03-29 18:39:57 +04:00
Sebastián Ramírez
825f397918
🔖 Release 0.10.2
2019-03-29 15:17:34 +04:00
Sebastián Ramírez
b390e32372
📝 Update release notes
2019-03-29 15:16:56 +04:00
Sebastián Ramírez
b7d184363f
🐛 Fix JSON Schema of additional properties ( #121 )
...
#87
2019-03-29 15:15:49 +04:00
Sebastián Ramírez
2ddb804940
📝 Update release notes
2019-03-25 23:48:27 +04:00
Sebastián Ramírez
a2c9f666b5
📝 Add note about Celery in background tasks
2019-03-25 23:47:25 +04:00
Sebastián Ramírez
1594222e39
📝 Update Release Notes
2019-03-25 23:28:36 +04:00
Sebastián Ramírez
dc1e94d05f
✨ Document and test union and list response models ( #108 )
2019-03-25 23:28:09 +04:00
Sebastián Ramírez
b0f7961b65
🔖 Release 0.10.1: support for encode/databases
2019-03-25 22:21:59 +04:00
Sebastián Ramírez
1c2ecbb89a
✨ Add docs and tests for encode/databases ( #107 )
...
* ✨ Add docs and tests for encode/databases
* ➕ Add testing-only dependency, databases
2019-03-25 22:17:31 +04:00
Sebastián Ramírez
5a6e47bd49
🔖 Release 0.10.0: BackgroundTasks and websockets fix
2019-03-24 23:37:37 +04:00
Sebastián Ramírez
58872dca74
📝 Udpate release notes
2019-03-24 23:36:57 +04:00
Sebastián Ramírez
9b04593260
✨ Add support for BackgroundTasks parameters ( #103 )
...
* ✨ Add support for BackgroundTasks parameters
* 🐛 Fix type declaration in dependencies
* 🐛 Fix coverage of util in tests
2019-03-24 23:33:35 +04:00
euri10
6d77e2ac5f
✨ Add websocket to APIRouter ( #100 )
...
* Add websocket to APIRouter
* Restore upstream/master Pipfile.lock (git checkout upstream/master -- Pipfile.lock)
* Added tests for router with a prefix
2019-03-24 23:18:20 +04:00
Sebastián Ramírez
b16ca54c30
📝 Update Release Notes
2019-03-24 12:46:13 +04:00
Sebastián Ramírez
834723cf2c
✨ Add events docs and tests ( #99 )
2019-03-24 12:45:46 +04:00
Mohammed
eda9b28338
files formatting
2019-03-23 13:10:45 +03:00
Mohammed
7514ac6fb0
100% test coverage
2019-03-23 13:01:53 +03:00
Mohammed
25fb4239cc
increase test coverage
2019-03-23 01:13:09 +03:00
Mohammed
65568065e0
Remove extra code.
2019-03-23 00:47:32 +03:00
Mohammed
95679ca5e6
Fix: adding additional_responses on `.include_router()`
2019-03-23 00:37:10 +03:00
Mohammed
84a300ef84
Formatting according to guide
2019-03-22 22:54:48 +03:00
Mohammed
c6d28c8209
Accept Multiple Additional Responses
2019-03-22 22:50:47 +03:00
Mohammed
3984e9b8ac
Additional Responses test
2019-03-22 22:40:46 +03:00
Mohammed
aa0bca7bb2
Additional Responses implementation
2019-03-22 22:40:07 +03:00
Sebastián Ramírez
9778542ba6
🔖 Release 0.9.1, multi value/duplicate query/header
2019-03-22 21:52:37 +04:00
Sebastián Ramírez
34c34c68d2
📝 Update release notes
2019-03-22 21:51:36 +04:00
Sebastián Ramírez
c64f8346ae
✨ Multi-value query parameters and duplicate headers ( #95 )
...
* 📝 Document multi-value query parameters
* ✨ Document and test multiple query values
* ✨ Document receiving duplicate headers
2019-03-22 21:47:54 +04:00
Sebastián Ramírez
4f852878d6
🔖 Release 0.9.0, compatible with latest Pydantic
2019-03-22 16:29:33 +04:00
Sebastián Ramírez
59bc4b7d69
📝 Update links in help section
2019-03-22 16:28:28 +04:00
Sebastián Ramírez
3cae2ccbae
📝 Fix link from deployment to bigger applications
2019-03-21 20:35:49 +04:00
Matt Hegarty
e21ba7646a
✏️ typo: fist_name -> first_name ( #72 )
2019-03-21 18:50:47 +04:00
Sebastián Ramírez
10498fcfbd
📝 Update release notes
2019-03-21 18:48:17 +04:00
Sebastián Ramírez
3f7b7837fb
🔀 Merge PR #72
2019-03-21 18:46:02 +04:00
Sebastián Ramírez
1c26e77a66
📝 Update release notes
2019-03-21 18:40:59 +04:00
Sebastián Ramírez
108c2f3c0e
⬆️ Update Pydantic to 0.21.0 ( #90 )
...
* ⬆️ Upgrade Pydantic and others (isort), update docs after changes by isort
* 🎨 Format with newest isort, update type hints in jsonable_encoder
* 🔧 Update test script, to avoid Pydantic type errors
* ⬆️ Update pyproject.toml with latest Pydantic
2019-03-21 18:40:29 +04:00