- Be compatible with OCaml 5.0 (@kit-ty-kate).
- Fix bug in
Path.fold. - Extend
Image.get_data*to bigarrays with externally managed payload.
- Fix a memory leak (#19).
- Fix GCC warnings, in particular the “multiple definition of …” (#23).
- Clarify the license.
- Use
dune-configurator.
- Fix
create_for_data32handling of dimensions. - Documentation improvements.
- Fix dependencies for
cairo2-gtkandcairo2-pango.
- New
Ftmodule to support FreeType fonts. This is enabled if the packageconf-freetypeis installed. On the C side, the exported header filecairo_ocaml.hdefines the macroOCAML_CAIRO_HAS_FTwhen the Cairo bindings were compiled with TrueType support. - New package
Cairo2-pangoproviding the moduleCairo_pango. - Remove labels that were not bringing a clear benefit. With Dune default behavior, users will feel compelled to write labels which was cluttering the code with the previous interface. With Merlin, it is now possible to have the documentation of a function under the cursor displayed with a simple keystroke which should alleviate having slightly less documentation in the types.
- Improve the documentation.
- Use Dune (not the former Jbuilder) to compile.