Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.0 (2019-07-18)
Features
- improved validation error messages (#89) (074bcdc)
4.0.1 (2019-06-26)
Bug Fixes
- always use absolute paths after reading from cache
4.0.0 (2019-06-05)
chore
BREAKING CHANGES
- deps: minimum required nodejs version is
8.9.0
3.0.1 (2019-05-13)
Bug Fixes
3.0.0 (2019-04-19)
Bug Fixes
Features
BREAKING CHANGES
- default cache directory is
node_modules/.cache/cache-loader
2.0.1 (2019-01-04)
Bug Fixes
- generate normalized cache context relative paths (#54) (5b37474)
2.0.0 (2018-12-21)
Chores
Features
BREAKING CHANGES
- drop support for
webpack
< 4
- drop support for node < 6
1.2.5 (2018-10-31)
Bug Fixes
- index:
this
of stat
method is undefined
(#47) (5c67ccd)
1.2.4 (2018-10-31)
Bug Fixes
- index: fallback to
fs
if this.fs
is undefined
(#45) (b84d13e)
1.2.3 (2018-10-30)
Performance Improvements
- index: use the
compiler
's cached fs
for stats (this.fs.stat
) (#42) (d8c630b)
1.2.2 (2018-02-27)
Performance Improvements
1.2.1 (2018-02-26)
Bug Fixes
- package: add
webpack >= v4.0.0
(peerDependencies
) (#32) (a5e921c)
1.2.0 (2017-11-17)
Bug Fixes
- index: check for inaccurate filesystem (
mtime
) (f24f723)
Features
- add
options
validation (schema-utils
) (#24) (4ac7807)
- add support for custom cache stores (
options.read/options.write
) (#19) (060796b)
1.1.0 (2017-10-09)
Bug Fixes
- add
cacheIdentifier
to documentation (9a18ba9)
- upgrade webpack-defaults, add missing dependency (5025869)
Features
Performance Improvements
- throw early if file doesn't exists (#5) (a7f3449)
1.0.3 (2017-04-26)
Bug Fixes
- readme: remove typo and add additional note (cc63a7f)
1.0.2 (2017-04-26)
Bug Fixes
- readme: fill content into the README (7b5d5fd)
1.0.1 (2017-04-26)
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
x.x.x / --
- Bug fix -
- Feature -
- Chore -
- Docs -