Skip to content

Releases: yelmuratoff/approval_tests

0.3.1-dev

09 May 13:07
Compare
Choose a tag to compare

0.3.1-dev

  • Updated README file.

0.3.0-dev

  • Approval was refactored
  • Added tests
  • Code formatted
  • deleteReceivedFile field was added to the ApprovalTests class. If it is set to true, the received file will be deleted after test. By default, it is set to false.
  • logErrors field was added to the ApprovalTests class. If it is set to true, the errors will be logged. By default, it is set to true.
  • logResults field was added to the ApprovalTests class. If it is set to true, the success results will be logged. By default, it is set to true.

0.2.1-dev

07 May 16:30
Compare
Choose a tag to compare

0.2.1-dev

  • Fix: approval_dart changed to approval_tests.
  • Code formatted

0.2.0-dev

  • I rewrote the main functions of the class. Now you can use several comparison options.
  • Added methods for comparing JSON strings.
  • Added methods for array comparison.
  • Improved documentation.
  • Added more examples: each method has its own small example.

0.0.9-dev

06 May 22:16
Compare
Choose a tag to compare

Updated README file

0.0.8-beta

06 May 22:09
Compare
Choose a tag to compare

Updated README file: added examples, more info.

0.0.7-dev

06 May 21:22
Compare
Choose a tag to compare

0.0.7-dev

  • Comparator completed, some refactoring. Updated README file.

0.0.6-dev

  • Some updates with README file.

0.0.5-dev

05 May 20:41
Compare
Choose a tag to compare

First working version, need to expand functionality and add more flexibilty. Also need to add more tests.