Releases: 21TORR/janus-php
Releases · 21TORR/janus-php
2.0.2
2.0.1
2.0.0
💥 Breaking Changes
- Remove deprecated init commands
🎁 New Features
- Automatically detect the package type according to the type in
composer.json. - Write back the package type, if none was set.
- Add composer plugin to run composer automatically.
- Add custom PHPStan rule to detect wrong
Taskclass names.
✨ Improvements
- Add option to not automatically run
composer updateafter Janus finished. - Disable
doctrine.columnTyperule, as it leads to too many false positives in combination with Symfony forms and entities.
🐛 Bug Fixes
- Update config to fix bug in PHPStan config reader.
What's Changed
- Add composer plugin to automatically run Janus by @apfelbox in #19
- Rebuild internals to make improvements easier [req #19] by @apfelbox in #20
- Fix PHPStan config [req #20] by @apfelbox in #21
- Add custom PHPStan rule to detect wrong
Taskclass names by @apfelbox in #22 - Disable
doctrine.columnTyperule by @apfelbox in #23
Full Changelog: 1.5.1...2.0.0
1.5.1
1.5.0
1.4.0
🎁 New Features
- Add proper support for DQL types in PHPStan Doctrine.
✨ Improvements
- Ignore return type of Storyblok stories for now.
What's Changed
Full Changelog: 1.3.4...1.4.0
1.3.4
1.3.3
✨ Improvements
- Add
-vflag to PHPStan call to also show the error identifiers. - Add editor URL to PHPStan config.
- Disable certain PHPStan checks for tests.
- Disable
missingType.iterableValuePHPStan check globally.
What's Changed
- Add
-vflag to PHPStan calls by @apfelbox in #12 - Add editorurl to phpstan config by @apfelbox in #13
- Disable certain PHPStan checks for tests + CS by @apfelbox in #14
Full Changelog: 1.3.2...1.3.3