Skip to content

Releases: gajus/isomorphic-webpack

v2.1.1

22 Aug 07:09
Compare
Choose a tag to compare

<a name"2.1.1">

2.1.1 (2017-08-22)

Bug Fixes

v2.1.0

21 Aug 23:34
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-08-21)

Features

  • fetch bundle name from stats & Custom context on eval (753ede47)

v2.0.2

12 Jan 09:56
Compare
Choose a tag to compare

<a name"2.0.2">

2.0.2 (2017-01-12)

Bug Fixes

  • remove superfluous index access (1eaf0820)
  • make flow pass the validation (34892ade)

v2.0.1

12 Jan 09:07
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-01-12)

Bug Fixes

  • add support for different entry configurations (8a466aaf)

v2.0.0

12 Jan 08:32
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-01-12)

Features

  • do not override Node.js require () (5689d4c8, closes #8)

Breaking Changes

  • It occured to me that client-side applications are designed with a single-entry script. There is no need to override “require”. It is enough to evaluate the entry script.

If I am wrong, it is easy to revert this change, i.e. add ability to require individual paths in addition to evaluating the entry script.

(5689d4c8)

v1.9.1

11 Jan 17:44
Compare
Choose a tag to compare

<a name"1.9.1">

1.9.1 (2017-01-11)

Bug Fixes

v1.9.0

11 Jan 15:02
Compare
Choose a tag to compare

<a name"1.9.0">

1.9.0 (2017-01-11)

Features

v1.8.0

11 Jan 14:56
Compare
Choose a tag to compare

<a name"1.8.0">

1.8.0 (2017-01-11)

Features

  • throw error if expected files do not exist (d6a1013c)

v1.7.1

10 Jan 20:59
Compare
Choose a tag to compare

<a name"1.7.1">

1.7.1 (2017-01-10)

Bug Fixes

v1.7.0

09 Jan 21:14
Compare
Choose a tag to compare

<a name"1.7.0">

1.7.0 (2017-01-09)

Bug Fixes

  • correct evalCodeInBrowser test path (a3f2e9f4)
  • add a missing default value (756f27a3)
  • add missing type declarations (4031ee9a)
  • make nodeExternalsWhitelist an array (2170297c)

Features

  • expose evalCode function (8f427979)
  • sandbox process.env.NODE_ENV variable (bffec5c4)
  • add nodeExternalsWhitelist configuration (aaa94e0f)