CHANGES
-------

0.2.0 (2016-11-08)
^^^^^^^^^^^^^^^^^^

* Refactor test suite

0.1.4 (2016-11-07)
^^^^^^^^^^^^^^^^^^

* Rename to aiohttp-debugtoolbar
* Fix imcompatibility with aiohttp==1.1

0.1.3 (2016-10-27)
^^^^^^^^^^^^^^^^^^

* Fix a link to request info page, sort request information alphabetically #52

0.1.2 (2016-09-27)
^^^^^^^^^^^^^^^^^^

* Fixed empty functions names in performance panel #43 (Thanks @kammala!)

* Fixed flashing message during page rendering issue #46


0.1.1 (2016-02-21)
^^^^^^^^^^^^^^^^^^

* Fixed a demo

* Added syntax highlight in traceback view, switched highlighter from
  highlight.js to prism.js #31


0.1.0 (2016-02-13)
^^^^^^^^^^^^^^^^^^

* Fixed python 3.5 support (Thanks @stormandco!)

* Added view source button in RoutesDebugPanel (Thanks @stormandco!)

* Dropped support for Python 3.3 (Thanks @sloria!)

* Add middleware in setup method (Thanks @sloria!)

* Fixed bug with interactive console

* Fixed support for aiohttp>=0.21.1


0.0.5 (2015-09-13)
^^^^^^^^^^^^^^^^^^

* Fixed IPv6 socket family error (Thanks @stormandco!)


0.0.4 (2015-09-05)
^^^^^^^^^^^^^^^^^^

* Fixed support for aiohttp>=0.17. (Thanks @himikof!)


0.0.3 (2015-07-03)
^^^^^^^^^^^^^^^^^^

* Switched template engine from mako to jinja2. (Thanks @iho!)

* Added custom *yield from* to track context switches inside coroutine.

* Implemented panel for collecting request log messages.

* Disable toolbar code injecting for non web.Response answers
  (StreamResponse or WebSocketResponse for example) #12


0.0.2 (2015-05-26)
^^^^^^^^^^^^^^^^^^

* Redesign UI look-and-feel

* Rename `toolbar_middleware_factory` to just `middleware`.


0.0.1 (2015-05-18)
^^^^^^^^^^^^^^^^^^

* Initial release.
