Releases: ocaml/odoc
Releases · ocaml/odoc
2.4.3
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
2.4.1
2.4.0
CHANGES:
Added
-
Add support for external search engines (@panglesd, @EmileTrotignon, #972)
This includes the generation of an index and the display of the results in
the UI (HTML only). -
Display 'private' keyword for private type extensions (@gpetiot, #1019)
-
Allow to omit parent type in constructor reference (@panglesd,
@EmileTrotignon, #933)
Fixed
- Warn and exit when table(s) is not closed (@lubegasimon, #1050)
- Hint when list(s) is not closed (@lubegasimon, #1050)
- Fix crash on functors returning an alias (@Julow, #1046)
- Fix rendering of polymorphic variants (@wikku, @panglesd, #971)
- Add references to extension declarations (@gpetiot, @panglesd, #949)
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
2.2.2
2.3.0
2.2.1
2.2.0
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
- Shadowing issues (@jonludlam, #853)
- Layout fixes and improvements (@panglesd, #832, #839, #847)
- Handle comments on class constraints and inherit (@Julow, #844)
- Disable the missing root warning (@jonludlam, #881)