Releases: arthurfiorette/axios-cache-interceptor
Releases · arthurfiorette/axios-cache-interceptor
v0.7.9
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
touseCache
4a0a99f
- test: added index.development tests
1e251dd
Full Changelog: v0.7.8...v0.7.9
v0.7.8
v0.7.7
v0.7.6
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
Commits
Full Changelog: v0.7.4...v0.7.5
v0.7.4
This version fixes the (0.7.1-0.7.3
) regeneratorRuntime
problem.
Commits
Full Changelog: v0.7.3...v0.7.4
v0.7.3
v0.7.2
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
Same as v0.7.0. Because the npm version bugged.
Commits
- tag: v0.7.1
27fdd84
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Important and non-breaking changes
- Removed
createCache
function. As you can see here, it is simple to replace it. - Completely changed compiled code, now the code is built with babel. A webpack compiled output is also provided into the npm package as
index.bundle.js
and in two CDNs. - Optimized code size with better dependencies. (-
tslib
, -typed-core
, +fast-defer
)
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