Releases: mirage/encore
Releases · mirage/encore
0.8.1
v0.8
CHANGES:
- Upgrade to ocamlformat.0.17.0 (@dinosaure, #31)
- Fix stack-overflow on large objects (@dinosaure, @zshipko, #31)
- Remove conflict with
git.2.1.3
(@dinosaure, @kit-ty-kate, fd0ef8c)
v0.7
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
v0.5
v0.4
CHANGES:
- Move to
bigarray-compat
to be compatible with > MirageOS 3.6 (#19, @dinosaure, @TheLortex) - Add
bigstringaf
as a dependency (#18, @andreas, @dinosaure)
v0.3
CHANGES:
- Fix OPAM file about how to ask to
dune
to buildencore
(@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)