|
| 1 | +## 2.0.0 - Jun 1, 2022 |
| 2 | + |
| 3 | +- Update dependencies |
| 4 | + - `rxdart` to `0.27.4`. |
| 5 | + - `rxdart_ext` to `0.2.1`. |
| 6 | + |
| 7 | +- Rename |
| 8 | + - `Logger` to `RxStorageLogger`. |
| 9 | + - `LoggerEvent` to `RxStorageLoggerEvent`. |
| 10 | + - `EmptyLogger` to `RxStorageEmptyLogger`. |
| 11 | + - `DefaultLogger` to `RxStorageDefaultLogger`. |
| 12 | +- Update `RxStorageEmptyLogger`: add `@nonvirtual` to `log` method. |
| 13 | +- `Encoder` and `Decoder` can return a `Future` |
| 14 | + |
1 | 15 | ## 1.2.0 - Sep 11, 2021
|
2 | 16 |
|
3 | 17 | - Update dependencies
|
|
9 | 23 |
|
10 | 24 | ## 1.1.0 - May 9, 2021
|
11 | 25 |
|
12 |
| -- Update `rxdart` to `0.27.0`. |
| 26 | +- Update `rxdart` to `0.27.0`. |
13 | 27 |
|
14 | 28 | ## 1.0.0 - Apr 30, 2021
|
15 | 29 |
|
16 |
| -- Stable release for null safety. |
17 |
| -- Add `RxStorage.executeUpdate`: Read–modify–write style. |
18 |
| -- Synchronize writing task by key. |
19 |
| -- Internal refactoring, optimize performance. |
| 30 | +- Stable release for null safety. |
| 31 | +- Add `RxStorage.executeUpdate`: Read–modify–write style. |
| 32 | +- Synchronize writing task by key. |
| 33 | +- Internal refactoring, optimize performance. |
20 | 34 |
|
21 | 35 | ## 1.0.0-nullsafety.0 - Feb 24, 2021
|
22 | 36 |
|
23 |
| -- **Breaking**: |
24 |
| - - Opt into nullsafety. |
25 |
| - - Set Dart SDK constraints to `>=2.12.0-0 <3.0.0`. |
26 |
| - - Big refactoring for `Logger`, `RealRxStorage` implementation. |
| 37 | +- **Breaking**: |
| 38 | + - Opt into nullsafety. |
| 39 | + - Set Dart SDK constraints to `>=2.12.0-0 <3.0.0`. |
| 40 | + - Big refactoring for `Logger`, `RealRxStorage` implementation. |
27 | 41 |
|
28 | 42 | ## 0.0.2 - Jan 4, 2021
|
29 | 43 |
|
30 |
| -- Refactors `Storage` and `RxStorage`: |
31 |
| - - Supports any type via `Encoder` and `Decoder`. |
32 |
| - - Generic `Key` and generic `Options`. |
33 |
| -- Exports `RealRxStorage` class. |
| 44 | +- Refactors `Storage` and `RxStorage`: |
| 45 | + - Supports any type via `Encoder` and `Decoder`. |
| 46 | + - Generic `Key` and generic `Options`. |
| 47 | +- Exports `RealRxStorage` class. |
34 | 48 |
|
35 | 49 | ## 0.0.1 - Dec 14, 2020
|
36 | 50 |
|
37 |
| -- Initial version. |
| 51 | +- Initial version. |
0 commit comments