Files
dart_script_runner/CHANGELOG.md
2022-11-14 01:48:19 +02:00

773 B

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.