- Added encoding, header, and signature
- Improved tests
- Better RQ support
- Convert python-requests bytes to string when using Python 3
- Replaced json262 with standardjson package.
- Replaced utils.encoders with json262 package.
- utf-8 encoding everywhere
- Add from `__future__ import absolute_import everywhere.
- Brought in simplified cached_property decorator
- Added more Senderable attributes to make it easier to track what's going on.
- Added the missing webhooks.sender package to setup.py.
- Added extensible Senderable class to expedite creating new senders.
- Added async_redis sender.
- Added travis-ci.
- Added functioning hook decorator.
- Ramped up test coverage.
- Hash functions placed in their own module.
- Cleaned up JSON encoder thanks to Audrey Roy Greenfeld!
- First release on PyPI.