Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

41 lines (27 loc) · 2.89 KB

Changelog

v0.4.0 (2019-04-21)

v0.3.1 (2018-03-04)

v0.3.0 (2018-02-14)

  • Context support with RunContext method #16 (Songmu)
  • [incompatible] use pointer when returning ExitStatus #17 (Songmu)
  • test for signaled #15 (Songmu)

v0.2.1 (2018-01-07)

  • send SIGCONT after sending termination signal just to make sure #14 (Songmu)
  • remove reflect and refactor #13 (Songmu)

v0.2.0 (2018-01-07)

  • Adjust files for releasing #12 (Songmu)
  • adjust testing(introduce table driven test) #11 (Songmu)
  • Wait for the command to finish properly and add Signaled field to ExitStatus #10 (Songmu)
  • introduce github.com/Songmu/wrapcommander #9 (Songmu)
  • update doc #8 (Songmu)

v0.1.0 (2017-03-26)

  • [incompatible] Support Foreground option #6 (Songmu)
  • [incompatible] killall child processes when sending SIGKILL on Unix systems #5 (Songmu)
  • Call taskkill #3 (mattn)
  • update ci related files #4 (Songmu)

v0.0.1 (2015-04-23)