1.5.0 (2024-06-18)
1.4.0 (2024-05-30)
- add
_${process.arch}
scripts (fccc9cf)
1.3.5 (2024-04-16)
- allow use of relative paths for interactive mode (36968d8)
1.3.4 (2024-03-26)
1.3.3 (2024-01-25)
- add debug script (5fe37c6)
1.3.2 (2024-01-18)
- Config option for no args instead of all help (3354c40)
1.3.1 (2024-01-18)
- Script failed with code null (671650d)
1.3.0 (2024-01-17)
- interactive script selection (51e3742)
1.2.5 (2023-11-09)
- when script file has a module not found print error (534b95f)
1.2.4 (2023-11-06)
- \n in quoted env values not escaped (27d29ee)
1.2.3 (2023-11-01)
- windows \r breaking regex (1bfa3e1)
1.2.2 (2023-11-01)
- env file not found (1db5e68)
1.2.1 (2023-10-31)
- add --version argument for improved debugging (7027260)
1.2.0 (2023-10-26)
- $env
file:./.env
support (fecbf55)
1.1.1 (2023-10-17)
- more verbose help when script/subscript not found. (a0a953e)
1.1.0 (2023-09-30)
1.0.1 (2023-09-09)
- unescaped ~ caused problems (3564b3e)
- _catch errors (2f3201b)
- _onError and _finally added (9d0dab9)
- added
_ci
for check if in CI (2d72e00) - extending scripts (1c5437b)
- Extending with options (experimental) (de645b4)
- help command (c7d988a)
- help: use $description for better explanations for complex commands (da89cce)
- include node_modules/.bin on path (3267e63)
- log exit codes (8a2c0a7)
- passing arguments (a373320)
- passing stdin (97861d5)
- possible to use package.scripts.json instead of js (b65043e)
- pre and post hooks (579f62c)
- relative scripts (64f9dd9)
- run functions (cca816a)
- run with config (83be3c9)
- scripts depending on os (5e79e09)
- show function execution errors (04d826a)
- wildcards ignore non executable scripts (f6438a5)