Skip to content

Releases: ocaml-community/utop

2.14.0

26 Feb 13:10
Compare
Choose a tag to compare

CHANGES:

2.13.1

07 Jul 15:35
Compare
Choose a tag to compare

CHANGES:

2.13.0

03 Jul 14:05
Compare
Choose a tag to compare

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

21 Apr 10:19
Compare
Choose a tag to compare

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

17 Apr 11:40
Compare
Choose a tag to compare

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

05 Jan 14:31
Compare
Choose a tag to compare

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

06 Jul 07:59
Compare
Choose a tag to compare

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

15 Jun 15:26
Compare
Choose a tag to compare

CHANGES:

2.9.1

28 Mar 15:33
Compare
Choose a tag to compare

CHANGES:

2.9.0

09 Dec 13:25
Compare
Choose a tag to compare

CHANGES: