Skip to content

Releases: fxfactorial/reasonml-brotli

Port to wonderful ReasonML and wonderful jbuilder

19 Dec 01:34
Compare
Choose a tag to compare

Fix acquiring runtime lock

16 Dec 14:25
Compare
Choose a tag to compare
v2.0.2

Acquire OCaml runtime lock mistake in caml callback

Remove compiler flag

10 Oct 15:55
Compare
Choose a tag to compare

remove -fsanitize-undefined-trap-on-error

Removal of custom dictionary

09 Oct 22:01
Compare
Choose a tag to compare
  1. Lowered C++ requirement to c++11
  2. Adapted to Brotli's API removal of custom dictionary.

Fix stubs for latest changes in Brotli API

20 Aug 14:20
Compare
Choose a tag to compare

Fixed stubs to work with Brotli 0.6.0,

  1. exposed a callback to OCaml side when part of input is decompressed.
  2. exposed a callback to OCaml side when part of input is compressed.

Add convenience function for file compression, decompress

18 Oct 19:35
Compare
Choose a tag to compare
v1.2.2

Bump version, documentation, build files

Address sanitizer working on Linux

11 Oct 17:46
Compare
Choose a tag to compare

Code successfully works on Linux and OS X

Complete refactor

10 Oct 06:30
Compare
Choose a tag to compare

Stripped the library down to the bare basics.

Native code ships with address sanitizer

Bug Fixes, build system improvement

07 Oct 22:08
Compare
Choose a tag to compare

Bug fixes, small feature additions and most importantly build system updates.

Library Complete Release

01 Oct 01:26
Compare
Choose a tag to compare

Finished wrapping library for all essential functions and providing type safe tuning of compression parameters.