Releases: jsingason/rs
Releases · jsingason/rs
1.5.1
1.5.0
Added
- Verbose mode (
--verbose): Shows package manager detection, config file location, working directory, and script resolution path for troubleshooting - Config export/import: Backup and sync your scripts across machines with
--exportand--importflags - Replace mode: Use
--import --replaceto completely replace config instead of merging - Improved error messages: When a script isn't found, RS now shows available scripts and falls back gracefully
Changed
- Non-quoted script values now work with
-aand--add-dir(extra arguments are joined) - Updated dependencies: commander v14, jest v30, typescript v5.9, @types/node v25, @inquirer/prompts v8
Fixed
- Fixed broken test suite - tests now import from correct module paths
- Replaced deprecated TSLint with ESLint
Developer
- Added comprehensive unit and integration tests
- Added CI/CD workflow for automated testing and publishing