Skip to content

Releases: 21TORR/janus-php

2.0.2

22 Jan 17:04
2.0.2
ec8a253

Choose a tag to compare

🐛 Bug Fixes

  • Fix deprecation in Symfony.

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

22 Jan 16:58
2.0.1
36bb767

Choose a tag to compare

✨ Improvements

  • Disable automatically running janus, as it often fails.
  • Bump dependencies.

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

21 Jul 11:50
2.0.0
d78c33d

Choose a tag to compare

💥 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 Task class names.

✨ Improvements

  • Add option to not automatically run composer update after Janus finished.
  • Disable doctrine.columnType rule, 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

Full Changelog: 1.5.1...2.0.0

1.5.1

12 Jun 15:41
1.5.1
e31a27e

Choose a tag to compare

🐛 Bug Fixes

  • Fix invalid commented code in phpstan.neon.

What's Changed

  • Fix invalid commented code in phpstan.neon. by @apfelbox in #18

Full Changelog: 1.5.0...1.5.1

1.5.0

12 Jun 15:38
1.5.0
a4bed5d

Choose a tag to compare

🎁 New Features

  • Bump to PHPStan v2.

✨ Improvements

  • Automatically set PHP_CS_FIXER_IGNORE_ENV=1 for CS Fixer calls.

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

30 Sep 11:27
1.4.0
aa1cc96

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

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

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

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

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