Skip to content

Releases: ocaml-community/ocaml-linenoise

1.5.1

20 Mar 19:12
3b9ba33
Compare
Choose a tag to compare

CHANGES:

  • fix a deadlock from 1.5

1.5

21 Feb 05:14
eb12367
Compare
Choose a tag to compare
1.5

CHANGES:

  • release runtime lock when calling lnoise
  • fix potential memleaks and use of deprecate parts of
    the OCaml C API
  • remove dependency on result

1.4

15 Sep 19:57
4bd58ca
Compare
Choose a tag to compare
1.4

This release adds more key bindings, courtesy of @Armael .

  • add support for the alt-d keybinding (delete next word)
  • add support for alt-backspace (equivalent to ctrl-w)
  • add support for alt-b/alt-f keybindings

Up linenoise, new features

26 Oct 18:05
Compare
Choose a tag to compare
  1. Update the version of linenoise this is using.
  2. Expose new functionality, type hints, see the gif.
  3. Use result type for functions that used to return int
  4. Fix mistake in C side, thanks @yallop

Release

10 Mar 05:13
Compare
Choose a tag to compare

Initial Release