Skip to content

Tags: ocaml-community/utop

Tags

2.16.0

Toggle 2.16.0's commit message
Release 2.16.0

CHANGES:

* Add support for OCaml 5.4 (#500, @Octachron, @anmonteiro)
* restore backtrace (#503, fixes #501, @ysalmon)
* support camlp$n preprocessor (#486, fixes #485, @aqjune)
* utop configuration and state files (utoprc, utop-history) are now always in the relevant
  utop subdirectory (#484, fixes #478, #481 and #499, @tuohy).
* fix emacs completion for qualified paths (Module.M.some_name) (#497, fix #455, @juergenhoetzel, @bbatsov)
* implicit bindings for emacs mode (#465, fix #412, @bencef)

2.15.0

Toggle 2.15.0's commit message
Prepare 2.15.0

2.14.0

Toggle 2.14.0's commit message
Release 2.14.0

CHANGES:

* Add support for OCaml 5.2 (#470, fixes #466, @leostera, @ManasJayanth,
  @huwaireb)

2.13.1

Toggle 2.13.1's commit message
Release 2.13.1

CHANGES:

* Fix unavailable expunge on Windows (#447, @jonahbeckford)

2.13.0

Toggle 2.13.0's commit message
Release 2.13.0

CHANGES:

* Fix behavior of utop -stdin (#434, fixes #433, @tuohy)

* Handle bounds with `Zed.next_error` (#442, @tmattio)

* Load files from XDG directories (the legacy paths still work). (#431,
  @Skyb0rg007)

* Remove deprecated values `prompt_continue`, `prompt_comment`, `smart_accept`,
  `new_prompt_hooks`, `at_new_prompt` (#..., @emillon)

* Require OCaml 4.11.0 or newer. (#444, @emillon)

2.12.1

Toggle 2.12.1's commit message
Release 2.12.1

CHANGES:

* Fix regression with unit qualification when a `Unit` module is in scope with
  no `()` constructor (#429, fixes #428, @emillon)

* emacs: add completion-at-point implementation (#406, fixes #261, @j-shilling)

2.12.0

Toggle 2.12.0's commit message
Release 2.12.0

CHANGES:

* Add support for OCaml 5.1 (#421, @emillon)

* Mark `prompt_continue`, `prompt_comment`, `smart_accept`, `new_prompt_hooks`,
  `at_new_prompt` as deprecated (they have been documented as such since 2012
  and most of them are ignored) (#415, @emillon)

* Qualify `()` constructor in generated expressions. (#418, fixes #417, @emillon)

2.11.0

Toggle 2.11.0's commit message
Release 2.11.0

CHANGES:

* Bump the compatibility to 4.08+ (#393 @emillon)
* Load `@toplevel_printer` annotated printers for functors (#378 @metavinek)
* Do not display a backtrace when exiting normally (#399 #398 @emillon)

2.10.0

Toggle 2.10.0's commit message
Release 2.10.0

CHANGES:

* Use dependencies compatible with OCaml 5:
  - Use zed 3.2.0, based on uucp, uutf, and uuseg instead of camomile
  - Use logs.lwt instead of `lwt_logs`

2.9.2

Toggle 2.9.2's commit message
Release 2.9.2

CHANGES:

* Add support for OCaml 5.0 (#377 @dra27)