Skip to content

Releases: approvals/ApprovalTests.Dart

v1.1.3

03 Jul 06:47
Compare
Choose a tag to compare

1.1.3

  • Updated README.md file: fix links.

v1.1.1

02 Jul 09:30
Compare
Choose a tag to compare

1.1.1

  • Updated README.md file.

v1.1.0

02 Jul 05:33
Compare
Choose a tag to compare

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

v1.0.0

22 May 10:07
Compare
Choose a tag to compare

Release v1.0.0

v0.5.0

19 May 20:12
Compare
Choose a tag to compare

0.5.0

  • Updated documentation.
  • Updated dependencies.
  • Updated README.md file.
  • Updated TODO.md file.
  • Rewrited comparators. Now it is only FileComparator.
  • Rewrited Scrubbers: regex scrubber, date scrubber.
  • Now, first run automatically create approved snapshot. You can approve another snapshot by setting approveResult to true and using Diff Tool.
  • Completely rewritten CommandLineReporter.
    There were changes with the comparison method, as well as highlighting by color the places where there are differences. Green - approved. White text on red background - Differences in received file.
  • Internal updates such as:
    • Adding android studio installation via github actions to test Diff Reporter on different devices.
    • Full code test coverage after significant changes.
    • Changes to getting file name and path depending on platform.

v0.4.6

15 May 21:54
Compare
Choose a tag to compare

Release v0.4.6

  • Updated dependencies. Removed dcli package.
  • Issue #3 was fixed.
  • Minor changes: IDEComparator now gets the current StackTrace if an error occurs.

v0.4.2

11 May 21:12
Compare
Choose a tag to compare

0.4.2

  • Autopublish to pub.dev if the version in pubspec.yaml has been changed by auto adding a new tag to the repositories.
  • Codecov added to github actions. Codecov badge, graph was added to README.md.
  • Added mdsnippets to github actions. And example snippets added to README.md.
  • Added ApprovalTests.Dart.StarterProject. You can find it in the README.md file.

v0.4.0

10 May 17:27
Compare
Choose a tag to compare

0.4.0

  • Autopublish with new tags.

v0.3.8

10 May 10:11
Compare
Choose a tag to compare

0.3.8

  • Test publish action with new version: 0.3.8.

v0.3.7

10 May 10:07
Compare
Choose a tag to compare

0.3.7-dev

  • Test publish action with new version: 0.3.7.