Skip to content

Releases: arthurfiorette/axios-cache-interceptor

v0.7.9

30 Dec 19:06
Compare
Choose a tag to compare

Merged

  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #97

Commits

  • deps: updated fast-defer c6bec60
  • docs: fixed badges links 37a37b7
  • docs: updated docs ec523e8
  • feat: added many build options 232e9c5
  • fix: verify built ecmascript versions with es-check 58b6b12
  • refactor: prevent confusion by renaming createCache to useCache 4a0a99f
  • test: added index.development tests 1e251dd

Full Changelog: v0.7.8...v0.7.9

v0.7.8

27 Dec 21:54
Compare
Choose a tag to compare

Commits

  • chore: fixed prettier config 144d3ae
  • deps: removed unused dependency 1b1b93b
  • docs: updated badges 5e04e5c
  • perf: minified code bundled as ES6 because axios itself needs ES6 8cad803

Full Changelog: v0.7.7...v0.7.8

v0.7.7

27 Dec 19:01
Compare
Choose a tag to compare

Changes

  • Deprecated useCache in favor of createCache. See #95

Merged

  • chore(deps-dev): bump @types/node from 17.0.4 to 17.0.5 #94

Commits

  • refactor: deprecated useCache in favor of createCache (#95) 065b6ef
  • test: added one simple test fec63a8

Full Changelog: v0.7.6...v0.7.7

v0.7.6

27 Dec 00:15
Compare
Choose a tag to compare

Merged

  • chore(deps-dev): bump @types/node from 17.0.3 to 17.0.4 #92
  • chore(deps-dev): bump @types/node from 17.0.2 to 17.0.3 #91
  • chore(deps-dev): bump @typescript-eslint/parser from 5.7.0 to 5.8.0 #88
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #89
  • chore(deps-dev): bump @types/node from 17.0.1 to 17.0.2 #90
  • chore(deps-dev): bump @types/node from 17.0.0 to 17.0.1 #85
  • chore(deps-dev): bump concurrently from 6.4.0 to 6.5.1 #86
  • chore(deps-dev): bump eslint from 8.4.1 to 8.5.0 #87
  • chore(deps-dev): bump ts-jest from 27.1.1 to 27.1.2 #84
  • chore(deps-dev): bump @types/node from 16.11.13 to 17.0.0 #83
  • chore(deps-dev): bump @babel/preset-env from 7.16.4 to 7.16.5 #78
  • chore(deps-dev): bump @babel/runtime from 7.16.3 to 7.16.5 #75
  • chore(deps-dev): bump @babel/preset-typescript from 7.16.0 to 7.16.5 #76
  • chore(deps-dev): bump @babel/plugin-transform-runtime #77
  • chore(deps-dev): bump @babel/plugin-transform-modules-commonjs #79

Commits

  • chore: include runkit examples 4fc6825
  • deps: updated cache-parser 9a2e4bc
  • deps: updated some dependencies 0640141
  • perf: reduce bundle size and replaced babel by ts-loader 6e25ba6

Full Changelog: v0.7.5...v0.7.6

v0.7.5

13 Dec 21:36
Compare
Choose a tag to compare

Commits

  • chore: allow ESNext at development 9044495
  • docs: updated compiled-code section f3bd30c

Full Changelog: v0.7.4...v0.7.5

v0.7.4

13 Dec 21:15
Compare
Choose a tag to compare

This version fixes the (0.7.1-0.7.3) regeneratorRuntime problem.

Commits

  • chore: removed babel for node usage 6ad7cfe
  • docs: added runkit example 39520fa

Full Changelog: v0.7.3...v0.7.4

v0.7.3

13 Dec 18:43
Compare
Choose a tag to compare

Commits

  • chore: defined package.json browser field 3b40abd
  • deps: updated some dependencies 86a576d
  • deps: use cache-parser 6ce658b
  • refactor: better cache predicate function a77cde7

Full Changelog: v0.7.2...v0.7.3

v0.7.2

11 Dec 13:47
Compare
Choose a tag to compare

Commits

  • chore: fixed typescript build ef94c70
  • chore: minor config changes d00b607
  • chore: use default webpack-terser-plugin 2d157c8
  • deps: updated dev dependencies b8623b6
  • refactor: externalized createCacheData function c3a0fea
  • refactor: made some methods static and public b4ad24d
  • style: fixed prettier plugin order 6929b02

Full Changelog: v0.7.1...v0.7.2

v0.7.1

09 Dec 21:32
Compare
Choose a tag to compare

Same as v0.7.0. Because the npm version bugged.

Commits

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 Dec 21:27
Compare
Choose a tag to compare

Important and non-breaking changes

Commits

  • chore: correct babel filename 5d77ef1
  • chore: don't transpile node_modules 05aadff
  • chore: good times :) 1a5fdf9
  • chore: removed babel runtime usage d2a6fed
  • chore: transpile @tusbar/cache-control and correct babel config 32afef4
  • chore!: use google browserlist config 1fc3552
  • deps: added missing explicit dependency 4fa9bc9
  • docs: updated badges 3ebe9e5
  • docs: updated readme badges f7f9033
  • refactor: bundle does not export everything that index has 488cd49
  • style: formatted code 964f7b0
  • tag: v0.7.0 9d0f429

Full Changelog: v0.6.3...v0.7.0