Releases: Chris00/ANSITerminal
Releases · Chris00/ANSITerminal
0.8.5
CHANGES:
- Do not vendor
io.h
now that OCaml exports it (@dra27).
0.8.4
CHANGES:
- Upgrade Dune language version.
0.8.3
CHANGES:
- Improve the portability on Windows.
0.8.2
CHANGES:
- Do not check the terminal at startup for the Windows version — so it
can be used in a continuous integration environment.
0.8.1
CHANGES:
- Port to Dune.
- Upgrade to OPAM 2.0.
0.8
0.8 — 2017-11-08
- Only use escape sequences or Windows calls when the stdout or stderr
is a TTY. (issue #1).
- Port to jbuilder
Version 0.7
Compatible with --safe-string
(thus with OCaml 4.05.0).