----------------- - Added listener functions to contextualize plugin, - added a new example for using sqlalchemy with contextualize plugin - Misc fixes
0.6.2.dev20180617
----------------- - SanicPluginsFramework now comes with its own built-in plugin (one of possibly more to come) - The Contextualize plugin offers the shared context and enhanced middleware functions of SanicPluginsFramework, to regular Sanic users. - You no longer need to be writing a plugin in order to access features provided by SPF. - Bump version
0.6.1.dev20180616
----------------- - Fix flake problem inhibiting tox tests on travis from passing.
- This more-or-less completes the feature line-up for SanicPluginsFramework. - Testing is not in place for these features yet. - Bump version to 0.6.0.dev20180616
0.5.2.dev20180201
----------------- - Changed tox runner os env from ``precise`` to ``trusty``. - Pin pytest to 3.3.2 due to a major release bug in 3.4.0.
0.5.1.dev20180201
----------------- - Removed uvloop and ujson from requirements. These break on Windows. - Sanic requires these, but deals with the incompatibility on windows itself. - Also ensure requirements.txt is included in the wheel package. - Added python 3.7 to supported python versions.