Releases: c-cube/ocaml-containers
2.6
2.5
2.4.1
2.4
Feature release with new functions, bugfixes, updated tooling, and a better set of labelled modules.
Changelog: https://github.com/c-cube/ocaml-containers/blob/2.4/CHANGELOG.adoc
2.3
Containers 2.3 is a small release with a few more functions in existing modules,
some bugfixes, and many performance improvements.
Changelog: https://github.com/c-cube/ocaml-containers/blob/2.3/CHANGELOG.adoc
2.2
Small release with a few new functions and improved doc and labels modules.
changelog: https://github.com/c-cube/ocaml-containers/blob/2.2/CHANGELOG.adoc
2.1
Feature release with many improvements and some new modules.
In particular:
- new
CCUtf8_string
to deal with UTF8 encoded bytestrings - new
CCBijection
module in containers.data, for finite bijections - infix operators for most arithmetic types
changelog: https://github.com/c-cube/ocaml-containers/blob/2.1/CHANGELOG.adoc
2.0
Major release with some breaking changes in the API.
These changes belong to 3 categories:
- make
open Containers
replace polymorphic operators with monomorphic ones - make most optional arguments relying on polymorphic operators mandatory
- improve consistency of printers
changelog: https://github.com/c-cube/ocaml-containers/blob/2.0/CHANGELOG.adoc
1.5
Release with a few new functions which closes many issues and provides better retro-compatibility with the stdlib.
changelog: https://github.com/c-cube/ocaml-containers/blob/1.5/CHANGELOG.adoc
1.4
Release 1.4, with bugfixes, performance improvements, and a few new functions.
changes: https://github.com/c-cube/ocaml-containers/blob/1.4/CHANGELOG.adoc