Skip to content

Releases: 21TORR/janus-php

1.4.0

30 Sep 11:27
1.4.0
aa1cc96
Compare
Choose a tag to compare

🎁 New Features

  • Add proper support for DQL types in PHPStan Doctrine.

✨ Improvements

  • Ignore return type of Storyblok stories for now.

What's Changed

  • Improve PHPStan support of Doctrine DQL + ignore Storybloks story return types by @apfelbox in #16

Full Changelog: 1.3.4...1.4.0

1.3.4

06 Jun 16:04
1.3.4
831bdbf
Compare
Choose a tag to compare

✨ Improvements

  • Automatically ignore all PHPStorm attributes-related errors in PHPStan.

What's Changed

  • Automatically ignore all PHPStorm attributes-related errors in PHPStan by @apfelbox in #15

Full Changelog: 1.3.3...1.3.4

1.3.3

06 Jun 10:34
1.3.3
173959c
Compare
Choose a tag to compare

✨ 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

Full Changelog: 1.3.2...1.3.3

1.3.2

04 Jun 16:41
1.3.2
6a60eec
Compare
Choose a tag to compare

✨ Improvements

  • Add commented code about PHPStan usage with PHPUnit.

What's Changed

  • Add commented code about PHPStan usage with PHPUnit by @apfelbox in #11

Full Changelog: 1.3.1...1.3.2

1.3.1

04 Jun 15:46
1.3.1
09df5db
Compare
Choose a tag to compare

✨ Improvements

  • Bump required PHP-CS-Fixer versions.
  • Make PHP-CS-Fixer script calls clearer.

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

04 Jun 09:52
1.3.0
3eaef48
Compare
Choose a tag to compare

🎁 New Features

  • Rename the call from init-symfony to init symfony.
  • Rename the call from init-library to init 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

13 May 08:23
1.2.0
94770e3
Compare
Choose a tag to compare

🎁 New Features

  • Add PHPUnit extension for PHPStan

✨ Improvements

  • Remove duplicate space in command.
  • Bump PHPStan

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

02 May 15:04
1.1.0
7116c5f
Compare
Choose a tag to compare

🎁 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

  • Bump required version, fix bin path by @apfelbox in #5

Full Changelog: 1.0.0...1.1.0

1.0.0

30 Apr 13:49
1.0.0
9003e6f
Compare
Choose a tag to compare

Initial Release \o/