Skip to content

2.0

Choose a tag to compare

@kandu kandu released this 27 May 06:42
· 134 commits to master since this release

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)