Skip to content

Commit

Permalink
. e bump project version to major v.1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 22, 2024
1 parent f5abc95 commit bb218cf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

- Initial major release.

## 0.5.1

- Updated documentation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Add the following to your `pubspec.yaml` file:

```yaml
dependencies:
approval_tests: ^0.5.1
approval_tests: ^1.0.0
```
## 👀 Getting Started
Expand Down
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ This is the markdown todo file for Approval Tests.

Tasks for the project are listed below:

* [ ] Refactor the code based on ApprovalTests architectural rules: check reporters and comparators
* [ ] Add more detailed documentation to the project
* [ ] Test new comparators on Windows
* [ ] Test new comparators on Linux

# DONE

Expand All @@ -29,4 +26,7 @@ Tasks for the project are listed below:
* [x] Cover the project completely with tests
* [x] Add name of current test to the file name
* [x] Rewrite comparators and reporters
* [x] Test new comparators on Windows
* [x] Test new comparators on Linux
* [x] Refactor the code based on ApprovalTests architectural rules: check reporters and comparators
* [x] Revise the implementation with getting the default file path. Now it works with primary delay. Read more: https://github.com/approvals/ApprovalTests.Dart/issues/3
2 changes: 2 additions & 0 deletions lib/src/reporters/diff_tool/diff_tool_reporter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ part of '../../../approval_tests.dart';
class DiffReporter implements Reporter {
final ComparatorIDE ide;
final DiffInfo? customDiffInfo;

/// Platform wrapper for testing purposes.
final IPlatformWrapper platformWrapper;

const DiffReporter({
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# * 0.0.4 for a minor release.
name: approval_tests
description: Approval Tests implementation in Dart. Inspired by ApprovalTests.
version: 0.5.1
version: 1.0.0
repository: https://github.com/approvals/ApprovalTests.Dart
homepage: https://github.com/approvals/ApprovalTests.Dart.git
issue_tracker: https://github.com/approvals/ApprovalTests.Dart/issues
Expand Down

0 comments on commit bb218cf

Please sign in to comment.