Skip to content

Releases: J3RN/inf-elixir

Incremental Improvements

16 Jul 22:54
857210b

Choose a tag to compare

What's Changed

  • Add reload module function by @matgomes in #12
  • Replace obsolete functions by @syohex in #13
  • Add custom option to automatically switch to repl buffer by @fantasygiveup in #16
  • Add documentation for doom emacs in the readme by @NickBoyadjian in #19

New Contributors

Full Changelog: v2.2.0...v2.3.0

Better REPL-choosing Logic

21 Jul 19:57

Choose a tag to compare

This release includes a fix for #7. The new logic for REPL-choosing it illustrated in a new wiki page.

Also included is an inf-elixir-set-repl command which prompts the user for a REPL to target for inf-elixir-send-* commands for the current buffer. The prompt includes a "Create REPL" option in case you'd like to target a brand new REPL.

Incremental feature update

26 Feb 16:58

Choose a tag to compare

  • Add inf-elixir-run-cmd which receives a command as a string and opens a new Elixir REPL and buffer running that command.
  • Add all "sent" commands (e.g. commands run with inf-elixir-send-line) to the shell's history.

Initial MELPA Release

26 Feb 16:56

Choose a tag to compare

This includes the core functionality of inf-elixir with the ability to open Elixir REPLs, interact with them in their buffer, and send snippets from other buffers.