------------ Added ~~~~~ - Added spell-checker for documentation - Possibility to hide output of recursive calls
Fixed ~~~~~ - Fixed spelling mistakes in documentation
1.2.0
-------------------- Removed ~~~~~~~ - Removed unused steps ``publish_test`` and ``changelog``
Added ~~~~~ - Added Sphinx documentation - Added request headers and data to terminal output
Fixed ~~~~~ - Strip whitespaces from request name in interactive mode. - DBGR now shows a message when ``dbgr list`` doesn't find module or request.
1.1.0
-------------------- Added ~~~~~ - Added example with slow responding server to examples
Changed ~~~~~~~ - Achieved 100% code coverage. Build now requires coverage to pass. - Python requirement relaxed to >= 3.6.
1.0.6
-------------------- Added ~~~~~ - Added support for calendar types ``datetime.datetime``, ``datetime.time``, ``datetime.date``. - Added ``CHANGELOG.md``.
1.0.5
-------------------- Fixed ~~~~~ - The session object is not closed after each request in interactive mode.
1.0.4
-------------------- Fixed ~~~~~ - Dbgr doesn't crash when default argument cannot be converted to annotated type.
Changed ~~~~~~~ - Arguments ``env`` and ``session`` are now optional in ``dbgr.response``. - Methods annotated with ``dbgr.request`` don't have to accept ``env`` and ``session`` arguments if they don't need them.
Added ~~~~~ - In ``dbgr --list-environments`` the default argument is now highlighted. - Added command to review all variables in environment: ``dbgr e <env_name>``