Releases: araguma/npm-dev-utils
Releases · araguma/npm-dev-utils
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0
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
- Use copy-on-write mode (4469ea9)