------------------ - Update example tween to work with gunicorn - Add kwargs support to helpers - Add tox for testing - Add decorator `synchronize` for wrapping coroutines - Refactored mappers and tween example to use `synchronize` - Bug fixes
0.2.1
------------------ - Update scaffold example tests - Add test suite - Update README
0.2.0
------------------ - Update README - added websocket mappers for uwsgi and gunicorn - added websocket view class
0.1.2
------------------ - Update MANIFEST.in
0.1.0
------------------ - Update README ready for release - Added asyncio traverser (patched from `ResourceTreeTraverser`) - Added custom gunicorn worker - Fix issue with uwsgi and executor threads - Update starter scaffold
0.0.3
------------------ - Moving to an extension-based rather than patched-based approach - removed most code based on pyramid_asyncio except testing and scaffolds - added view mappers for running views in asyncio - added example tween that can come before or after synchronous tweens