|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | +### Added |
| 9 | +- The `literalinclude` directive. |
| 10 | +- AST nodes for substitutions. |
| 11 | +### Changed |
| 12 | +- Only match PAT_EXPLICIT_TILE if needed by role. |
| 13 | + |
| 14 | + Roles are now categorized in one of three ways: |
| 15 | + * `text` roles only provide a label field in the AST. |
| 16 | + * `explicit_title` roles provide a target field in the AST, as well as |
| 17 | + optionally a label field. |
| 18 | + * `link` roles do not emit a role node at all; instead, they emit a |
| 19 | + reference with the refuri already set. |
| 20 | +### Fixed |
| 21 | +- Multiline directive arguments. |
| 22 | +- Include guide "languages" in legacy guide syntax. |
| 23 | +- `:dedent:` on `literalinclude` directives with empty lines. |
| 24 | +- Child giza nodes should not always have their parent's ref. |
| 25 | +- Extracts should be created with the category `extracts`, not `extract`. |
| 26 | + |
| 27 | + |
| 28 | +## [v0.1.5] - 2019-03-28 |
| 29 | +### Added |
| 30 | +- Support additional directives and roles |
| 31 | + |
| 32 | +## [v0.1.4] - 2019-03-28 |
| 33 | +### Added |
| 34 | +- Bundle Python hash function implementations temporarily. |
| 35 | +- Add support for additional MongoDB rst constructs. |
| 36 | + |
| 37 | +## [v0.1.3] - 2019-03-27 |
| 38 | +### Added |
| 39 | +- Substitute constants from language-server. |
| 40 | +- Report bad project config. |
| 41 | +- Force encodings to utf-8. |
| 42 | + |
| 43 | +## [v0.1.2] - 2019-03-27 |
| 44 | +### Added |
| 45 | +- Bundle OpenSSL with the macOS binary release. |
| 46 | + |
| 47 | +## [v0.1.1] - 2019-03-22 |
| 48 | +### Added |
| 49 | +- Bundle Python with the binary release. |
0 commit comments