0.2.0
- Watcher now only reacts to files with file endings
.py
,.json
,.yml
,.html
or.html
and ignores to look at paths__pycache__
,.git
,.svn
,__ignored__
,__temporary__
and__tmp__
. - HTTP transport may now respond with an aiohttp.web.Response object for more complex responses.
- HTTP transport response headers can now use the multidict library.