Skip to content

Releases: arnested/drupal-mode

Release 0.7.3

26 Sep 07:40
0.7.3
49ce63c
Compare
Choose a tag to compare
Release 0.7.3

Release 0.7.2

26 Sep 07:34
0.7.2
afa84f7
Compare
Choose a tag to compare
Release 0.7.2

Release 0.7.1

21 Feb 08:39
0.7.1
Compare
Choose a tag to compare
Bug fix release:

* Handle case where `c-default-style` is a string (#73)

Release 0.7.0

20 Apr 20:12
0.7.0
Compare
Choose a tag to compare
  • 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

03 Jul 09:41
0.6.1
Compare
Choose a tag to compare
  • #61 by @bmag: symbol's value as variable is void: gtags-auto-update

Release 0.6.0

24 Jun 21:15
0.6.0
Compare
Choose a tag to compare

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

12 Mar 13:47
0.5.0
Compare
Choose a tag to compare
  • Use flycheck-add-next-checker.

    Properly chain into the checker chain for js/css modes. Also check
    info files. Closes #41 (by @xendk).

  • Add interface with gtags via `ggtags.el' (by @joddie).

  • Add menu items for function & hook templates (by @joddie).

Release 0.4.1

21 Feb 21:14
0.4.1
Compare
Choose a tag to compare

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.

Release 0.4.0

12 Jan 22:35
0.4.0
Compare
Choose a tag to compare

Release 0.3.1

30 Nov 21:44
0.3.1
Compare
Choose a tag to compare
Released version 0.3.1.

Found minor flaw in 0.3.0.