Skip to content

0.20.1

Latest
Compare
Choose a tag to compare
@bbrala bbrala released this 09 Mar 19:17
· 14 commits to main since this release
dc2e858

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

New Contributors

Full Changelog: 0.20.0...0.20.1