|
| 1 | +## 2.7.6 |
| 2 | + |
| 3 | +- Add support for analyzer 9.0.0 by migrating to the Element API (from deprecated Element2 API) |
| 4 | +- Require `analyzer: ^9.0.0` (drop support for analyzer <9.0.0) |
| 5 | + |
1 | 6 | ## 2.7.5 |
2 | 7 |
|
3 | | - - Upgrading sdk and Analyzer fixes |
4 | | - |
5 | | - - **FIX**: fixing lints in tests. |
6 | | - - **FIX**: package upgrades, analysis issue fixes. |
7 | | - - **FIX**: error with code generation when file has unnamed extension (#1020). |
8 | | - - **FIX**: make readonly work with computed (#710). |
9 | | - - **FIX**: ObservableStream.listen() should also keep observable values updated (#708). |
10 | | - - **FEAT**: add keepAlive to Computed (#976). |
11 | | - - **FEAT**: support late observables (#973). |
12 | | - - **FEAT**: Adds `useEquatable` for creating observables (#971). |
13 | | - - **FEAT**: require `analyzer: ^5.12.0` (#934). |
14 | | - - **FEAT**: Adds custom `equals` for creating observables. (#907). |
15 | | - - **FEAT**: Adds support for annotations (#904). |
16 | | - - **FEAT**: Allow use custom context (#770). |
| 8 | +- Upgrading sdk and Analyzer fixes |
| 9 | + |
| 10 | +- **FIX**: fixing lints in tests. |
| 11 | +- **FIX**: package upgrades, analysis issue fixes. |
| 12 | +- **FIX**: error with code generation when file has unnamed extension (#1020). |
| 13 | +- **FIX**: make readonly work with computed (#710). |
| 14 | +- **FIX**: ObservableStream.listen() should also keep observable values updated (#708). |
| 15 | +- **FEAT**: add keepAlive to Computed (#976). |
| 16 | +- **FEAT**: support late observables (#973). |
| 17 | +- **FEAT**: Adds `useEquatable` for creating observables (#971). |
| 18 | +- **FEAT**: require `analyzer: ^5.12.0` (#934). |
| 19 | +- **FEAT**: Adds custom `equals` for creating observables. (#907). |
| 20 | +- **FEAT**: Adds support for annotations (#904). |
| 21 | +- **FEAT**: Allow use custom context (#770). |
17 | 22 |
|
18 | 23 | ## 2.7.4 |
| 24 | + |
19 | 25 | - Drop build_resolvers as a dependency, which enables support for build_runner 2.8.0 |
20 | 26 |
|
21 | 27 | ## 2.7.3 |
| 28 | + |
22 | 29 | - Update analyzer version to `>=7.4.0 < 9.0.0` |
23 | 30 | - Update source_gen version to `>=3.0.0 < 5.0.0` |
24 | 31 | - Update build version to `>=3.0.0 < 5.0.0` |
25 | 32 | - Update build_resolvers version to `>=3.0.0 < 5.0.0` |
26 | 33 |
|
27 | 34 | ## 2.7.2 |
| 35 | + |
28 | 36 | - Update analyzer version to `>=7.4.0 < 8.0.0` |
29 | 37 | - Update source_gen version to 3.0.0 |
30 | 38 | - Update build version to 3.0.0 |
31 | 39 | - Update build_resolvers version to 3.0.0 |
32 | 40 |
|
33 | 41 | ## 2.7.1 |
| 42 | + |
34 | 43 | - Update source_gen package to 2.0.0 |
35 | 44 | - Update analyzer version to `>=6.9.0 < 8.0.0` |
36 | 45 |
|
37 | 46 | ## 2.7.0 |
38 | 47 |
|
39 | | - - **FIX**: package upgrades, analysis issue fixes. |
40 | | - - **FIX**: error with code generation when file has unnamed extension (#1020). |
41 | | - - **FIX**: make readonly work with computed (#710). |
42 | | - - **FIX**: ObservableStream.listen() should also keep observable values updated (#708). |
43 | | - - **FEAT**: add keepAlive to Computed (#976). |
44 | | - - **FEAT**: support late observables (#973). |
45 | | - - **FEAT**: Adds `useEquatable` for creating observables (#971). |
46 | | - - **FEAT**: require `analyzer: ^5.12.0` (#934). |
47 | | - - **FEAT**: Adds custom `equals` for creating observables. (#907). |
48 | | - - **FEAT**: Adds support for annotations (#904). |
49 | | - - **FEAT**: Allow use custom context (#770). |
| 48 | +- **FIX**: package upgrades, analysis issue fixes. |
| 49 | +- **FIX**: error with code generation when file has unnamed extension (#1020). |
| 50 | +- **FIX**: make readonly work with computed (#710). |
| 51 | +- **FIX**: ObservableStream.listen() should also keep observable values updated (#708). |
| 52 | +- **FEAT**: add keepAlive to Computed (#976). |
| 53 | +- **FEAT**: support late observables (#973). |
| 54 | +- **FEAT**: Adds `useEquatable` for creating observables (#971). |
| 55 | +- **FEAT**: require `analyzer: ^5.12.0` (#934). |
| 56 | +- **FEAT**: Adds custom `equals` for creating observables. (#907). |
| 57 | +- **FEAT**: Adds support for annotations (#904). |
| 58 | +- **FEAT**: Allow use custom context (#770). |
50 | 59 |
|
51 | 60 | ## 2.6.2 |
52 | 61 |
|
|
0 commit comments