Skip to content

Releases: dominykas/allow-scripts

v1.5.3

01 Jan 23:33
c4f5612
Compare
Choose a tag to compare

1.5.3 (2020-01-01)

Bug Fixes

  • deps: update dependency semver to v7 (7ee21d3)
  • deps: update dependency semver to v7 (#35) (475643e)

v1.5.2

24 Aug 22:03
5c06a7b
Compare
Choose a tag to compare

1.5.2 (2019-08-24)

Bug Fixes

v1.5.1

28 Jun 22:08
7364187
Compare
Choose a tag to compare

1.5.1 (2019-06-28)

Bug Fixes

  • ignore core-js postinstall scripts (7036805)

v1.5.0

29 Mar 12:13
53178f7
Compare
Choose a tag to compare

1.5.0 (2019-03-29)

Features

v1.4.0

14 Mar 08:36
c86dc14
Compare
Choose a tag to compare

1.4.0 (2019-03-14)

Bug Fixes

  • display the invalid semver range as part of the error (04c92ba)

Features

  • improve error display (f1e93b5)
  • report all errors at once, if any (467c6e7)

v1.3.1

11 Feb 00:21
232555c
Compare
Choose a tag to compare

1.3.1 (2019-02-11)

Bug Fixes

  • actually skip scripts set to false (73db129)
  • call runScript only when relevant script exists for main package (964ff7e)
  • only call runScript when relevant script actually exists (d167ca5)
  • rely on npm shrinkwrap to read the installed contents (e138424)

v1.3.0

29 Jan 15:31
39ca0c0
Compare
Choose a tag to compare

1.3.0 (2019-01-29)

Features

v1.2.0

29 Jan 14:43
6169171
Compare
Choose a tag to compare

1.2.0 (2019-01-29)

Bug Fixes

  • execute all the relevant install scripts for top level package (beab25e), closes #12
  • wait for scripts to finish before running the next one (77c8c4c)

Features

  • fall back to package-lock.json or npm ls (6169171), closes #10

v1.1.0

29 Jan 14:09
04dd93c
Compare
Choose a tag to compare

1.1.0 (2019-01-29)

Bug Fixes

  • change lifecycle order (fe41e26), closes #3

Features

v1.0.2

29 Jan 13:36
eecdb0f
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

1.0.2 (2019-01-29)

Bug Fixes

  • publish npm pack on github releases (eecdb0f)