Releases: 21TORR/janus-php
Releases · 21TORR/janus-php
1.4.0
1.3.4
1.3.3
✨ Improvements
- Add
-v
flag to PHPStan call to also show the error identifiers. - Add editor URL to PHPStan config.
- Disable certain PHPStan checks for tests.
- Disable
missingType.iterableValue
PHPStan check globally.
What's Changed
- Add
-v
flag 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
1.3.2
1.3.1
1.3.0
🎁 New Features
- Rename the call from
init-symfony
toinit symfony
. - Rename the call from
init-library
toinit library
. - Add BC layer for old commands.
- Add choice for when calling
init
without or with invalid type. - Improve merging of
composer.json
scripts.
🛠️ Internal
- Refactored whole implementation.
- Run CI on Janus itself.
- Clean up internal call definitions.
What's Changed
- Refactor Janus to be a more full-fledged tool by @apfelbox in #8
- Run CI + add choice for types by @apfelbox in #9
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.0
🎁 New Features
- Add
staabm/phpstan-todo-by
extension.
✨ Improvements
- Bump required versions.
🐛 Bug Fixes
- Fix invalid path to phpstan executable.
- Remove obsolete PHP-CS-Fixer installation in
phpstan
bin. - Disable not-yet-released PHPStan rule for now.
What's Changed
Full Changelog: 1.0.0...1.1.0