Skip to content

Latest commit

 

History

History
162 lines (67 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

162 lines (67 loc) · 4.83 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.0 (2018-07-26)

Features

  • add findServerAssetName option (265f5e4)

4.0.3 (2018-04-29)

Bug Fixes

  • fix files being served from the cache while they have changed (f311345)

4.0.2 (2018-04-29)

Bug Fixes

  • do not assume that the first asset is a js one (6824992)

4.0.1 (2018-03-10)

Bug Fixes

  • do not print webpack errors to console (0a68c97)

4.0.0 (2018-03-06)

Features

BREAKING CHANGES

  • 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)

Bug Fixes

  • check hashes on second recompilation (rebuild) (#51) (9c32b1a)

3.2.0 (2018-02-03)

Bug Fixes

  • package: update webpack-isomorphic-compiler to version 3.0.0 (726552e)

Features

  • update webpack-isomorphic-compiler to v3 (58b63ea)

3.1.0 (2018-01-15)

Bug Fixes

  • package: update compose-middleware to version 4.0.0 (40db91f)

Features

  • only override the compiler's output fs when memoryFs is true (89ae9b8)

3.0.1 (2017-12-21)

Bug Fixes

  • fix print of errors to console (3eb2c7f)

3.0.0 (2017-12-18)

Chores

  • update webpack-isomorphic-compiler and res.locals signature (95787fa)

BREAKING CHANGES

  • webpack-isomorphic-compiler now accepts different values for the report option.
  • res.locals signature has changed

2.0.1 (2017-12-06)

Bug Fixes

  • fix check of human errors accessing undefined stats in some cases (553a401)

2.0.0 (2017-11-14)

Features

BREAKING CHANGES

  • remove ability to pass false to options.watchDelay

1.5.0 (2017-11-13)

Features