Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare patrol_log to 0.3.0 #2495

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions packages/patrol_log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## Unreleased
## 0.3.0

- Remove `exception` from `StepEntry`. When it was too long, it caused crash because of badly formed JSON
- Remove `exception` from `StepEntry`. When it was too long, it caused crash because of badly formed JSON. (#2481)

## 0.2.2

- Don't pass `ConfigEntry` on start, if it's empty.
- Don't pass `ConfigEntry` on start, if it's empty. (#2466)

## 0.2.1

- Fix skipping first word in started TestEntry.
- Fix skipping first word in started TestEntry. (#2433)

## 0.2.0

- Fix report path when path contain spaces.
- Fix path to the test file on the failed test list in summary.
- Add `ConfigEntry`.
- Fix report path when path contain spaces. (#2426)
- Fix path to the test file on the failed test list in summary. (#2426)
- Add `ConfigEntry`. (#2426)

## 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_log/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: patrol_log
description: >
Log package for Patrol, a powerful Flutter-native UI testing framework.
version: 0.2.2
version: 0.3.0
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol_log
issue_tracker: https://github.com/leancodepl/patrol/issues
Expand Down
Loading