Releases: ocaml-community/lambda-term
Releases · ocaml-community/lambda-term
2.0
2.0 (2019-05-17)
Breaking
- LTerm_draw: type
point
is redefined to useZed_char.t
as the essential element to support wide, combined glyph - functions and methods: change parameter type from
UChar.t
orZed_utf8.t
toZed_char.t
orZed_string.t
- LTerm_text
- function
of_string
is renamed toof_utf8
- function
of_string_maybe_invalid
is renamed toof_utf8_maybe_invalid
- the new
of_string
function is of typeZed_string.t -> t
- the new
of_string_maybe_invalid
function is of typeZed_string.t -> t
- function
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)