Releases: mongodb/snooty-parser
Releases · mongodb/snooty-parser
Release: [v0.5.7] - 2020-09-08
Added
- Support for the
prefix
field inpublished-branches.yaml
.
Release: [v0.5.6] - 2020-08-26
Release: [v0.5.5] - 2020-08-13
Added
- Language Server Protocol Diagnostics now include a
source
field of "snooty", so that users can
quickly filter for snooty-related diagnostics in vscode.
Fixed
- Upgraded PyInstaller to fix broken binaries.
Release: [v0.5.4] - 2020-08-12
Release: [v0.5.3] - 2020-07-29
Changed
- To prepare for updating the version of the parser used by the VSCode extension,
the postprocessor has been temporarily disabled in the language server.
Deprecated
- The following directives are deprecated:
admonition
,danger
,caution
, andtopic
(DOP-1243).
Release: [v0.5.2] - 2020-07-15
Fixed
- Directive arguments were not being properly migrated in the AST.
Release: [v0.5.1] - 2020-07-15
Release: [v0.5.0] - 2020-07-08
Added
- fail_on_diagnostics toml flag (DOP-1132)
- Support additional ordered list labels (DOP-1129)
- Support ordered list "start" attribute (DOP-1210)
- Logging of the parser's version at startup (DOP-1213).
- Snooty parser yields glossary IDs that match the IDs generated by legacy tooling (DOP-1171)
Changed
- Improve string-handling in spec-parser (DOP-1148).
Release: [v0.4.11] - 2020-06-22
Fixed
- Python 3.7 support.