Releases: dominykas/allow-scripts
Releases · dominykas/allow-scripts
v1.5.3
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
1.5.2 (2019-08-24)
Bug Fixes
v1.5.1
1.5.1 (2019-06-28)
Bug Fixes
- ignore core-js postinstall scripts (7036805)
v1.5.0
1.5.0 (2019-03-29)
Features
v1.4.0
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
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
1.3.0 (2019-01-29)
Features
v1.2.0
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
1.1.0 (2019-01-29)
Bug Fixes
Features
v1.0.2
1.0.2 (2019-01-29)
Bug Fixes
- publish npm pack on github releases (eecdb0f)