Hugo Pointcheval 3c8ff373a1
All checks were successful
continuous-integration/drone/push Build is passing
chore(release): publish packages
- wyatt_analysis@2.3.0
2022-12-12 22:17:35 -05:00

53 lines
1.0 KiB
Markdown

## 2.3.0
- **REFACTOR**: follow melos versioning.
- **FIX**: change file include to keep coherence.
- **FEAT**: exclude generated code, and add dart>2.16 rules.
- **FEAT**: add overwrite protection.
- **FEAT**: add 2.2.2 files for archive.
- **FEAT**: add utils script to easely bump version.
## 2.2.2
- **DOCS**: add publish_to self hosted pub server.
## 2.2.1
- **FIX**: import right version.
## 2.2.0
- **FIX**: rename to follow melos versioning and remove redundant rule.
- **FEAT**: promote experimental, update analyzer rules and add some linter rules.
## 2.1.0
- **FEAT**: add experimental rules in appropriate file.
## 2.0.1
- **DOCS**: Update readme with new version.
## 2.0.0
> Note: This release has breaking changes.
- **BREAKING** **FIX**: remove unawaited() since its in Dart 2.15.
## 1.1.1
- Delete some rules
- always_specify_types
- sort_constructors_first
- sort_pub_dependencies
## 1.1.0
- Add some errors
- Add more rules
- Fix `wyattAnalysisVersion` variable name
## 1.0.0
- Initial version.