Skip to content

Releases: ocaml-community/lambda-term

2.0

27 May 06:42
Compare
Choose a tag to compare
2.0

2.0 (2019-05-17)

Breaking

  • LTerm_draw: type point is redefined to use Zed_char.t as the essential element to support wide, combined glyph
  • functions and methods: change parameter type from UChar.t or Zed_utf8.t to Zed_char.t or Zed_string.t
  • LTerm_text
    • function of_string is renamed to of_utf8
    • function of_string_maybe_invalid is renamed to of_utf8_maybe_invalid
    • the new of_string function is of type Zed_string.t -> t
    • the new of_string_maybe_invalid function is of type Zed_string.t -> t

General

  • depend on zed 2
  • Lterm_draw, LTerm_widget, LTerm_read_line refactored to support wide, combined glyphs
  • add name to dune-project (Hannes Mehnert, #70)
  • port to dune (Jérémie Dimino, #69)
  • README: Add Travis badge (Kevin Ji, #66)
  • Add travis config (Anurag Soni, #65)
  • opam: update homepage, bug-reports and dev-repo fields (Jérémie Dimino)

1.13

01 Jun 16:37
Compare
Choose a tag to compare
  • Make lambda-term compatible with Lwt 4 and Camomile 1 (#63, @ncihnegn)

1.12.0

06 Nov 10:12
Compare
Choose a tag to compare

1.12 (2017-11-05)

  • Fix: copy & pasting the terminal output doesn't adds many spaces
    after the end of lines (#52, Deokhwan Kim, fixes ocaml-community/utop#186)

  • -safe-string compatibility (#54)