Releases: J3RN/inf-elixir
Releases · J3RN/inf-elixir
Incremental Improvements
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
- @matgomes made their first contribution in #12
- @syohex made their first contribution in #13
- @fantasygiveup made their first contribution in #16
- @NickBoyadjian made their first contribution in #19
Full Changelog: v2.2.0...v2.3.0
Better REPL-choosing Logic
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
- Add
inf-elixir-run-cmdwhich 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
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.