Skip to content

Releases: arthurfiorette/axios-cache-interceptor

v0.2.0

20 Sep 11:34
Compare
Choose a tag to compare

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

15 Sep 23:23
Compare
Choose a tag to compare

Commits

  • feat: use cache: false to ignore caching 4ad803e
  • tag: v0.1.3 60d7ae1

v0.1.2

15 Sep 23:04
0777874
Compare
Choose a tag to compare

Commits

  • fix: prevented bugs with the start of id being ::id c4a2dc3
  • tag: 0.1.2 0777874

v0.1.1

15 Sep 21:47
ba97a0b
Compare
Choose a tag to compare

Released to fix npm publish error

Commits

v0.1.0

15 Sep 21:44
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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

11 Sep 16:04
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Commits

Full Changelog: v0.0.5...v0.0.6

v0.0.5

11 Sep 15:57
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

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

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

08 Sep 17:38
ed1e585
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

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

01 Sep 19:36
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Commits

Full Changelog: v0.0.2...v0.0.3

v0.0.2

01 Sep 19:33
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Commits

Full Changelog: v0.0.1...v0.0.2