Odoc 1.3.0
See full changelog
Additions
- Reason syntax output (#156, Patrick Stapfer).
- BuckleScript support (#179, Leandro Ostera).
- New CSS, appearance (#139, Rizo Isrof).
- Table of contents for the sections in each page (fe26392).
- Navigation breadcrumbs, and limit length of module paths in page titles (#150, Yotam Barnoy).
- Syntax highlighting of code blocks (99f2be9).
- Compiled
odocbinary is now self-contained and requires no external files (bd3b53c). --theme-urioption (#154, Rizo Isrof).- Option to convert
.mldto HTML fragments rather than complete pages (#166, Rizo Isrof).
Bugs fixed
- Use regular dashes in arrows to support ligature fonts (#180, Leandro Ostera).
- Do not excessively indent code blocks (#133, Bobby Priambodo).
- Always prepend
page-to output file name when compiling.mldfiles (#183, Rizo Isrof). - Support
floatarraytype introduced in OCaml 4.06 (eb36158, Thomas Refis). - Support destructive type substitution (57cbb4e, Thomas Refis).
- Render
<i>tags in italics (#104, Thibault Suzanne). - Flush HTML output correctly (#167, Rizo Isrof).
- Make HTML output more valid (#185, Leandro Ostera).
- Various improvements to parsing, output, documentation, and the development workflow (Yotam Barnoy, Luke Czyszczonik, Mohamed Elsharnouby, Rudi Grinberg, Rizo Isrof, Leandro Ostera, Bobby Priambodo, Thomas Refis, Patrick Stapfer).
Build and development
odocis now one repo.- Dropped several dependencies.
- Considerable refactoring.
- New commnt parser (78a6699).
- Improved development workflow, including
CONTRIBUTING.md, tests, coverage analysis, CI, and issue organization. - Initial NPM packaging (Leandro Ostera, #214).
- Skeleton of odoc manual (Leandro Ostera, #203).