Add HISTORY document.
Chris Pressey
7 years ago
0 | History of Feedmark | |
1 | =================== | |
2 | ||
3 | 0.4 | |
4 | --- | |
5 | ||
6 | * Archiving targets of links is "more idempotent": | |
7 | * if the file has not changed, it is not changed on disk | |
8 | * if it has changed, the old file is renamed to a datestamped name | |
9 | * Writing the anchor `id` of `h3` elements is now much faster, as it | |
10 | is now done with a Markdown extension instead of BeautifulSoup. | |
11 | * `preamble` of a document is now formatted the same way as the `body` | |
12 | of each section in the document. | |
13 | * HISTORY document. | |
14 | * Other small fixes. | |
15 | ||
16 | 0.3 | |
17 | --- | |
18 | ||
19 | * `--input-refdexes`, `--input-refdex-filename-prefix`. | |
20 | * `--output-json` and `--by-publication-date` and `--output-links`. | |
21 | * Output a table of contents. | |
22 | * Some internal refactoring. | |
23 | * Rudimentary test suite. | |
24 | * Other small fixes. | |
25 | ||
26 | 0.2 | |
27 | --- | |
28 | ||
29 | * Check documents against schema. | |
30 | * Check, and archive the targets of, links in documents. | |
31 | * Output Markdown and HTML from input Feedmark documents. | |
32 | * Rewrite Feedmark documents in-place. | |
33 | * Create and use a refdex file (reference-style links.) | |
34 | * Other small fixes. | |
35 | ||
36 | 0.1 | |
37 | --- | |
38 | ||
39 | * Initial release. | |
40 | * Ability to create an Atom feed from a Markdown document. |