Skip to content

Commit 488e667

Browse files
committed
Changelog for 1.3.0
[skip ci]
1 parent ee44273 commit 488e667

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGES.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
v1.3.0
2+
------
3+
4+
Additions
5+
6+
- Reason syntax output (#156, Patrick Stapfer).
7+
- BuckleScript support (#179, Leandro Ostera).
8+
- New CSS, appearance (#139, Rizo Isrof).
9+
- Table of contents for the sections in each page (fe26392).
10+
- Navigation breadcrumbs, and limit length of module paths in page
11+
titles (#150, Yotam Barnoy).
12+
- Syntax highlighting of code blocks (99f2be9).
13+
- Compiled `odoc` binary is now self-contained and requires no external
14+
files (bd3b53c).
15+
- `--theme-uri` option (#154, Rizo Isrof).
16+
- Option to convert `.mld` to HTML fragments rather than complete pages
17+
(#166, Rizo Isrof).
18+
19+
Bugs fixed
20+
21+
- Use regular dashes in arrows to support ligature fonts (#180, Leandro
22+
Ostera).
23+
- Do not excessively indent code blocks (#133, Bobby Priambodo).
24+
- Always prepend `page-` to output file name when compiling `.mld` files
25+
(#183, Rizo Isrof).
26+
- Support `floatarray` type introduced in OCaml 4.06 (eb36158, Thomas
27+
Refis).
28+
- Support destructive type substitution (57cbb4e, Thomas Refis).
29+
- Render `<i>` tags in italics (#104, Thibault Suzanne).
30+
- Flush HTML output correctly (#167, Rizo Isrof).
31+
- Make HTML output more valid (#185, Leandro Ostera).
32+
- Various improvements to parsing, output, documentation, and the
33+
development workflow (Yotam Barnoy, Luke Czyszczonik, Mohamed
34+
Elsharnouby, Rudi Grinberg, Rizo Isrof, Leandro Ostera, Bobby
35+
Priambodo, Thomas Refis, Patrick Stapfer).
36+
37+
Build and development
38+
39+
- `odoc` is now one repo.
40+
- Dropped several dependencies.
41+
- Considerable refactoring.
42+
- New commnt parser (78a6699).
43+
- Improved development workflow, including `CONTRIBUTING.md`, tests,
44+
coverage analysis, CI, and issue organization.
45+
- Initial NPM packaging (Leandro Ostera, #214).
46+
- Skeleton of odoc manual (Leandro Ostera, #203).
47+
148
v1.2.0
249
------
350

0 commit comments

Comments
 (0)