| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add another monkey-patch for sphinx-automodapi instead of installing from git... | Jordan Cook | 2021-08-23 | 1 | -2/+7 |
| * | Make itsdangerous dependency optional | Jordan Cook | 2021-08-21 | 1 | -0/+5 |
| * | Add CLI arg to benchmark script to select a backend | Jordan Cook | 2021-08-20 | 1 | -2/+2 |
| * | Better backend docs | Jordan Cook | 2021-08-20 | 2 | -31/+84 |
| * | Better serializer docs | Jordan Cook | 2021-08-20 | 2 | -3/+23 |
| * | Move autosummaries to module docstrings instead of template, to make them eas... | Jordan Cook | 2021-08-20 | 2 | -31/+5 |
| * | Add logos & icons for backends & serializers | Jordan Cook | 2021-08-20 | 31 | -0/+1 |
| * | Link to some articles & blog posts about requests-cache in the Examples section | Jordan Cook | 2021-08-20 | 1 | -8/+17 |
| * | Add warning for pre-release docs (formatted similarly to rtd warnings for out... | Jordan Cook | 2021-08-20 | 1 | -0/+11 |
| * | More info and editing for Readme intro | Jordan Cook | 2021-08-20 | 1 | -4/+7 |
| * | Add more detailed installation info and conda-forge badge | Jordan Cook | 2021-08-20 | 1 | -21/+29 |
| * | s/whitelist/allowlist | Jordan Cook | 2021-08-19 | 1 | -1/+1 |
| * | Put all links on main API Reference page into a single toctree, now that head... | Jordan Cook | 2021-08-19 | 3 | -42/+33 |
| * | Format package + module doc headings to be more readable | Jordan Cook | 2021-08-19 | 2 | -3/+11 |
| * | Add a simplified package doc template | Jordan Cook | 2021-08-19 | 1 | -0/+8 |
| * | Add simplified module doc template | Jordan Cook | 2021-08-19 | 1 | -0/+18 |
| * | Add sphinx-automodapi extension to add summaries at the top of module docs | Jordan Cook | 2021-08-19 | 1 | -1/+19 |
| * | Format changelog | Jordan Cook | 2021-08-14 | 1 | -0/+1 |
| * | Exclude cache headers from cache key by default | Jordan Cook | 2021-08-14 | 2 | -0/+4 |
| * | Add docs + example script for custom cache keys | Jordan Cook | 2021-08-14 | 2 | -1/+52 |
| * | Update user guide and Readme | Jordan Cook | 2021-08-14 | 4 | -30/+49 |
| * | Add a project logo | Jordan Cook | 2021-08-14 | 7 | -11/+13 |
| * | Drop testing for requests <=0.21 | Jordan Cook | 2021-08-14 | 1 | -4/+0 |
| * | Add section to user guide listing latest compatible releases for older python... | Jordan Cook | 2021-08-14 | 1 | -0/+13 |
| * | Drop support for python 3.6 | Jordan Cook | 2021-08-14 | 1 | -2/+2 |
| * | Add some more details to contributing guide, and add sample caches for 0.7 pa... | Jordan Cook | 2021-08-10 | 2 | -9/+22 |
| * | Apply whitespace/EOF fixes and isort updates | Jordan Cook | 2021-08-08 | 7 | -7/+7 |
| * | Use nox to replace docs/Makefile, runtests.sh, and other local dev tasks | Jordan Cook | 2021-08-08 | 1 | -23/+0 |
| * | Add example for using requests-cache with responses | Jordan Cook | 2021-08-07 | 1 | -0/+10 |
| * | Add better examples for using requests-cache with requests-mock | Jordan Cook | 2021-08-07 | 2 | -35/+68 |
| * | More doc formatting and class/module links | Jordan Cook | 2021-08-07 | 2 | -55/+101 |
| * | Remove some unnecessary escapes | Jordan Cook | 2021-08-06 | 1 | -4/+4 |
| * | Add doc section and sample response for YAML serializer | Jordan Cook | 2021-07-21 | 3 | -49/+88 |
| * | Add more libraries to 'Related Projects' page | Jordan Cook | 2021-07-21 | 1 | -7/+22 |
| * | Add some missing modules to API docs, and some additional doc formatting | Jordan Cook | 2021-07-20 | 6 | -58/+80 |
| * | Convert docs from rST to MyST, and switch to Furo theme | Jordan Cook | 2021-07-09 | 25 | -973/+975 |
| * | Fix RST errors in Custom Serializers | Parker Hancock | 2021-07-09 | 1 | -11/+12 |
| * | Some serialization fixes & updates: | Jordan Cook | 2021-07-03 | 1 | -4/+10 |
| * | Add option to exclude expired responses in keys(), values(), and response_cou... | Jordan Cook | 2021-07-03 | 1 | -0/+12 |
| * | Merge pull request #286 from parkerhancock/serialization_pipelines | Jordan Cook | 2021-06-22 | 1 | -16/+54 |
| |\ |
|
| | * | Added documentation | Parker Hancock | 2021-06-15 | 1 | -16/+54 |
| * | | Merge pull request #290 from glensc/patch-1 | Jordan Cook | 2021-06-17 | 1 | -1/+1 |
| |\ \ |
|
| | * | | docs: Fix filter_by_size example | Elan Ruusamäe | 2021-06-17 | 1 | -1/+1 |
| | |/ |
|
| * | | docs: Fix rendering of response attributes | Elan Ruusamäe | 2021-06-17 | 1 | -0/+1 |
| |/ |
|
| * | Rename BaseSerializer methods to dumps/loads | Jordan Cook | 2021-06-11 | 1 | -4/+2 |
| * | Add tests and docs | Jordan Cook | 2021-06-11 | 3 | -17/+140 |
| * | Add Dependabot V2 config, and bump some dev dependencies | Jordan Cook | 2021-06-11 | 1 | -0/+1 |
| * | adding note about ignored_parameters being removed from cached request data | Parker Hancock | 2021-06-03 | 1 | -2/+3 |
| * | add note in documentation regarding Request Parameters | Parker Hancock | 2021-06-03 | 1 | -7/+11 |
| * | Compatibility fixes for older requests versions | Jordan Cook | 2021-05-23 | 1 | -0/+3 |