Skip to content

Latest commit

 

History

History
231 lines (140 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

231 lines (140 loc) · 11.2 KB

Change Log

v2.0.0 (2020-03-29)

Full Changelog

Closed issues:

  • Script name and content is always printed #84
  • Default to silent mode; allow verbose option #70

Merged pull requests:

v1.9.1 (2019-02-19)

Full Changelog

Closed issues:

  • Multiple script locations #79

Merged pull requests:

v1.9.0 (2018-12-18)

Full Changelog

Closed issues:

  • Sharable scripts via a npm package #68
  • Support script/ along with scripts/ by default #52

Merged pull requests:

v1.8.0 (2018-10-10)

Full Changelog

Closed issues:

  • Batch scripts skip directories #59
  • Revive builtIn scripts resolver #58
  • Spawn another lifecycle event #57
  • Custom path for certain scripts? #55
  • Customize "sub-scripts" separation char #40

Merged pull requests:

  • Add support for shareable modules #69 (thoov)
  • Upgrade dependencies and node versions #66 (rosston)
  • Add "permissions will also be stored in git" note to README #65 (micimize)

v1.7.2 (2017-08-29)

Full Changelog

Merged pull requests:

v1.7.1 (2016-12-21)

Full Changelog

Closed issues:

  • v1.7.0 doesn't use custom path #45

Merged pull requests:

v1.7.0 (2016-10-18)

Full Changelog

Closed issues:

  • Always running child scripts in parallel on Windows #42
  • Scripty scripts are missing from the output of npm run #41

Merged pull requests:

v1.6.0 (2016-05-10)

Full Changelog

Implemented enhancements:

  • Add a dry run option #13

Closed issues:

  • How well does scripty work with preinstall scripts? #33
  • quiet output #28

Merged pull requests:

v1.5.0 (2016-04-23)

Full Changelog

Closed issues:

  • Performance #34
  • magic #31
  • alternative syntax #30
  • options #29

Merged pull requests:

v1.4.0 (2016-04-17)

Full Changelog

Implemented enhancements:

  • Way to specify a folder for scripts #8

Closed issues:

  • Separating scripts into one file? #23

Merged pull requests:

  • Allow users to configure custom script directories #24 (searls)

v1.3.0 (2016-04-16)

Full Changelog

Implemented enhancements:

  • Running tasks in parallel #10

Merged pull requests:

v1.2.3 (2016-04-16)

Full Changelog

Fixed bugs:

  • "explicit parent script" not working #20

Merged pull requests:

  • Fix explicit parent script for index files with an extension #22 (searls)
  • Simplify find-executables test #19 (searls)

v1.2.2 (2016-04-16)

Full Changelog

Closed issues:

  • more info #15

Merged pull requests:

v1.2.1 (2016-04-15)

Full Changelog

Implemented enhancements:

  • Handle when scripty is run outside npm run #9

Merged pull requests:

  • When run outside of npm, print a warning #14 (searls)

v1.2.0 (2016-04-15)

Full Changelog

Closed issues:

  • Does scripty allow .sh file extension? #7
  • Pass arguments after -- through to the script #5

Merged pull requests:

v1.1.0 (2016-04-12)

Full Changelog

Merged pull requests:

v1.0.2 (2016-04-10)

Full Changelog

Fixed bugs:

  • Fix travis #3

v1.0.1 (2016-04-10)

Full Changelog

v1.0.0 (2016-04-09)

Full Changelog

v0.0.3 (2016-04-09)

Full Changelog

v0.0.2 (2016-04-09)

Full Changelog

v0.0.1 (2016-04-09)

* This Change Log was automatically generated by github_changelog_generator