All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.0 (2018-07-26)
- add findServerAssetName option (265f5e4)
4.0.3 (2018-04-29)
- fix files being served from the cache while they have changed (f311345)
4.0.2 (2018-04-29)
- do not assume that the first asset is a js one (6824992)
4.0.1 (2018-03-10)
- do not print webpack errors to console (0a68c97)
4.0.0 (2018-03-06)
- a peer dependency warning appears when using webpack v2 and v3, so it's safer to release this as a major
3.2.2 (2018-02-27)
3.2.1 (2018-02-27)
3.2.0 (2018-02-03)
- package: update webpack-isomorphic-compiler to version 3.0.0 (726552e)
- update webpack-isomorphic-compiler to v3 (58b63ea)
3.1.0 (2018-01-15)
- package: update compose-middleware to version 4.0.0 (40db91f)
- only override the compiler's output
fs
whenmemoryFs
is true (89ae9b8)
3.0.1 (2017-12-21)
- fix print of errors to console (3eb2c7f)
3.0.0 (2017-12-18)
- update webpack-isomorphic-compiler and res.locals signature (95787fa)
- webpack-isomorphic-compiler now accepts different values for the
report
option. - res.locals signature has changed
2.0.1 (2017-12-06)
- fix check of human errors accessing undefined stats in some cases (553a401)
2.0.0 (2017-11-14)
- add options.watchDelay (c33ce18)
- remove ability to pass false to options.watchDelay
1.5.0 (2017-11-13)
- add notify option (af6b36a)