Releases: webpack-contrib/cache-loader
Releases · webpack-contrib/cache-loader
v4.1.0
4.1.0 (2019-07-18)
Features
- improved validation error messages (#89) (074bcdc)
v4.0.1
4.0.1 (2019-06-26)
Bug Fixes
- always use absolute paths after reading from cache
v4.0.0
4.0.0 (2019-06-05)
chore
BREAKING CHANGES
- deps: minimum required nodejs version is
8.9.0
v3.0.1
3.0.1 (2019-05-13)
Bug Fixes
v3.0.0
Bug Fixes
Features
BREAKING CHANGES
- default cache directory is
node_modules/.cache/cache-loader
v2.0.1
2.0.1 (2019-01-04)
Bug Fixes
- generate normalized cache context relative paths (#54) (5b37474)
v2.0.0
2.0.0 (2018-12-21)
Chores
Features
BREAKING CHANGES
- drop support for
webpack
< 4
- drop support for node < 6
v1.2.5
Bug Fixes
- index:
this
of stat
method is undefined
(#47) (5c67ccd)
v1.2.4
Bug Fixes
- index: fallback to
fs
if this.fs
is undefined
(#45) (b84d13e)
v1.2.3
Performance Improvements
- index: use the
compiler
's cached fs
for stats (this.fs.stat
) (#42) (d8c630b)