Released on June 17th 2017
- Add uWSGI Caching backend (requires Werkzeug >= 0.12)
- Provide a keyword
query_string
to the cached decorator in order to create
the same cache key for different query string requests,
so long as they have the same key/value (order does not matter).
PR #35. - Use pytest as test suite and test runner. Additionally, the tests have
been split up into multiple files instead of having one big file.