Releases: ocaml-community/utop
Releases · ocaml-community/utop
2.9.1
2.9.0
2.8.0
CHANGES:
- If the current working directory is the home directory, then
do not load.ocamlinit
(@hyphenrf @copy #338) - With OCaml 4.12.0 and later, the toplevel uses the toplevel
state to exit with the right status code (#348 @Octachron) - Fix color highlight for errors (#350 @chripell)
- Add support for OCaml 4.13 (#353 @kit-ty-kate)
Emacs mode fixes:
- Company text-completion fixes (@leungbk #340)
utop-query-arguments
always returns(utop-arguments)
whether
it sets the utop-command or not (@dansanduleac #347)- Fix completion returning bogus candidates (#352 @chripell @rgrinberg)
2.7.0
2.6.0
2.5.0
2.5.0 (2020-04-26)
Additions
- add
#edit_mode_vi
and#edit_mode_default
mode to set the editing mode(@kandu) - Backport the
#use_output
directive (@diml, #313)
General
- Load init file from ~/.config/utop/init.ml as per XDG conventions (@copy, #144)
- Add OCaml 4.09 and 4.10 to the CI matrix (@kit-ty-kate, #310)
- Add documentation for dune utop usage in emacs (@samarthkishor, #307)
2.4.3
2.4.2
2.4.1
2.4.0
2.4.0 (2019-05-17)
General
- Better support for wide and combined glyph (@kandu)
- Added tips for simpe prompt without fancy features (Marshall Abrams, #279)
- Correct quoting for Windows command shell (Dmitry Bely, #272)
Additions
- 4.08 compatibility (#284)
- module
UTop
: addget_load_path
andset_load_path
to manage the include directories (#284)
Breaking
- module
UTop
:val load_path : string list ref
is removed (#284)