Skip to content

Releases: ocaml/odoc

2.4.3

13 Sep 18:44
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Fix missing katex headers (@panglesd, #1096)
  • Allow ][ in code blocks, fixing issue #1137 (@Julow, #1149)
    This was interpreted as "code blocks with result", which now mandates a
    delimiter: {delim@lang[ code ]delim[ result ]}
  • Fix misprinting of type variables from ml files for OCaml 4.14 and later
    (multiple occurences of the same type variable could be named differently)
    (@Octachron, #1173)

2.4.2

29 Apr 12:29
Compare
Choose a tag to compare

CHANGES:

Added

Fixed

2.4.1

17 Jan 13:29
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Revert to outputing a file (without content) when rendering a hidden
    compilation unit. This fixes cases where the dune rules would
    fail. (@panglesd, #1069)

2.4.0

12 Dec 14:36
Compare
Choose a tag to compare

CHANGES:

Added

Fixed

Changed

  • Style: Adjusted line height in the TOC to improve readability (@sorawee, #1045)
  • Style: Remove font fallback to Helvetica, Arial (@Julow, #1028)
  • Style: Preformatted elements fallback to UA monospace (@toastal, #967)
  • Style: Sidebar is now stuck to the left of the content instead of the left of
    the viewport (@EmileTrotignon, #999)

2.3.1

26 Oct 14:52
Compare
Choose a tag to compare

CHANGES:

2.2.2

26 Oct 14:41
Compare
Choose a tag to compare

CHANGES:

Additions

2.3.0

29 Sep 12:14
Compare
Choose a tag to compare

CHANGES:

2.2.1

07 Aug 17:55
Compare
Choose a tag to compare

CHANGES:

Additions

2.2.0

13 Dec 10:49
Compare
Choose a tag to compare

CHANGES:

Additions

  • New unstable option --as-json for the HTML renderer that emits HTML
    fragments (preamble, content) together with metadata (table of contents,
    breadcrumbs, whether katex is used) in JSON format. (@sabine, #908)
  • New maths support via {m ... } and {math ... } tags. (@giltho, @gpetiot, #886)
  • Various optimisations (@jonludlam, #870, #883)
  • Better handling of alerts and deprecation notices. (@panglesd, #828)
  • Handle language tags on code blocks (@Julow, #848)

Bugfixes

2.1.1

05 Jul 22:18
Compare
Choose a tag to compare

CHANGES: