Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 20:12
e730c70

1.1.0 (2025-09-09)

Features

  • add parseArgumentsShellRequestOptions function for shell request parsing (12c7c0f)
  • add ReadableTools utility class for stream handling (0604231)
  • add shell request and response options types (58d4011)
  • implement parseArgumentsShellResponseOptions for shell response normalization (80f67cc)
  • implement ShellRequest class for shell command configuration (bcee29c)
  • implement ShellResponse class for handling shell command responses (b9e5ae7)

Bug Fixes

  • correct export statements for ShellRequest and ShellResponse (2091f61)
  • update filterString function to correctly identify string values (a64c130)
  • update import statement for ShellRequest to correct module path (e253eff)