Skip to content

Releases: mirage/encore

0.8.1

03 Mar 09:26
Compare
Choose a tag to compare

CHANGES:

  • Correctly handle the 0xff character on the encoder side (@yomimono, #33)

v0.8

17 Mar 22:15
Compare
Choose a tag to compare

CHANGES:

v0.7

04 Sep 14:19
Compare
Choose a tag to compare

CHANGES:

  • Add a pure label on some encoders to help the choose operator
    to not grow the internal stack (#27, @dinosaure)
  • Use an unlimited internal buffer with a dequeue to encode an
    object (#28, @dinosaure)

v0.6

03 Jul 12:27
Compare
Choose a tag to compare

CHANGES:

breaking changes

  • Defunctorize the core of the library (#24)
  • Improve the core with ocaml-git (#26)
  • Add documentation (#26)

v0.5

29 Jun 12:26
Compare
Choose a tag to compare

CHANGES:

  • Move to bigarray-overlap to be compatible with > MirageOS 3.6 and js_of_ocaml (#23)
  • Update to angstron.0.14.0 (#22)

v0.4

11 Nov 10:32
Compare
Choose a tag to compare

CHANGES:

v0.3

02 May 08:04
acf0d1d
Compare
Choose a tag to compare

CHANGES:

  • Fix OPAM file about how to ask to dune to build encore (@kit-ty-kate)
  • Use ke as common implementation of ring-buffer
  • Support of 4.07.0 in Travis CI
  • Provide a C stubs to know if a bigarray overlaps an other
  • Compilation fixed with MirageOS (@hannesm)
  • Tests about printer, parsers and combinators
  • Add from function to let user to allocate internal buffer
  • Use rev_iter instead fold and rev on internal queue
  • Delete tag argument on bijection objects to be more usable
  • Delete dependency of ocplib-endian and use bigstringaf instead
  • Use angstrom.0.10.0 (@andreas)

v0.2

15 Oct 16:57
Compare
Choose a tag to compare

CHANGES:

  • Dunify project

v0.1

31 Mar 12:24
Compare
Choose a tag to compare

v0.1 2018-03-31 Paris (France)

  • First release