Skip to content

Commit 3c1a681

Browse files
Merge pull request #292 from Workiva/release_over_react_codemod_2.33.0
RM-260254 Release over_react_codemod 2.33.0
2 parents 60bfa72 + 82fb608 commit 3c1a681

File tree

2 files changed

+59
-14
lines changed

2 files changed

+59
-14
lines changed

CHANGELOG.md

Lines changed: 58 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,99 @@
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)
247

348
- Update bundle updater codemod to include link tags
449

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)
651

752
- Fix for creating two copies of identical messages when they used double quotes
853

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)
1055

1156
- Fix names when writing the _intl.dart file
1257

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)
1459

1560
- Attempt to reduce merge conflicts on _intl.dart files
1661

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)
1863

1964
- Update the glob for pubspecs to pick up things like empty_pubspec.yaml
2065

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)
2267

2368
- add shouldAddDependencies to bundle updater codemod
2469

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)
2671

2772
- Change parameters typed Function in formattedMessage calls to Object
2873

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)
3075

3176
- Batch change to update consumers to new RMUI ESM bundle
3277

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)
3479

3580
- Migrate calls to addContextMenuItem
3681
- Fix the ignore for static-only classes to be for the file
3782

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)
3984

4085
- Add nicer logging to codemod dryrun check
4186

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)
4388

4489
- Add a --[no]-prune-unused flag to remove methods that appear to be ununused
4590
from the _intl.dart file.
4691

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)
4893

4994
- Add a --[no]-migrate-components option for intl\_message\_migration
5095

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)
5297

5398
- Switch the import in _intl.dart generated classes to be w\_intl/intl\_wrapper.dart
5499

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react_codemod
2-
version: 2.32.0
2+
version: 2.33.0
33
homepage: https://github.com/Workiva/over_react_codemod
44

55
description: >

0 commit comments

Comments
 (0)