Releases: arthurfiorette/axios-cache-interceptor
Releases · arthurfiorette/axios-cache-interceptor
v0.2.0
Merged
- chore(deps-dev): bump @types/node from 16.9.2 to 16.9.4
#14
- chore(deps-dev): bump @types/node from 16.9.1 to 16.9.2
#13
- chore(deps-dev): bump prettier from 2.4.0 to 2.4.1
#12
Commits
- chore: changelog generation
4363f65
- feat: enable cache by creating or applying
f4bbd8b
- fix: a bunch of tests
6075a0a
- fix: axios headers are lowercased
1f88779
- fix: concurrent requests not beeing cached
1490bfc
- refactor: interceptors in classes
f1033a5
- refactor: renamed status constants
6e61c0d
- refactor: requests ids can also be
symbol
38133a7
- style: prettified code
45630e3
- tag: v0.2.0
3ae95cf
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Merged
- chore(deps-dev): bump @typescript-eslint/parser from 4.31.0 to 4.31.1
#11
- chore(deps-dev): bump @typescript-eslint/eslint-plugin
#10
Commits
- chore: removed unused methods from memory storage
5ddf9ed
- chore: vscode tests debug
b5c5905
- ci: added main ci to lint and test code
c48769a
- ci: updated ci to support better caching
1c442ce
- docs: changed # to h1
3f0e022
- docs: fixed project name 🤣
6972069
- docs: updated codecov badge token
b45fd54
- docs: updated readme
d8afd8a
- feat: interpreter also handles Expires header (and tests)
288c118
- fix: fixed a log of bugs and added unit tests
2bbc9cb
- refactor: init request and response tests
84dc522
- refactor: more tests and fixes
ee36bd5
- refactor: ttl and createdAt instead of maxAge and storage takes care of staled entries
be5ee1e
- refactor: use generics on responseMatch
1c10b41
- tag: v0.1.0
6d5bcf3
- tests: added cache predicate tests
bb552c8
- tests: added deferred tests
d09b3ad
- tests: added key generator tests
7975c58
v0.0.6
Commits
Full Changelog: v0.0.5...v0.0.6
v0.0.5
This reverts commit 80c4220.
Merged
- chore(deps-dev): bump prettier from 2.3.2 to 2.4.0
#9
- chore(deps-dev): bump @types/node from 16.7.13 to 16.9.1
#8
Commits
- chore: change built target to
ESNext
c1242ac
- chore: updated eslint rules
4825739
- dps: bump [email protected] to [email protected]
b63e67b
- feat: better cache predicate
892dab4
- fix: define an empty waiting object at creation
2c49a49
- refactor: axios.defaults.cache required
29d79d5
- refactor: eslint more strict and some minor refactors
d2c2a56
- refactor: externalized the header interceptor
ce2b7ec
- refactor: moved all "utils" to one folder
211dd50
- refactor: save all deferred to
cache.waiting
instead of in the storageab051fc
- Revert "tag: v0.0.6"
aa0f90e
- style: prettified code
6ae6d8f
- tag: v0.0.4
96bc45d
- tag: v0.0.5 (4 was already used)
99f69ce
- tag: v0.0.6
80c4220
What's Changed
- chore(deps-dev): bump @types/node from 16.7.13 to 16.9.1 by @dependabot in #8
- chore(deps-dev): bump prettier from 2.3.2 to 2.4.0 by @dependabot in #9
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Merged
- chore(deps-dev): bump axios from 0.21.1 to 0.21.4
#5
- chore(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0
#4
- chore(deps-dev): bump @types/node from 16.7.10 to 16.7.13
#6
- chore(deps-dev): bump @typescript-eslint/eslint-plugin
#3
- chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.23 to 0.3.24
#1
Commits
- chore: include eslint files on package
0e88571
- docs: npm badge
a43dfab
- docs: updated author and readme
3465bc3
- docs: updated readme
33f7385
- style: use @arthurfiorette/prettier-config
dc56085
What's Changed
- chore(deps-dev): bump prettier-plugin-jsdoc from 0.3.23 to 0.3.24 by @dependabot in #1
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 by @dependabot in #3
- chore(deps-dev): bump @types/node from 16.7.10 to 16.7.13 by @dependabot in #6
- chore(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0 by @dependabot in #4
- chore(deps-dev): bump axios from 0.21.1 to 0.21.4 by @dependabot in #5
Full Changelog: v0.0.3...v0.0.4
v0.0.3
v0.0.2
Commits
- chore: added eslint
5a201e3
- docs: fix typo in examples
5d8b698
- docs: updated readme
4a88c32
- docs: updated readme again
c1a4144
- docs: warning for production usage
be210b2
- feat: cache working
9f6e1a4
- feat(WIP): structured code
5ee2b04
- fix: comments to outputs and removed # path alias
4592d18
- tag: v0.0.2
cc6332f
Full Changelog: v0.0.1...v0.0.2