- Improve documentation and examples - Update requests version to be <3.0 instead of exact version 2.2.1 to keep up when requests will be updated
This will introcude a risk that nap will break after requests is updated. Tests should be run more often manually.
1.0.0
Everything changed: - API - Documentation - Examples - API documentation - Codebase - Tests
0.2.2
0.2.1
No changes to Nap
0.2.0
- `before_request(request_kwargs, method)` method parameter order were change to `before_request(method, request_kwargs)` to be consistent with requests library - Add tests to cover all Nap usages - Fixed bug with `trailing_slash` parameter