|
1 | | -## [2.23.0(https://github.com/Workiva/over_react_codemod/compare/2.23.0....2.22.0) |
| 1 | +## 2.33.0 |
| 2 | +- Add `null_safety_required_props` executable to help [migrate over_react props to nulls safety](https://github.com/Workiva/over_react/blob/master/doc/null_safety/null_safe_migration.md) |
| 3 | + |
| 4 | +#### Changes that don't affect package consumers |
| 5 | +- Fix outdated `dart2_upgrade` instructions in README |
| 6 | +- Update dev_dependencies, switch to mocktail |
| 7 | + |
| 8 | +## 2.32.0 |
| 9 | +- `null_safety_prep` codemod - Migrate conditional prop function calls |
| 10 | +- `intl_migration` codemod - add deprecation message |
| 11 | +- Add `null_safety_migrator_companion` codemod to help [migrate over_react consumers to null safety](https://github.com/Workiva/over_react/blob/master/doc/null_safety/null_safe_migration.md) |
| 12 | + |
| 13 | +## 2.31.0 |
| 14 | +- Add `null_safety_prep` codemod to help [migrate over_react consumers to null safety](https://github.com/Workiva/over_react/blob/master/doc/null_safety/null_safe_migration.md) |
| 15 | + |
| 16 | +## 2.30.0 |
| 17 | +- Add `required_flux_props` codemod to prepare consumers for [over_react 5.0.0](https://github.com/Workiva/over_react/blob/5.0.0/CHANGELOG.md#500) |
| 18 | +- Add `sort_intl` executable for sorting messages in INTL files |
| 19 | +- Add `unify_package_rename` executable |
| 20 | + |
| 21 | +## 2.29.0 |
| 22 | +- Update `pub get` commands to `dart pub get` |
| 23 | +- Improve error messages in `intl_message_migration` |
| 24 | + |
| 25 | +## 2.28.0 |
| 26 | +- Exclude CamelCaseWords and Period.Separated.Uppercase.Words in `intl_migrator` codemod |
| 27 | + |
| 28 | +## 2.27.0 |
| 29 | +- intl_suggestors improvements |
| 30 | + - Handle non-arrow intl functions |
| 31 | + - Handle ignore comments preceded by other comments |
| 32 | +- Update analyzer package minimum to 5.0.0 |
| 33 | + |
| 34 | +## 2.26.0 |
| 35 | +- Limit meta dependency to avoid 1.10.0 |
| 36 | + |
| 37 | +## 2.25.0 |
| 38 | +- Improve single line ignore comments in intl codemod |
| 39 | + |
| 40 | +## 2.24.0 |
| 41 | +- intl codemod: |
| 42 | + - Implement ignore comments for const strings |
| 43 | + - Add an explanatory comment on codemod-generated files |
| 44 | + - Give a better error message when something in the intl file is not a method |
| 45 | + |
| 46 | +## [2.23.0](https://github.com/Workiva/over_react_codemod/compare/2.23.0....2.22.0) |
2 | 47 |
|
3 | 48 | - Update bundle updater codemod to include link tags |
4 | 49 |
|
5 | | -## [2.22.0(https://github.com/Workiva/over_react_codemod/compare/2.22.0....2.21.0) |
| 50 | +## [2.22.0](https://github.com/Workiva/over_react_codemod/compare/2.22.0....2.21.0) |
6 | 51 |
|
7 | 52 | - Fix for creating two copies of identical messages when they used double quotes |
8 | 53 |
|
9 | | -## [2.21.0(https://github.com/Workiva/over_react_codemod/compare/2.21.0....2.20.0) |
| 54 | +## [2.21.0](https://github.com/Workiva/over_react_codemod/compare/2.21.0....2.20.0) |
10 | 55 |
|
11 | 56 | - Fix names when writing the _intl.dart file |
12 | 57 |
|
13 | | -## [2.20.0(https://github.com/Workiva/over_react_codemod/compare/2.20.0....2.19.0) |
| 58 | +## [2.20.0](https://github.com/Workiva/over_react_codemod/compare/2.20.0....2.19.0) |
14 | 59 |
|
15 | 60 | - Attempt to reduce merge conflicts on _intl.dart files |
16 | 61 |
|
17 | | -## [2.19.0(https://github.com/Workiva/over_react_codemod/compare/2.19.0....2.18.0) |
| 62 | +## [2.19.0](https://github.com/Workiva/over_react_codemod/compare/2.19.0....2.18.0) |
18 | 63 |
|
19 | 64 | - Update the glob for pubspecs to pick up things like empty_pubspec.yaml |
20 | 65 |
|
21 | | -## [2.18.0(https://github.com/Workiva/over_react_codemod/compare/2.18.0....2.17.0) |
| 66 | +## [2.18.0](https://github.com/Workiva/over_react_codemod/compare/2.18.0....2.17.0) |
22 | 67 |
|
23 | 68 | - add shouldAddDependencies to bundle updater codemod |
24 | 69 |
|
25 | | -## [2.17.0(https://github.com/Workiva/over_react_codemod/compare/2.17.0....2.16.0) |
| 70 | +## [2.17.0](https://github.com/Workiva/over_react_codemod/compare/2.17.0....2.16.0) |
26 | 71 |
|
27 | 72 | - Change parameters typed Function in formattedMessage calls to Object |
28 | 73 |
|
29 | | -## [2.16.0(https://github.com/Workiva/over_react_codemod/compare/2.16.0....2.15.0) |
| 74 | +## [2.16.0](https://github.com/Workiva/over_react_codemod/compare/2.16.0....2.15.0) |
30 | 75 |
|
31 | 76 | - Batch change to update consumers to new RMUI ESM bundle |
32 | 77 |
|
33 | | -## [2.15.0(https://github.com/Workiva/over_react_codemod/compare/2.15.0....2.14.0) |
| 78 | +## [2.15.0](https://github.com/Workiva/over_react_codemod/compare/2.15.0....2.14.0) |
34 | 79 |
|
35 | 80 | - Migrate calls to addContextMenuItem |
36 | 81 | - Fix the ignore for static-only classes to be for the file |
37 | 82 |
|
38 | | -## [2.14.0(https://github.com/Workiva/over_react_codemod/compare/2.14.0....2.13.0) |
| 83 | +## [2.14.0](https://github.com/Workiva/over_react_codemod/compare/2.14.0....2.13.0) |
39 | 84 |
|
40 | 85 | - Add nicer logging to codemod dryrun check |
41 | 86 |
|
42 | | -## [2.13.0(https://github.com/Workiva/over_react_codemod/compare/2.13.0....2.12.0) |
| 87 | +## [2.13.0](https://github.com/Workiva/over_react_codemod/compare/2.13.0....2.12.0) |
43 | 88 |
|
44 | 89 | - Add a --[no]-prune-unused flag to remove methods that appear to be ununused |
45 | 90 | from the _intl.dart file. |
46 | 91 |
|
47 | | -## [2.12.0(https://github.com/Workiva/over_react_codemod/compare/2.12.0....2.10.1) |
| 92 | +## [2.12.0](https://github.com/Workiva/over_react_codemod/compare/2.12.0....2.10.1) |
48 | 93 |
|
49 | 94 | - Add a --[no]-migrate-components option for intl\_message\_migration |
50 | 95 |
|
51 | | -## [2.10.1(https://github.com/Workiva/over_react_codemod/compare/2.10.1....2.10.0) |
| 96 | +## [2.10.1](https://github.com/Workiva/over_react_codemod/compare/2.10.1....2.10.0) |
52 | 97 |
|
53 | 98 | - Switch the import in _intl.dart generated classes to be w\_intl/intl\_wrapper.dart |
54 | 99 |
|
|
0 commit comments