Files
dart_script_runner/CHANGELOG.md

976 B

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.