0.20.1
This release adds the code to move from annotations to attributes which currently is being done in core. For now this code is not added by default until things settle down. If you want to use the rector check out AnnotationToAttributeRector.
If you want to contribute to core in the migration, check out these docs or go help out in #3396165.
New rectors
- New rector: Rule to convert action to attributes by @andypost in #257
- New rector (9.1): ClassConstantToClassConstantRector to rename class constants to a new class. by @bbrala in #282
- feat: Optimize AnnotationToAttributeRector by @bbrala in #296
What's Changed
- Add bbrala to authors by @bbrala in #294
- Add agentrickard to authors. by @agentrickard in #295
New Contributors
Full Changelog: 0.20.0...0.20.1