Files
dart_script_runner/CHANGELOG.md

113 lines
1.6 KiB
Markdown

## 0.7.6
- Fix: docs
## 0.7.5
- Feat: Command suggestions by prefix
## 0.7.4
- Fix: Script ENV not being passed properly
- Update dependencies
## 0.7.3
- Fix: Exit with code
- Update dependencies
## 0.7.0
- Add `-ls`/`--list` flag
## 0.6.2
- Update dependencies
## 0.6.1
- Fix: Config path searching
## 0.6.0
- Improve config loading & searching
- Rename `suppress_header_output` to `display_cmd` and flipped the boolean logic
## 0.5.1
- Fix bad command spliting in some cases
- Less restrictive dependencies (compatible with Flutter stable)
- Use unlocked dependencies
## 0.5.0
- Updated dependencies
## 0.4.0
- Colorized help output
## 0.3.2
- Improve I/O pass-through to commands
## 0.3.1
- Add `appendNewLine` option (default: `false`)
## 0.2.1
- Windows shell support (experimental)
- Use temporary script file to run commands
## 0.2.0
- Search up all directories while searching for config
## 0.1.9
- Add `suppress_header_output` option to allow scripts to output easily to other scripts
## 0.1.8
- Improve platform shell detection
- Update `-h` flag output
## 0.1.7
- Fix error when not supplying shell in config
- Improve errors for bad configurations
## 0.1.6
- Code improvements
## 0.1.5
- Fix utf8 decoding in process output
- Add shell config per OS
## 0.1.4
- Rename bin from `dartsc` to `scr`
- Update help usage print format
- Fix bug when pubspec.yaml is missing
- Add line_length config
## 0.1.3
- Update code formatting
- Update docs
## 0.1.2
- Add `-h` flag with auto-script listing
## 0.1.1
- Attempt to fix analyzer issues
## 0.1.0
- Initial pre-release version.