Skip to content

Releases: arthurfiorette/axios-cache-interceptor

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

  • chore: change built target to ESNext c1242ac
  • chore: updated eslint rules 4825739
  • dps: bump typescript@4.4.2 to typescript@4.4.3 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 storage ab051fc
  • 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

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

v0.0.1

01 Sep 13:11
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Just to claim the npm pacakge name

Commits

Full Changelog: https://github.com/ArthurFiorette/axios-cache-interceptor/commits/v0.0.1