Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

72 lines (56 loc) · 1.51 KB

1.4.0

  • always output stack trace for both test failures and errors
  • separate failure output sections with true newlines

1.3.1

  • updated dependencies:
    • xml: '^4.3.0'

1.3.0

  • ignore extra (invalid) lines generated by flutter test --machine --coverage
  • updated dependencies:
    • args: ^1.6.0

1.2.0

  • require Dart 2.7+
  • updated dependencies:
    • intl: '^0.16.1'
    • xml: '^3.7.0'
    • testreport: '^1.2.0'

1.1.0

  • require Dart 2.3+

1.0.3

  • use different way to pretty-print the generated XML, that is also compatible with xml 3.6.0

1.0.2

  • updated dependencies:
    • args: '^1.5.2'
    • intl: '^0.15.8'

1.0.1

  • updated dependencies:
    • args: '^1.5.1'
    • intl: '^0.15.7'
    • testreport: '^1.0.0'
    • xml: '^3.3.1'

1.0.0

  • force Dart 2.1+
  • update dependency xml: '^3.3.0', fix problem with pretty printer

0.3.3

  • more dart 2.0 support

0.3.2

  • updated dependencies:
    • testreport: '^0.3.1'

0.3.1

  • support for Dart 2.0
  • updated dependencies:
    • args: '^1.4.4'
    • intl: '^0.15.5'
    • xml: '^3.0.0'

0.3.0

  • updated dependencies:
    • sdk: '>=1.19.0 <2.0.0'
    • intl: '^0.15.0'
    • testreport: '^0.3.0'
    • xml: '^2.6.0'
  • removed transitive dependencies on 'build_collection' and 'quiver'

0.2.1

  • restrict dependency on xml to '>= 2.5.0 <2.6.0' because the XmlPrettyWriter moved to a different library
  • use one system-out element to contain all outputs instead of one per output

0.1.0

  • Initial implementation