All Versions
191
Latest Version
Avg Release Cycle
54 days
Latest Release
-

Changelog History
Page 14

  • v2.2.11 Changes

    • ๐Ÿ› bug #3225 PhpdocTrimFixer - Fix handling of lines without leading asterisk (julienfalque)
    • ๐Ÿ› bug #3262 ToolInfo - support installation by branch as well (keradus)
    • ๐Ÿ› bug #3266 PhpUnitConstructFixer - multiple asserts bug (kubawerlos)
    • minor #3239 Improve contributing guide and issue template (julienfalque)
    • minor #3246 Make ToolInfo methods non-static (julienfalque)
    • minor #3250 Travis: fail early, spare resources, save the Earth (Slamdunk, keradus)
    • ๐Ÿ“„ minor #3251 Create Title for config file docs section (IanEdington)
    • โœ… minor #3254 AutoReview/FixerFactoryTest::testFixersPriority: verbose assertion message (Slamdunk)
  • v2.2.10 Changes

    • ๐Ÿ› bug #3199 TokensAnalyzer - getClassyElements (SpacePossum)
    • ๐Ÿ› bug #3208 BracesFixer - Fix for instantiation in control structures (julienfalque, SpacePossum)
    • ๐Ÿ› bug #3215 BinaryOperatorSpacesFixer - Fix spaces around multiple exception catching (|) (ntzm)
    • ๐Ÿ› bug #3216 AbstractLinesBeforeNamespaceFixer - add min. and max. option, not only single target count (SpacePossum)
    • ๐Ÿ› bug #3217 TokenizerLinter - fix lack of linting when code is cached (SpacePossum, keradus)
    • โœ… minor #3200 Skip slow test when Xdebug is loaded (julienfalque)
    • ๐Ÿ“„ minor #3219 Normalise references to GitHub in docs (ntzm)
    • ๐Ÿšš minor #3226 Remove unused imports (ntzm)
    • โœ๏ธ minor #3231 Fix typos (ntzm)
    • minor #3234 Simplify Cache\Signature::equals (ntzm)
    • minor #3237 UnconfigurableFixer - use only LF (keradus)
    • โœ… minor #3238 AbstractFixerTest - fix @cover annotation (keradus)
  • v2.2.9 Changes

    • ๐Ÿ› bug #3062 BraceClassInstantiationTransformer - Fix instantiation inside method call braces case (julienfalque, keradus)
    • ๐Ÿ› bug #3083 SingleBlankLineBeforeNamespaceFixer - Fix handling namespace right after opening tag (mlocati)
    • ๐Ÿ› bug #3109 SwitchCaseSemicolonToColonFixer - Fix bug with nested constructs (SpacePossum)
    • ๐Ÿ› bug #3123 Cache - File permissions (SpacePossum)
    • ๐Ÿ› bug #3172 IndentationTypeFixer - do not touch whitespace that is not indentation (SpacePossum)
    • ๐Ÿ› bug #3176 NoMultilineWhitespaceBeforeSemicolonsFixer - SpaceAfterSemicolonFixer - priority fix (SpacePossum)
    • ๐Ÿ› bug #3193 TokensAnalyzer::getClassyElements - sort result before returning (SpacePossum)
    • ๐Ÿ› bug #3196 SelfUpdateCommand - fix exit status when can't determine newest version (julienfalque)
    • ๐Ÿ”ง minor #3107 ConfigurationResolver - improve error message when rule is not found (SpacePossum)
    • minor #3113 Add WordMatcher (keradus)
    • โœ… minor #3133 Unify Reporter tests (keradus)
    • minor #3134 Allow Symfony 4 (keradus, garak)
    • minor #3136 PHPUnit - call hooks from parent class as well (keradus)
    • minor #3145 misc - Typo (localheinz)
    • minor #3150 Fix CircleCI (julienfalque)
    • โšก๏ธ minor #3151 Update gitattributes to ignore next file (keradus)
    • โšก๏ธ minor #3156 Update php-coveralls (keradus)
    • minor #3166 README - add link to new gitter channel. (SpacePossum)
    • โšก๏ธ minor #3174 Update UPGRADE.md (vitek-rostislav)
    • minor #3180 Fix usage of static variables (kubawerlos)
    • minor #3184 Code grooming - sort content of arrays (keradus)
    • ๐Ÿ— minor #3191 Travis - add nightly build to allow_failures due to Travis issues (keradus)
    • minor #3197 DX groom CS (keradus)
  • v2.2.8 Changes

    • ๐Ÿ› bug #3052 Fix false positive warning about paths overridden by provided as command arguments (kubawerlos)
    • ๐Ÿ› bug #3058 IsNullFixer - fix whitespace handling (roukmoute)
    • bug #3072 IsNullFixer - fix non_yoda_style edge case (keradus)
    • ๐Ÿ› bug #3088 Drop dedicated Phar stub (keradus)
    • ๐Ÿ› bug #3100 NativeFunctionInvocationFixer - Fix test if previous token is already namespace separator (SpacePossum)
    • ๐Ÿ› bug #3104 DoctrineAnnotationIndentationFixer - Fix str_repeat() error (julienfalque)
    • ๐Ÿ‘ minor #3038 Support PHP 7.2 (SpacePossum, keradus)
    • โœ๏ธ minor #3064 Fix couple of typos (KKSzymanowski)
    • ๐Ÿ”ง minor #3078 ConfigurationResolver - hide context while including config file (keradus)
    • minor #3080 Direct function call instead of by string (kubawerlos)
    • โœ… minor #3085 CiIntegrationTest - skip when no git is available (keradus)
    • minor #3087 phar-stub.php - allow PHP 7.2 (keradus)
  • v2.2.7 Changes

    • ๐Ÿ› bug #3002 Bugfix braces (mnabialek)
    • ๐Ÿ› bug #3010 Fix handling of Github releases (julienfalque, keradus)
    • ๐Ÿ› bug #3015 Fix exception arguments (julienfalque)
    • ๐Ÿ› bug #3016 Verify phar file (keradus)
    • ๐Ÿ› bug #3021 Risky rules cleanup (kubawerlos)
    • ๐Ÿ› bug #3023 RandomApiMigrationFixer - "rand();" to "random_int(0, getrandmax());" fixing (SpacePossum)
    • ๐Ÿ› bug #3024 ConfigurationResolver - Handle empty "rules" value (SpacePossum, keradus)
    • ๐Ÿ› bug #3031 IndentationTypeFixer - fix handling tabs in indented comments (keradus)
    • minor #2999 Notice when paths from config file are overridden by command arguments (julienfalque, keradus)
    • ๐Ÿ— minor #3007 Add PHP 7.2 to Travis build matrix (Jean85)
    • โœ… minor #3009 CiIntegrationTest - run local (SpacePossum)
    • ๐Ÿ”ง minor #3013 Adjust phpunit configuration (localheinz)
    • โœ… minor #3017 Fix: Risky tests (localheinz)
    • minor #3018 Fix: Make sure that data providers are named correctly (localheinz, keradus)
    • minor #3032 .php_cs.dist - handling UnexpectedValueException (keradus)
    • minor #3034 Follow newest CS (keradus)
    • ๐Ÿ”ง minor #3036 Drop not existing Standalone group from PHPUnit configuration and duplicated internal tags (keradus)
    • โšก๏ธ minor #3042 Update gitter address (keradus)
  • v2.2.6 Changes

    • ๐Ÿ› bug #2925 Improve CI integration suggestion (julienfalque)
    • ๐Ÿ› bug #2928 TokensAnalyzer::getClassyElements - Anonymous class support (SpacePossum)
    • ๐Ÿ› bug #2931 Psr0Fixer, Psr4Fixer - ignore "new class" syntax (dg, keradus)
    • ๐Ÿ› bug #2934 Config - fix handling rule without value (keradus, SpacePossum)
    • ๐Ÿ› bug #2939 NoUnusedImportsFixer - Fix extra blank line (julienfalque)
    • ๐Ÿ› bug #2941 PHP 7.2 - Group imports with trailing comma support (SpacePossum, julienfalque)
    • ๐Ÿ› bug #2987 Fix incorrect indentation of comments in braces fixer (rob006)
    • โšก๏ธ minor #2927 WhiteSpaceConfig - update message copy and more strict tests (SpacePossum, keradus)
    • ๐Ÿ— minor #2930 Trigger website build (keradus)
    • minor #2932 Integrate CircleCI (keradus, aidantwoods)
    • ๐Ÿ‘• minor #2933 ProcessLinterTest - Ensure Windows test only runs on Windows, add a Mac test execution (aidantwoods)
    • minor #2935 special handling of fabbot.io service if it's using too old PHP CS Fixer version (keradus)
    • ๐Ÿ‘ท minor #2937 Travis: execute 5.3 job on precise (keradus)
    • ๐Ÿ”ง minor #2938 Tests fix configuration of project (SpacePossum, keradus)
    • โœ… minor #2943 FunctionToConstantFixer - test with diff. arguments than fixable (SpacePossum)
    • minor #2946 Detect extra old installations (keradus)
    • ๐Ÿ‘ท minor #2947 Test suggested CI integration (keradus)
    • ๐Ÿšš minor #2951 AccessibleObject - remove most of usage (keradus)
    • minor #2969 Shrink down AccessibleObject usage (keradus)
    • minor #2982 TrailingCommaInMultilineArrayFixer - simplify isMultilineArray condition (TomasVotruba)
  • v2.2.5 Changes

    • ๐Ÿ› bug #2807 NoUselessElseFixer - Fix detection of conditional block (SpacePossum)
    • ๐Ÿ› bug #2809 Phar release - fix readme generation (SpacePossum, keradus)
    • ๐Ÿ› bug #2827 MethodArgumentSpaceFixer - Always remove trailing spaces (julienfalque)
    • ๐Ÿ› bug #2835 SelfAcessorFixer - class property fix (mnabialek)
    • ๐Ÿ› bug #2848 PhpdocIndentFixer - fix edge case with inline phpdoc (keradus)
    • ๐Ÿ› bug #2849 BracesFixer - Fix indentation issues with comments (julienfalque)
    • ๐Ÿ› bug #2851 Tokens - ensureWhitespaceAtIndex (GrahamCampbell, SpacePossum)
    • ๐Ÿ› bug #2854 NoLeadingImportSlashFixer - Removing leading slash from import even when in global space (kubawerlos)
    • ๐Ÿ› bug #2858 Support generic types (keradus)
    • ๐Ÿ› bug #2869 Fix handling required configuration (keradus)
    • ๐Ÿ› bug #2881 NoUnusedImportsFixer - Bug when trying to insert empty token (GrahamCampbell, keradus)
    • ๐Ÿ› bug #2882 DocBlock\Annotation - Fix parsing of collections with multiple key types (julienfalque)
    • ๐Ÿ› bug #2886 NoSpacesInsideParenthesisFixer - Do not remove whitespace if next token is comment (SpacePossum)
    • ๐Ÿ› bug #2888 SingleImportPerStatementFixer - Add support for function and const (SpacePossum)
    • ๐Ÿ› bug #2901 Add missing files to archive files (keradus)
    • ๐Ÿ› bug #2914 HeredocToNowdocFixer - works with CRLF line ending (dg)
    • ๐Ÿ› bug #2920 RuleSet - Update deprecated configuration of fixers (SpacePossum, keradus)
    • โšก๏ธ minor #1531 Update docs for few generic types (keradus)
    • โšก๏ธ minor #2793 COOKBOOK-FIXERS.md - update to current version, fix links (keradus)
    • ๐Ÿ‘• minor #2812 ProcessLinter - compatibility with Symfony 3.3 (keradus)
    • ๐Ÿ“„ minor #2816 Tokenizer - better docs and validation (keradus)
    • minor #2817 Tokenizer - use future-compatible interface (keradus)
    • minor #2819 Fix benchmark (keradus)
    • minor #2824 code grooming (keradus)
    • โœ… minor #2826 Exceptions - provide utests (localheinz)
    • minor #2828 Enhancement: Reference phpunit.xsd from phpunit.xml.dist (localheinz)
    • โœ… minor #2830 Differs - add tests (localheinz)
    • minor #2832 Fix: Use all the columns (localheinz)
    • โœ… minor #2833 Doctrine\Annotation\Token - provide utests (localheinz)
    • minor #2839 Use PHP 7.2 polyfill instead of xml one (keradus)
    • ๐Ÿšš minor #2842 Move null to first position in PHPDoc types (julienfalque)
    • โœ… minor #2850 ReadmeCommandTest - Prevent diff output (julienfalque)
    • ๐Ÿ›  minor #2859 Fixed typo and dead code removal (GrahamCampbell)
    • โœ… minor #2863 FileSpecificCodeSample - add tests (localheinz)
    • minor #2864 WhitespacesAwareFixerInterface clean up (Slamdunk)
    • ๐Ÿ”ง minor #2865 AutoReview\FixerTest - test configuration samples (SpacePossum, keradus)
    • minor #2867 VersionSpecification - Fix copy-paste typo (SpacePossum)
    • โœ… minor #2874 LineTest - fix typo (keradus)
    • minor #2875 HelpCommand - recursive layout fix (SpacePossum)
    • ๐Ÿ”ง minor #2883 DescribeCommand - Show which sample uses the default configuration (SpacePossum)
    • minor #2887 Housekeeping - Strict whitespace checks (SpacePossum)
    • โœ… minor #2895 ProjectCodeTest - check that classes in no-tests exception exist (keradus)
    • ๐Ÿšš minor #2896 Move testing related classes from src to tests (keradus)
    • minor #2904 Reapply CS (keradus)
    • minor #2910 PhpdocAnnotationWithoutDotFixer - Restrict lowercasing (oschwald)
    • โœ… minor #2913 Tests - tweaks (SpacePossum, keradus)
    • minor #2916 FixerFactory - drop return in sortFixers(), never used (TomasVotruba)
  • v2.2.4 Changes

    • ๐Ÿ› bug #2682 DoctrineAnnotationIndentationFixer - fix handling nested annotations (edhgoose, julienfalque)
    • ๐Ÿ› bug #2700 Fix Doctrine Annotation end detection (julienfalque)
    • ๐Ÿ› bug #2715 OrderedImportsFixer - handle indented groups (pilgerone)
    • ๐Ÿ› bug #2732 HeaderCommentFixer - fix handling blank lines (s7b4)
    • ๐Ÿ› bug #2745 Fix Doctrine Annotation newlines (julienfalque)
    • ๐Ÿ› bug #2752 FixCommand - fix typo in warning message (mnapoli)
    • ๐Ÿ› bug #2757 GeckoPHPUnit is not dev dependency (keradus)
    • ๐Ÿ› bug #2759 Update gitattributes (SpacePossum)
    • ๐Ÿ› bug #2763 Fix describe command with PSR-0 fixer (julienfalque)
    • ๐Ÿ› bug #2768 Tokens::ensureWhitespaceAtIndex - clean up comment check, add check for T_OPEN (SpacePossum)
    • ๐Ÿ› bug #2783 Tokens::ensureWhitespaceAtIndex - Fix handling line endings (SpacePossum)
    • minor #2663 Use colors for keywords in commands output (julienfalque, keradus)
    • โšก๏ธ minor #2706 Update README (SpacePossum)
    • minor #2714 README.rst - fix wrong value in example (mleko)
    • โšก๏ธ minor #2721 Update phpstorm article link to a fresh blog post (valeryan)
    • minor #2727 PHPUnit - use speedtrap (keradus)
    • โšก๏ธ minor #2728 SelfUpdateCommand - verify that it's possible to replace current file (keradus)
    • โœ… minor #2729 DescribeCommand - add decorated output test (julienfalque)
    • โœ… minor #2731 BracesFixer - properly pass config in utest dataProvider (keradus)
    • โฌ†๏ธ minor #2738 Upgrade tests to use new, namespaced PHPUnit TestCase class (keradus)
    • ๐Ÿšš minor #2743 Fixing example and description for GeneralPhpdocAnnotationRemoveFixer (kubawerlos)
    • โœ… minor #2744 AbstractDoctrineAnnotationFixerTestCase - split fixers test cases (julienfalque)
    • minor #2755 Fix compatibility with PHPUnit 5.4.x (keradus)
    • ๐Ÿ‘ท minor #2758 Readme - improve CI integration guidelines (keradus)
    • ๐Ÿšš minor #2769 Psr0Fixer - remove duplicated example (julienfalque)
    • ๐Ÿšš minor #2775 NoExtraConsecutiveBlankLinesFixer - remove duplicate code sample. (SpacePossum)
    • minor #2778 AutoReview - watch that code samples are unique (keradus)
    • โš  minor #2787 Add warnings about missing dom ext and require json ext (keradus)
    • minor #2792 Use composer-require-checker (keradus)
    • โšก๏ธ minor #2796 Update .gitattributes (SpacePossum)
    • โœ… minor #2800 PhpdocTypesFixerTest - Fix typo in covers annotation (SpacePossum)
  • v2.2.3 Changes

    • ๐Ÿ› bug #2724 Revert #2554 Add short diff. output format (keradus)
  • v2.2.2 Changes

    ๐Ÿš€ Warning, this release breaks BC due to introduction of:

    • minor #2554 Add short diff. output format (SpacePossum, keradus) โช That PR was reverted in v2.2.3, which should be used instead of v2.2.2.

    • ๐Ÿ› bug #2545 RuleSet - change resolvement (SpacePossum)

    • ๐Ÿ› bug #2686 Commands readme and describe - fix rare casing when not displaying some possible options of configuration (keradus)

    • ๐Ÿ› bug #2711 FixCommand - fix diff optional value handling (keradus)

    • ๐Ÿšš minor #2688 AppVeyor - Remove github oauth (keradus)

    • minor #2703 Clean ups - No mixed annotations (SpacePossum)

    • minor #2704 Create PHP70Migration:risky ruleset (keradus)

    • ๐Ÿ—„ minor #2707 Deprecate other than "yes" or "no" for input options (SpacePossum)

    • minor #2709 code grooming (keradus)

    • minor #2710 Travis - run more rules on TASK_SCA (keradus)