- Python 3.7 support - Ensure that ``rororo`` works well with latest ``aiohttp`` - Allow setting ``level`` on updating logging dict to use Sentry handler - Add new ``rororo.timedelta`` module with utilities to work with timedeltas - Add new ``rororo.utils`` module - Move type annotations to ``rororo.annotations`` module
1.1.1
==================
- Do not attempt to convert empty list to dict for request/response data
1.1.0
==================
- Allow to supply non-dicts in request/response data
1.0.0
==================
- Publish 1.0 release, even proper docs are not ready yet
1.0.0b1
--------------------
- Annotate all code in ``rororo`` - Use `mypy <http://mypy.readthedocs.io/>`_ on linting source code - Require Python 3.5 or higher due to changes above
1.0.0a5
--------------------
- Support validating schema via `fastjsonschema <http://opensource.seznam.cz/python-fastjsonschema/>`_ or any other validator