Skip to content

Releases: chengjianhua/packages-scripts

v2.0.0

15 Jan 06:59
Compare
Choose a tag to compare

2.0.0 (2019-01-15)

Code Refactoring

  • use yargs to organize the scripts into commands (550b6df)

BREAKING CHANGES

  • the ways to run packages-scripts changed

  • replace src, dist with shared variables

v1.0.1

11 Jan 07:01
Compare
Choose a tag to compare

1.0.1 (2019-01-11)

Bug Fixes

  • babel: transform alias with right current directory (db0d656)

v1.0.0

10 Jan 14:41
Compare
Choose a tag to compare

1.0.0 (2019-01-10)

Bug Fixes

  • find used plugin from the result returned by babel.loadOptions() (d2a4cf9)

Performance Improvements

  • load lint-staged configuratin through cosmiconfig (97ec68d)