Releases: arnested/drupal-mode
Releases · arnested/drupal-mode
0.8.1
What's Changed
- Misc fixes 02 2020 by @arnested in #81
- Fix byte-compiler warnings by @skangas in #87
- Fix #84: Use cl-lib instead of deprecated cl by @skangas in #86
- Bump version to 0.7.4 for NonGNU ELPA by @skangas in #85
- Fix c-basic-offset, indent-tabs-mode, and more by @arnested in #88
New Contributors
Full Changelog: 0.7.3...0.8.1
0.8.0
What's Changed
- Misc fixes 02 2020 by @arnested in #81
- Fix byte-compiler warnings by @skangas in #87
- Fix #84: Use cl-lib instead of deprecated cl by @skangas in #86
- Bump version to 0.7.4 for NonGNU ELPA by @skangas in #85
- Fix c-basic-offset, indent-tabs-mode, and more by @arnested in #88
New Contributors
Full Changelog: 0.7.3...0.8.0
Release 0.7.3
Release 0.7.3
Release 0.7.2
Release 0.7.2
Release 0.7.1
Bug fix release: * Handle case where `c-default-style` is a string (#73)
Release 0.7.0
- Also load gtags.el with helm-gtags (#62)
- Fix up for latest flycheck (#63)
- Fix bug in drupal/etags-get-function-args (#64)
- Add
drupal-drush-sql-cli
command (#65) - Avoid "no tags containing" error in hook skeleton (#66)
- Flycheck integration:
- Fix drupal-phpcs checker predicate
- Use drupal/phpcs-standard in drupal-phpcs checker
- Add autoinsert template for .api.php files (#70)
- Better gtags-helm support (#67)
- Add autoinsert skeleton for Variable module support
- Fix phpcs output parsing (#71/#72)
Release 0.6.1
Release 0.6.0
More than 15 months since the last official release. A lot of minor fixes and improvements.
- Added ID suggestions for hook_update_N().
- Added JS mode indentation.
- Added MELPA URLs to README.
- Added a
drupal-drush-php-eval
- Added drupal-mode to dired buffers.
- Better default for
drupal/emacs-drush-update-tags-after-save
. - Don't trigger drupal-mode in vendor dirs. Closes #57.
- Fixed URL of Drupalcontrib.org API.
- Fixed bad indentation.
- Fixed bug in
drupal-search-documentation
. - Fixed getting Drupal site temp folder.
- Fixed regexp.
- Fixed wrong type argument in drupal-convert-line-ending.
- Implemented async cache clear.
- Improved
drupal-tail-drupal-debug-txt
. - Inherit drupal-style from php style.
- Introduce an
auto
option for drupal/flymake-phpcs-run-in-place - Made blacklist a configurable regexp.
- Make flycheck-phpcs-standard buffer local, as it should be.
- Misc documentation cleanup.
- Missing dependency.
- Moved eldoc stuff to separate file.
- Only use our phpcs special checker on non PHP-files.
- Properly concat phpcs option in newer flycheck.
- Removed api.drupalize.me.
- Require dependency.
- Run flycheck phpcs checker in-place, so info file rules work properly.
- Silenced byte-compiler.
- Simplified.
- Suppress byte-compile-warning.
- Use
auto-revert-mode
and auto-load. - Use
special-mode
for drush php-eval output. - User error if the hook is already inserted elsewhere.
- User error if the hook is already inserted in the file.
- drupal-detect-drupal-version: Allow tabs in .info
Release 0.5.0
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.