|
1 | 1 | # Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
5 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | 7 |
|
7 | 8 | ## [Unreleased] |
8 | 9 |
|
| 10 | +## [v0.1.7] - 2019-05-21 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Add support for the following directives: |
| 15 | + |
| 16 | + - `image` |
| 17 | + - `tabs-pillstrip` |
| 18 | + - `tabs-cloud-providers` |
| 19 | + - `website` |
| 20 | + - `cloudmgr` |
| 21 | + - `stitch` |
| 22 | + - `charts` |
| 23 | + - `compass` |
| 24 | + - `driver` |
| 25 | + - `meta` |
| 26 | + - `topic` |
| 27 | + |
| 28 | +### Fixed |
| 29 | + |
| 30 | +- `raw` directive contents are now ignored. |
| 31 | +- Bundle `docutils.parsers.rst.directives.misc` in binary release to avoid runtime errors when using `unicode`. |
| 32 | + |
| 33 | +### Changed |
| 34 | + |
| 35 | +- Avoid processing giza substitutions in base nodes to avoid superfluous diagnostics. |
| 36 | + |
9 | 37 | ## [v0.1.6] - 2019-05-16 |
| 38 | + |
10 | 39 | ### Added |
| 40 | + |
11 | 41 | - The `literalinclude` directive. |
12 | 42 | - AST nodes for substitutions. |
13 | 43 |
|
14 | 44 | ### Changed |
| 45 | + |
15 | 46 | - Only match PAT_EXPLICIT_TILE if needed by role. |
16 | 47 |
|
17 | 48 | Roles are now categorized in one of three ways: |
18 | | - * `text` roles only provide a label field in the AST. |
19 | | - * `explicit_title` roles provide a target field in the AST, as well as |
| 49 | + - `text` roles only provide a label field in the AST. |
| 50 | + - `explicit_title` roles provide a target field in the AST, as well as |
20 | 51 | optionally a label field. |
21 | | - * `link` roles do not emit a role node at all; instead, they emit a |
| 52 | + - `link` roles do not emit a role node at all; instead, they emit a |
22 | 53 | reference with the refuri already set. |
23 | 54 |
|
24 | 55 | ### Fixed |
| 56 | + |
25 | 57 | - Multiline directive arguments. |
26 | 58 | - Include guide "languages" in legacy guide syntax. |
27 | 59 | - `:dedent:` on `literalinclude` directives with empty lines. |
28 | 60 | - Child giza nodes should not always have their parent's ref. |
29 | 61 | - Extracts should be created with the category `extracts`, not `extract`. |
30 | 62 |
|
31 | 63 | ## [v0.1.5] - 2019-03-28 |
| 64 | + |
32 | 65 | ### Added |
| 66 | + |
33 | 67 | - Support additional directives and roles |
34 | 68 |
|
35 | 69 | ## [v0.1.4] - 2019-03-28 |
| 70 | + |
36 | 71 | ### Added |
| 72 | + |
37 | 73 | - Bundle Python hash function implementations temporarily. |
38 | 74 | - Add support for additional MongoDB rst constructs. |
39 | 75 |
|
40 | 76 | ## [v0.1.3] - 2019-03-27 |
| 77 | + |
41 | 78 | ### Added |
| 79 | + |
42 | 80 | - Substitute constants from language-server. |
43 | 81 | - Report bad project config. |
44 | 82 | - Force encodings to utf-8. |
45 | 83 |
|
46 | 84 | ## [v0.1.2] - 2019-03-27 |
| 85 | + |
47 | 86 | ### Added |
| 87 | + |
48 | 88 | - Bundle OpenSSL with the macOS binary release. |
49 | 89 |
|
50 | 90 | ## [v0.1.1] - 2019-03-22 |
| 91 | + |
51 | 92 | ### Added |
| 93 | + |
52 | 94 | - Bundle Python with the binary release. |
0 commit comments