Releases: aio-libs/aiohttp-devtools
Releases · aio-libs/aiohttp-devtools
v0.6.1
- switch config order to support uvloop #150
- more lenient set_tty (to support pycharm) #152
v0.6
- switch from watchdog to watchgod #144
- allow use of
pdb
inside app #145
- support aiohttp 2.3.0 #148
v0.5
- set loop before running app check #96
- allow app factory with simpler signature
app_factory()
#96
- expose
aiohttp_devtools.__version__
#98
- add
__main__.py
to allow python -m aiohttp_devtools ...
#99
v0.4.1
- numerous package upgrades
- fix typos
v0.4
- add support for remote host - #72
- add asyncio trove classifiers - #68
v0.3.1
fix aiohttp version in start
template. See HISTORY.rst for details