Skip to content

Releases: elixir-editors/emacs-elixir

v2.0.0

18 Sep 02:44
Compare
Choose a tag to compare

v2.0.0 - 2014/09/08

  • #113 - Cask and ert-runner support
  • #110 - Added: ability to run tests via EVM
  • #111 - Fixed: elixir-quoted-minor-mode tests for ert-run-tests-interactively
  • #108 - Fix various issues caused by code followed by inline comments

v1.5.0

27 Aug 19:44
Compare
Choose a tag to compare

v1.5.0 - 2014/08/27

  • #103 - Add elixir-quoted-minor-mode. This mode moves macro expansion to a separate buffer instead of as a message in a minibuffer, improving its readability and utility.

v1.4.10

26 Aug 05:37
Compare
Choose a tag to compare

v1.4.10 - 2014/08/26

  • #102 - Add support for syntax highlighting for variable interpolation. Fixes #93
  • #101 - Fix indentation after inline comment. Fixes #95

v1.4.9

26 Aug 03:32
Compare
Choose a tag to compare

v1.4.9 - 2014/08/25

  • #100 - Fix indentation in multi-line match expressions. Fixes #98
  • #99 - Tokenize trailing whitespace properly. Fixes #97
  • #96 - Remove syntax highlighting for operators.

v1.4.8

20 Aug 02:58
Compare
Choose a tag to compare

v1.4.8 - 2014/08/19

  • #92 - Update Rakefile to also run the release.py script.
  • #91 - Updates to regexes for various lexemes
  • #90 - Fix bug in atom highlighting.

v1.4.7

19 Aug 03:14
Compare
Choose a tag to compare

v1.4.7 - 2014/08/18

  • #87 - Add syntax highlighting for heredocs & failing tests for indentation.
  • #85 - Improve regex for defmodule highlighting.
  • #84 - Improve fontification for identifiers.

v1.4.6

18 Aug 20:05
Compare
Choose a tag to compare

v1.4.6 - 2014/08/18

  • #82 - Remove broken SMIE rule.

v1.4.5

18 Aug 19:38
Compare
Choose a tag to compare

v1.4.5 - 2014/08/18

  • #81 - Rewrite token emitting functions

v1.4.4

18 Aug 15:45
Compare
Choose a tag to compare

v1.4.4 - 2014/08/18

  • #79 - Remove erroneous defrecord syntax.

v1.4.3

18 Aug 14:58
Compare
Choose a tag to compare

v1.4.3 - 2014/08/16

  • #75 - Clean up several minor bugbears in elixir-smie.
  • #74 - Remove special indentation rules for operators, except booleans.