Regular release with various improvements and bugfixes. The biggest change is probably the introduction of a sniff to check the alphabetical order of use statements.
Coder has also bumped the minimum required PHP version to 7.2. If you need to run Coder on a lower version you can still use older releases of Coder.
Maintenance release of Coder. This release should have almost no contradictions with PHPStan data types that are used in @param and @return doc comments.
Minor maintenance release for Coder. Note that Coder now depends on PHP 7.1+, if you still need to run Coder on PHP 7.0 use the previous 8.3.13 release.
Coder 8.3.14 now depends on the SlevomatCodingStandard and will setup the phpcs installed_paths configuration automatically on composer install. Please remove all extra commands that set the installed_paths with phpcs from any Coder setup scripts you use.
This new major release adds support for PHP_CodeSniffer 3.x. Since PHP_CodeSniffer 2.x has been deprecated, there will be no further development on the 8.x-2.x branch.