Releases: approvals/ApprovalTests.Dart
Releases · approvals/ApprovalTests.Dart
v1.1.3
v1.1.1
1.1.1
- Updated README.md file.
v1.1.0
1.1.0
- Breaking release:
- Added new reporter:
GitReporter
. It allows you to usegit
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
- Added new reporter:
v1.0.0
Release v1.0.0
v0.5.0
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
totrue
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
v0.4.2
0.4.2
- Autopublish to
pub.dev
if the version inpubspec.yaml
has been changed by auto adding a new tag to the repositories. - Codecov added to
github
actions. Codecov badge, graph was added toREADME.md
. - Added
mdsnippets
togithub
actions. And example snippets added toREADME.md
. - Added
ApprovalTests.Dart.StarterProject
. You can find it in theREADME.md
file.
v0.4.0
0.4.0
- Autopublish with new tags.
v0.3.8
0.3.8
- Test publish action with new version: 0.3.8.
v0.3.7
0.3.7-dev
- Test publish action with new version: 0.3.7.