Skip to content

Releases: ocaml-community/zed

3.2.3

10 Aug 07:30
1b93b62
Compare
Choose a tag to compare

3.2.3 (2023-08-10)

  • Zed_edit: fix the Next_word and Prev_word actions

3.2.2

20 Jun 15:58
Compare
Choose a tag to compare

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

10 Nov 10:51
Compare
Choose a tag to compare

CHANGES:

  • Check if decoded values fit in Uchar (Etienne Millon, #50)

3.2.0

30 Jun 13:03
Compare
Choose a tag to compare

CHANGES:

  • Replace Camomile with uu* (Nicolás Ojeda Bär, ZAN DoYe, Thibaut Mattio, #46)

3.1.0

31 May 12:19
710e90d
Compare
Choose a tag to compare

3.1.0 (2020-05-30)

  • Zed_edit
    • Set_pos action
    • Insert_str action

3.0.1

28 Apr 02:02
Compare
Choose a tag to compare

3.0.1 (2020-04-28)

  • Zed_edit: fix copy_sequence

3.0.0

25 Apr 15:00
Compare
Choose a tag to compare

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.7

08 Apr 04:28
Compare
Choose a tag to compare

2.0.7 (2020-04-08)

  • fix Zed_edit.undo (#36)

2.0.6

27 Feb 13:37
fab8052
Compare
Choose a tag to compare

2.0.6 (2020-02-27)

2.0.5

29 Jan 12:05
Compare
Choose a tag to compare

2.0.5 (2020-01-29)

  • Zed_rope.Zip: fix a bug in function make_b