Skip to content

Releases: c-cube/ocaml-containers

2.6

09 Aug 21:00
Compare
Choose a tag to compare
2.6

release 2.6.

changelog

2.5

02 Feb 20:08
Compare
Choose a tag to compare
2.5

Small release with bugfixes and performance improvements.

Changelog

2.4.1

02 Feb 20:10
Compare
Choose a tag to compare

bugfix release to try and amend a bit some involuntary breaking changes in 2.4 (related to some label arguments being erased).

Apologies for the inconvenience.

2.4

30 Nov 20:32
Compare
Choose a tag to compare
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

30 Nov 16:39
Compare
Choose a tag to compare
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

06 Aug 17:00
Compare
Choose a tag to compare
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

06 Aug 17:01
Compare
Choose a tag to compare
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

11 Feb 16:31
Compare
Choose a tag to compare
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

02 Jan 17:34
Compare
Choose a tag to compare
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

11 Oct 07:32
Compare
Choose a tag to compare
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