Skip to content

Releases: JonDotsoy/shell

v1.4.3

23 Sep 12:35
2e7bf24

Choose a tag to compare

1.4.3 (2025-09-23)

Bug Fixes

  • add pid property to ShellResponse and ShellResponseObjectOptions for process tracking (b83fa48)

v1.4.2

22 Sep 22:41
8c48bec

Choose a tag to compare

1.4.2 (2025-09-22)

Bug Fixes

  • add pid property to ShellResponseOptions for better process tracking (4149779)

v1.4.1

17 Sep 16:00
816ec24

Choose a tag to compare

1.4.1 (2025-09-17)

Bug Fixes

  • enhance shell request options to support ReadableTools (da11969)

v1.4.0

17 Sep 15:43
5835906

Choose a tag to compare

1.4.0 (2025-09-17)

Features

  • enhance shell request options parsing and validation (e766a2c)

Bug Fixes

  • update ShellRequest instantiation and streamline command chaining (1c8d64a)

v1.3.0

16 Sep 20:05
75a626c

Choose a tag to compare

1.3.0 (2025-09-16)

Features

  • enhance ShellRequestOptions to support ShellResponse and improve stream handling (e92d8ec)
  • implement AwaitedShellResponse for improved shell command handling (5763adf)
  • implement thenable interface and async iteration for enhanced shell command experience (5808c46)

Bug Fixes

  • export ReadableTools for improved module accessibility (c8dc466)

v1.2.2

10 Sep 16:47
1d9778b

Choose a tag to compare

1.2.2 (2025-09-10)

Miscellaneous Chores

v1.2.1

10 Sep 16:23
a8fea9b

Choose a tag to compare

1.2.1 (2025-09-10)

Bug Fixes

  • handle error events in shell command execution (f9e7e2c)
  • update cwd type to allow URL in ShellRequest and ShellRequestOptions (376ff17)

v1.2.0

09 Sep 20:52
7407c17

Choose a tag to compare

1.2.0 (2025-09-09)

Features

  • enhance ReadableTools with tap method for stream duplication (a42e773)

v1.1.0

09 Sep 20:12
e730c70

Choose a tag to compare

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)

v1.0.2

09 Sep 14:35
6a09896

Choose a tag to compare

1.0.2 (2025-09-09)

Miscellaneous Chores