Skip to content

Releases: tonini/elixir-mix.el

elixir-mix.el v1.0.0 Release

03 Oct 13:39
Compare
Choose a tag to compare
  • Feature: new function elixir-mix-test-at-point
  • Fix: elixir-mix-new is now working as expected.
  • Fix: elixir-mix-execute always called with command list.
  • Fix: links in compilation.
  • Fix: compilation handling & coloring.

Big thanks to Alexander (@sviridov ) for all the work on this release.

elixir-mix.el v0.3.0 Release

26 Nov 08:10
Compare
Choose a tag to compare
  • Remove compile-mode crufy at top of output
  • Add font-lock stuff to highlight error or success
  • Save and restore default-directory around execution of mix
  • Fix save-some-buffers to not ask about save writable buffers (like term sessions)
  • Fix typos

Big thanks to Dave (@pragdave) for all the work on this release. ;-)

elixir-mix.el v0.2.4 Release

26 Oct 08:27
Compare
Choose a tag to compare
  • add testing structure (including travis CI)
  • introduce a elixir-mix-compilation-mode with define-compilation-mode
  • much cleaner elixir-mix-execute function.
    Remove limitations about which tasks could be run through it.
  • introduce elixir-mix--build-runner-cmdlist function to handle different parameter situations.

elixir-mix.el v0.1.4 Release

14 Oct 14:03
Compare
Choose a tag to compare
  • use locate-dominating-file function to detect project root directory instead of own implementation.

elixir-mix.el v0.1.3 Release

16 Jul 20:20
Compare
Choose a tag to compare
  • add elixir-mix-test-file which will run a given file through the mix test command.

elixir-mix.el v0.0.3 Bugfix Release

15 Jul 18:50
Compare
Choose a tag to compare
  • deps-install-* function renaming to local-install-* fix.