Skip to content

Latest commit

 

History

History
101 lines (64 loc) · 6.3 KB

CHANGELOG.md

File metadata and controls

101 lines (64 loc) · 6.3 KB

Gushio - CHANGELOG

0.7.4 (2023-11-17)

Bug Fixes

  • package entrypoint resolution (a810cc1)

0.7.3 (2023-08-10)

0.7.2 (2022-12-23)

Features

0.7.1 (2022-06-30)

Features

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • dependencies require() has been replaced with await gushio.import()

Features

Bug Fixes

0.6.0 (2022-01-31)

Features

  • add footer note on help command (484cdcc)
  • add YAML global object (7110a31)
  • node path module available from fs.path (54fbfb9)

0.5.0 (2022-01-26)

Features

  • 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)

Bug Fixes