Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Releases: Nargonath/cra-build-watch

v4.0.0-beta.1

23 Mar 08:04
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2021-03-23)

Features

  • rewrite to take advantage of webpackDevServer writeToDisk setting (7d2a516)

BREAKING CHANGES

  • Remove most of the flags/features of cra-build-watch. It is not anymore a CLI
    replacement for react-scripts but rather something you call one-time after an npm install and
    then forget about it. It keeps CRA webpack configuration intact so you can enjoy all of CRA's
    wonderful features.

v3.4.0

01 Nov 22:44
9014d4a
Compare
Choose a tag to compare

3.4.0 (2020-11-01)

Features

v3.3.0

30 Oct 17:10
b2f3333
Compare
Choose a tag to compare

3.3.0 (2020-10-30)

Bug Fixes

  • update webpack-html-plugin to v4 (6e3b966)
  • node: update package.json engines node requirement (b376f1a)

Features

v3.2.0

01 Feb 13:50
acb74b4
Compare
Choose a tag to compare

3.2.0 (2020-02-01)

Features

  • cli: adding args, bundle name, chunk naming (fa57b0c)

v3.1.0

25 Jan 20:09
a0c2b97
Compare
Choose a tag to compare

3.1.0 (2020-01-25)

Bug Fixes

  • use 'webpack.ProgressPlugin().apply()' (c20a18a), closes #83
  • deps: bump ora from 4.0.2 to 4.0.3 (b309a36), closes #83

Features

  • deps: bump semver from 6.3.0 to 7.1.1 (#102) (dabcaca)

v3.0.0

04 Oct 10:02
68c4add
Compare
Choose a tag to compare

3.0.0 (2019-10-04)

Bug Fixes

  • deps: [security] bump mixin-deep from 1.3.1 to 1.3.2 (#60) (0698ed0)
  • deps: bump ora from 4.0.1 to 4.0.2 (#74) (ff9cd92)

Features

  • deps: bump cross-spawn from 6.0.5 to 7.0.0 (#63) (f6d058a)
  • deps: bump ora from 3.4.0 to 4.0.1 (#69) (828dc83)

BREAKING CHANGES

  • deps: Bumps ora from 3.4.0 to 4.0.1.

Signed-off-by: dependabot-preview[bot] support@dependabot.com

Signed-off-by: dependabot-preview[bot] support@dependabot.com

v2.0.1

12 Aug 13:53
84bc1d3
Compare
Choose a tag to compare

2.0.1 (2019-08-12)

Bug Fixes

  • deps: [security] bump tar from 4.4.1 to 4.4.10 (#45) (98a9c74)

v2.0.0

07 Aug 07:22
2597583
Compare
Choose a tag to compare

2.0.0 (2019-08-07)

Features

  • disable-chunks: assert minimum required version (bd72a5c)
  • disable code splitting / chunks (54a2417)
  • dependencies: break support of node <= 8 (76926a5)
  • dependencies: udpate to latest (004817c)

BREAKING CHANGES

  • dependencies: update import-cwd that does only support node >= 8

v1.4.1

04 May 18:16
Compare
Choose a tag to compare

1.4.1 (2019-05-04)

Bug Fixes

  • version comparison to work with react-script version 3.0.0 (29fb12a)

v1.4.0

13 Jan 15:20
cb78244
Compare
Choose a tag to compare

1.4.0 (2019-01-13)

Bug Fixes

  • improve react-scripts version detection (4ff79f1)
  • update media path index for 2.0.0 (53ef9d9)

Features

  • bump default react-scripts version (52f2532)
  • handle react-scripts 2.1.1 new webpack format (#20) (f06d07d)