|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
| 5 | + |
| 6 | +## 2025-05-25 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - There are no breaking changes in this release. |
| 15 | + |
| 16 | +Packages with other changes: |
| 17 | + |
| 18 | + - [`alchemist_test_reporter` - `v1.2.0`](#alchemist_test_reporter---v120) |
| 19 | + - [`allure_report` - `v1.3.0`](#allure_report---v130) |
| 20 | + - [`allure_server_cli` - `v1.1.0`](#allure_server_cli---v110) |
| 21 | + - [`test_reporter` - `v1.2.0`](#test_reporter---v120) |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +#### `alchemist_test_reporter` - `v1.2.0` |
| 26 | + |
| 27 | + - **FEAT**: add allure diff support. |
| 28 | + - **FEAT**(alchemist_reports): add alchemist test reporter package. |
| 29 | + |
| 30 | +#### `allure_report` - `v1.3.0` |
| 31 | + |
| 32 | + - **REFACTOR**: remove redundant comments. |
| 33 | + - **FIX**(allure): handle flutter golden assertions. |
| 34 | + - **FIX**: handle flutter errors. |
| 35 | + - **FEAT**: add allure diff support. |
| 36 | + - **FEAT**(allure): add epic/feature/story support. |
| 37 | + - **FEAT**(allure): add meta helpers. |
| 38 | + - **FEAT**(test_reporter): extract hard coded reporter in its own package. |
| 39 | + - **DOCS**: add example. |
| 40 | + - **DOCS**: add doc comments. |
| 41 | + |
| 42 | +#### `allure_server_cli` - `v1.1.0` |
| 43 | + |
| 44 | + - **REFACTOR**: remove redundant comments. |
| 45 | + - **FIX**: fix environment invalid logic. |
| 46 | + - **FEAT**(allures): add header and basic auth support. |
| 47 | + |
| 48 | +#### `test_reporter` - `v1.2.0` |
| 49 | + |
| 50 | + - **FIX**(windows): fix test_reporter running on Windows (#8). |
| 51 | + - **FIX**(test_reporter): add onError callback to event listener. |
| 52 | + - **FEAT**(test_reporter): extract hard coded reporter in its own package. |
| 53 | + - **DOCS**: add docs and example. |
| 54 | + - **DOCS**(test_reporter): document test_reporter. |
| 55 | + |
0 commit comments