Releases: 21TORR/bundle-helpers
Releases · 21TORR/bundle-helpers
2.3.1
✨ Improvements
- Properly set up
Extension::getConfiguration()
for the extensions.
- Require Symfony 7.1.
What's Changed
Full Changelog: 2.3.0...2.3.1
2.3.0
🎁 New Features
- Add proper types for configurable bundle extension.
✨ Improvements
- Require Symfony 7 and PHP 8.3+
🛠️ Internal
What's Changed
- Add proper types for configurable bundle extension + update CI by @apfelbox in #9
Full Changelog: 2.2.0...2.3.0
2.2.0
🎁 New Features
- Allow Symfony 7+ and
21torr/rad
3+.
✨ Improvements
🛠️ Internal
What's Changed
Full Changelog: 2.1.2...2.2.0
2.1.0
🎁 New Features
- Add proper autogeneration of aliases in
BundleExtension
.
2.0.0
💥 Breaking Changes
- Rename main namespace to match bundle name.
1.0.1
✨ Improvements
🛠️ Internal
- Use tabs instead of spaces.