Skip to content

Releases: francoisthire/bam

0.4

14 Jul 22:15

Choose a tag to compare

CHANGES:

  • Bam-ppx is compatible with OCaml 5.3

  • Make Std.bool generator unbiased

  • Fix Std.char generator when using non-printable characters

0.3

27 Oct 19:07

Choose a tag to compare

0.3

CHANGES:

  • Fix a file descriptor leak (#8)

  • More control over the computation of statistics (#8)

  • Fix a typing regression with OCaml 5.2 (#8)

  • Update the dependencies to be compatible with OCaml 5.2 (#11)
    (Thanks @mathiasbourgoin, @matthiasdrp)

0.2

14 May 09:31

Choose a tag to compare

0.2

CHANGES:

  • #2,#5: Add a PPX for Bam derving generators from a type or a module type

  • #1: Fix the Bam.Std.oneof generator

0.1

18 Feb 19:04

Choose a tag to compare

0.1

CHANGES:

  • Initial release of the Bam library.