CHANGES
=======

0.1.5
-----

* Added streaming of response body
* add aiohttp==2.1 to test env
* fix startswith error
* Fixup language a little
* fix tests for master branch; added 13 and 20 versions to travis; this close #58 issue

0.1.4
-----

* typo and better names in examples
* added description how to throw an exception in aioresponses
* added ability to raise custom exception
* Add option to passthrough the http traffic to specified list of servers
* Record responses in the aioresponses instance
* added matrix builds in travis
* added matrix builds in travis
* added pyup conf file
* pip dev requirememnts to latest versions
* added more envlist to tox per aiohttp minor version do not freeze packages version in dev requirements

0.1.3
-----

* fixed: no longer excludes aiohttp=1.0.0 in requirements.txt
* fixed: now passes a yarl.URL to aiohttp.ClientResponse as expected
* Don't fix aiohttp requirement to minor version
* Show build status for 'master' branch in readme

0.1.2
-----

* add to docs hot to mock multiple requests to the same url and how to mock headers
* switch to CiMultidict
* Update pip from 8.1.2 to 9.0.0
* mock returned headers. this close #11 issue
* docs testing as context manager
* docs example
* docs v1

0.1.1
-----

* add description file to setup.cfg

0.1.0
-----

* fix classifier
* add landscape
* add py34 support
* Pin ddt to latest version 1.1.1
* drop py34 from travis
* add some type annotations
* basic core concept
* push coverage to coverals
* push coverage to coverals
* add coveralls badge in readme
* Update coverage from 4.1 to 4.2
* Pin nose2 to latest version 0.6.5
* Pin cov-core to latest version 1.15.0
* Update tox from 2.3.1 to 2.4.1
* Pin aiohttp to latest version 1.0.5
* Update flake8 from 2.6.0 to 3.0.4
* wip
* initial project stub
* Initial commit
