|
1 |
| -## 1.3.1 () |
2 |
| -- Add |
3 |
| - [univesal-argument](http://www.gnu.org/software/emacs/manual/html_node/elisp/Prefix-Command-Arguments.html) |
4 |
| - possibility for `elixir-mode-iex` to run <code>iex</code> with additional |
5 |
| - arguments. |
6 |
| -- Add Recognition for question mark (?) char syntax |
7 |
| -- Add (failing) test for last comment in a block (#27) |
8 |
| -- Update Fontify character literals as strings. |
9 |
| -- Update inline documentation |
| 1 | +## v1.3.1 - 2014/07/05 |
| 2 | +* [#52](https://github.com/elixir-lang/emacs-elixir/pull/52) - Add CLI for running elixir-mode tests. |
| 3 | +* [#48](https://github.com/elixir-lang/emacs-elixir/pull/48) - Add a SMIE rule function for "def". Fixes #38 and #41 |
| 4 | +* [#50](https://github.com/elixir-lang/emacs-elixir/pull/50) - Remove grammar clause for "fn" terminal. Fixes #7 |
| 5 | +* [#44](https://github.com/elixir-lang/emacs-elixir/pull/44) - sigil % to ~ |
| 6 | +* [#46](https://github.com/elixir-lang/emacs-elixir/pull/46) - Added highlight for unless and Task module |
| 7 | +* [#45](https://github.com/elixir-lang/emacs-elixir/pull/45) - Highlight defstruct and Actor, Base modules |
| 8 | +* [#40](https://github.com/elixir-lang/emacs-elixir/pull/40) - IMenu: Show ExUnit tests under heading "Tests". |
| 9 | +* [#37](https://github.com/elixir-lang/emacs-elixir/pull/37) - Remove needless statement |
| 10 | +* [#35](https://github.com/elixir-lang/emacs-elixir/pull/35) - Added simple imenu support. |
| 11 | +* [#32](https://github.com/elixir-lang/emacs-elixir/pull/32) - Properly make variables local |
| 12 | +* [#31](https://github.com/elixir-lang/emacs-elixir/pull/31) - needed for effective code-navigation via syntax-ppss |
| 13 | +* [#28](https://github.com/elixir-lang/emacs-elixir/pull/28) - Recognize ? char syntax |
| 14 | +* [#24](https://github.com/elixir-lang/emacs-elixir/pull/24) - elixir-mode-eval-on-current-buffer binding comment incorrect |
| 15 | +* [#22](https://github.com/elixir-lang/emacs-elixir/pull/22) - Enhance `elixir-mode-iex` to accept additional arguments |
10 | 16 |
|
11 | 17 | ## 1.3.0 (June 24, 2013)
|
12 | 18 | - Add `elixir-mode-eval-on-region` to evalute Elixir code on the
|
|
0 commit comments