Skip to content

Releases: arthurfiorette/axios-cache-interceptor

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

v0.7.0-beta3

08 Dec 23:45
Compare
Choose a tag to compare
v0.7.0-beta3 Pre-release
Pre-release

Commits

  • deps: moved concurrently to dev dependencies bdf5f0f
  • docs: updated badges 3c6e76f
  • docs: updated cdn links 3dc8b36

Full Changelog: v0.6.3...v0.7.0-beta3

v0.7.0-beta2

08 Dec 23:35
Compare
Choose a tag to compare
v0.7.0-beta2 Pre-release
Pre-release

Commits

  • fix: fixed package.json bundle index name ae77e6a

Full Changelog: v0.6.3...v0.7.0-beta2

v0.7.0-beta1

08 Dec 23:30
Compare
Choose a tag to compare
v0.7.0-beta1 Pre-release
Pre-release

Merged

  • chore(deps-dev): bump @typescript-eslint/parser from 5.5.0 to 5.6.0 #69
  • chore(deps-dev): bump eslint from 8.4.0 to 8.4.1 #70
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin #71
  • chore(deps-dev): bump @types/node from 16.11.11 to 16.11.12 #72
  • chore(deps-dev): bump eslint from 8.3.0 to 8.4.0 #66
  • chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 #68
  • chore(deps-dev): bump ts-jest from 27.0.7 to 27.1.0 #67

Commits

  • deps: updated ts-jest 704be77
  • feat: added web bundle and babel 78cf406
  • feat!: removed createCache function 60ad91e
  • fix: fixed tests b9b4f79
  • perf: removed tslib and typed-core in favor of fast-defer 07ec645

Full Changelog: v0.6.3...v0.7.0-beta1