mirror of
https://github.com/chenasraf/dart_script_runner.git
synced 2026-05-17 17:48:03 +00:00
976 B
976 B
0.3.2
- Improve I/O pass-through to commands
0.3.1
- Add
appendNewLineoption (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_outputoption to allow scripts to output easily to other scripts
0.1.8
- Improve platform shell detection
- Update
-hflag 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
dartsctoscr - 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
-hflag with auto-script listing
0.1.1
- Attempt to fix analyzer issues
0.1.0
- Initial pre-release version.