Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 05:33
· 8 commits to main since this release

1.1.0

  • Breaking release:
    • Added new reporter: GitReporter. It allows you to use git to view the differences between the received and approved files.
    • Added support to approve files using CLI. Now you can approve files using the command line: dart run approval_tests:review
    • Added support to use ApprovalTests during widget tests.
    • Added header to generated files. For resolved issues you can add this to approved files:
      '# This file was generated by approval_tests. Please do not edit.\n'
    • Some minor changes and code improvements.
      Thanks to Richard Coutts