Skip to content

0.2.0

Compare
Choose a tag to compare
@kalaspuff kalaspuff released this 02 May 20:11
· 3088 commits to master since this release
  • 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.