0.7.4 (2023-11-17)
- package entrypoint resolution (a810cc1)
0.7.3 (2023-08-10)
0.7.2 (2022-12-23)
- custom argument parser (a3f5a59)
0.7.1 (2022-06-30)
--trace
flag (34570d1)
- fetchWrapper again (f0aa977)
- fetchWrapper on Node 18 (e6043b2)
- files with test coverage (7c3f3ed)
- string patches after sub-script execution ends (0a16638)
0.7.0 (2022-03-31)
- dependencies
require()
has been replaced withawait gushio.import()
-
link changed (c9536b8)
-
package entry point resolution on linux (3bf968f)
-
polyfill AbortController (b4e9460)
-
uniform behaviour in CJS and ESM (6bd5c65)
-
code is ESM (e87c01b)
0.6.0 (2022-01-31)
- add footer note on help command (484cdcc)
- add YAML global object (7110a31)
- node
path
module available fromfs.path
(54fbfb9)
- after help message (71d5989)
- allow throwing strings instead of errors (13a13f2)
- ansi-colors in String prototype (6b7af24)
- change gushio folder (5a5d379)
- clean run (edfe895)
- console spinner (bd43a67)
- custom console (dce2352)
- download dependencies (c52f892)
- enquirer from console.input (e3d5e20)
- first raw implementation (bcd498d)
- glob function in fs (caf1a11)
- global fetch (286a55a)
- global fs (e01787a)
- gushio global with run script function (64f3d53)
- handle choices and env in arguments and options (f74d559)
- handle status code of remote script (13463ea)
- handle syntax errors in script (c50b1b4)
- optimize prehook when there are no deps declared (51eafd3)
- patched require function when importing inside script run function (54eb724)
- remote script execution (6ee322c)
- script as argument and options pass-through (5c8355f)