Skip to content

Release 0.4.1

Compare
Choose a tag to compare
@arnested arnested released this 21 Feb 21:14
· 124 commits to develop since this release
0.4.1

Important bug fixes

  • Removed usage of directory local variables (#12 and #42).
  • Fixed flymake when real file is in a symlinked dir (#14).

Major improvements

  • Added better paragraph filling (#5).
  • Reduced number of times calling drupal-detect-drupal-version.
  • Added own implementation of flymake init and temp names.

Minor improvements

  • Removed flymake-phpcs from `drush-make-mode' files.
  • Prepared for eventual .api.php CoderSniffer sniffs.
  • Made it possible to refer to issue comments in drush-make-mode.
  • Use ._flymake as temp file pattern in flymake-phpcs.

Improved code style and stuff

  • Silence byte compiler.
  • Fixed bad indentation.