Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Releases: hummy123/ocaml-piecerope

0.9.1

23 Mar 05:54
Compare
Choose a tag to compare

CHANGES:

  • Proper handling of \r\n line breaks.
  • Additional line break tests.
  • Piece_rope.stats function now returns proper number of lines (previously returned 0 if there were no line breaks; now returns 1 if there are no line breaks but just text because a single line without a line break is still a line).

0.9.0

20 Mar 12:02
Compare
Choose a tag to compare

CHANGES:

  • Implementation of functionality in mind is done but I might change my mind later.