Skip to content

Releases: araguma/npm-dev-utils

v1.2.0

18 Jul 04:19
a8dbfbb
Compare
Choose a tag to compare

1.2.0 (2023-07-18)

Features

  • concurrent: Use spawn instead of exec for better logging (f1a63d1)
  • watch: Implement initial run option (02cf6c8)

Bug Fixes

  • watch: Fix childProcess not being killed correctly (2e71fc6)
  • watch: Fix childProcess not being killed correctly (2313cb8)

v1.1.1

17 Jul 16:53
20b95f7
Compare
Choose a tag to compare

1.1.1 (2023-07-17)

Bug Fixes

  • watch: Wait for user command to close before restarting (d0ea3fa)

v1.1.0

16 Jul 21:17
f46a2bb
Compare
Choose a tag to compare

1.1.0 (2023-07-16)

Features

  • watch: Implement terminate option (e3ca814)

v1.0.1

16 Jul 20:16
b82cee2
Compare
Choose a tag to compare

1.0.1 (2023-07-16)

Bug Fixes

  • Update watch command syntax (7ec7a9e)

v1.0.0

11 Jul 20:05
9606c5b
Compare
Choose a tag to compare

1.0.0 (2023-07-11)

Features

  • Add new watch option to cp command (fdce41c)
  • Add server command & Remove unused commands (b2dcc41)
  • Implement concurrent command (dffd380)
  • Implement mkdir function and command (6c394fe)
  • Implement watch command (02f9f03)
  • Improve logging (b947cbc)
  • mkdir: ✨ Add mkdir command (047900f)
  • mkdir: Add mkdir command (e68700b)
  • mkdir: Export mkdir function (1650be3)
  • Reimplement rm command (a09357b)
  • Remove unused options (719873f)
  • watch: Add watch command (a2599fd)

Bug Fixes

  • Fix getFiles incorrectly traversing directories (7f1c16a)
  • Prevent command stdout from generating additional new line (8827b89)

Performance Improvements