Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Releases: webpack-contrib/cache-loader

v4.1.0

18 Jul 13:19
Compare
Choose a tag to compare

4.1.0 (2019-07-18)

Features

  • improved validation error messages (#89) (074bcdc)

v4.0.1

26 Jun 12:18
Compare
Choose a tag to compare

4.0.1 (2019-06-26)

Bug Fixes

  • always use absolute paths after reading from cache

v4.0.0

05 Jun 19:49
Compare
Choose a tag to compare

4.0.0 (2019-06-05)

chore

BREAKING CHANGES

  • deps: minimum required nodejs version is 8.9.0

v3.0.1

13 May 11:32
Compare
Choose a tag to compare

3.0.1 (2019-05-13)

Bug Fixes

v3.0.0

19 Apr 15:47
Compare
Choose a tag to compare

Bug Fixes

Features

BREAKING CHANGES

  • default cache directory is node_modules/.cache/cache-loader

v2.0.1

04 Jan 19:24
Compare
Choose a tag to compare

2.0.1 (2019-01-04)

Bug Fixes

  • generate normalized cache context relative paths (#54) (5b37474)

v2.0.0

21 Dec 13:11
Compare
Choose a tag to compare

2.0.0 (2018-12-21)

Chores

Features

BREAKING CHANGES

  • drop support for webpack < 4
  • drop support for node < 6

v1.2.5

31 Oct 09:50
Compare
Choose a tag to compare

2018-10-31

Bug Fixes

  • index: this of stat method is undefined (#47) (5c67ccd)

v1.2.4

31 Oct 04:33
Compare
Choose a tag to compare

2018-10-31

Bug Fixes

  • index: fallback to fs if this.fs is undefined (#45) (b84d13e)

v1.2.3

30 Oct 14:14
Compare
Choose a tag to compare

2018-10-30

Performance Improvements

  • index: use the compiler's cached fs for stats (this.fs.stat) (#42) (d8c630b)