Releases: abicky/nodejs-repl.el
Releases · abicky/nodejs-repl.el
0.2.4
- Fix unexpected process exits by sending "\x04" instead of
comint-send-eof
#32
- Stop supporting old Emacs versions #33
- Support Node.js 13.7.0 #34
0.2.3
- Support Node.js 13 and stop supporting Node.js 8 #29
0.2.2
- Support Node.js 12 and stop supporting Node.js 7 or earlier #25
- Remove redundant prompts after completion #26
0.2.1
- Introduce nodejs-repl-use-global custom variable #23
0.2.0
- Add support for path to Node.js command per project. #19
- End support for old versions #20
- Delete prompts inserted on set_window_size #21
- Remove nodejs-repl-send-last-sexp #22
0.1.7
- Use the editor mode of the REPL to send regions. (#18)