Releases: ocaml-community/zed
Releases · ocaml-community/zed
3.2.3
3.2.3 (2023-08-10)
Zed_edit
: fix the Next_word
and Prev_word
actions
3.2.2
CHANGES:
Zed_utf8.next_error
: raise Zed_utf8.Out_of_bounds
in case of invalid offset (@Lucccyo, #52)
kill_next_word
should not raise Out_of_bound
(@Lucccyo, #55)
of_utf8
: add Uchar.is_valid
to check the input (@Lucccyo, #51)
3.2.1
CHANGES:
- Check if decoded values fit in Uchar (Etienne Millon, #50)
3.2.0
CHANGES:
- Replace Camomile with uu* (Nicolás Ojeda Bär, ZAN DoYe, Thibaut Mattio, #46)
3.1.0
3.1.0 (2020-05-30)
Zed_edit
Set_pos
action
Insert_str
action
3.0.1
3.0.1 (2020-04-28)
Zed_edit
: fix copy_sequence
3.0.0
3.0.0 (2020-04-25)
Zed_edit
:
- new actions
Join_line
Goto of int
Delete_next_chars of int
Delete_prev_chars of int
Kill_next_chars of int
Kill_prev_chars of int
- function
copy_sequence
2.0.5
2.0.5 (2020-01-29)
- Zed_rope.Zip: fix a bug in function
make_b