Releases: mongodb/snooty-parser
Releases · mongodb/snooty-parser
Release: [v0.4.0] - 2020-03-23
Added
- Program & Option handling (DOCSP-8449).
- Enforce ISO 8061 dates (DOCSPLAT-825).
- Support multiple authors.
- Various roles & directives.
Changed
- The AST is now constructed with a formally specified object-oriented structure.
Release: [v0.3.6] - 2020-03-03
Fixed
- Fix
ref_role
nodes with an explicit title.
Release: [v0.3.5] - 2020-03-03
Added
- Populate substitution nodes in postprocess layer (DOCSPLAT-114).
Fixed
- Fix devhub image handling (DOCSPLAT-861).
Release: [v0.3.4] - 2020-02-27
[v0.3.4] - 2020-02-27
Removed
- DevHub series directive.
Release: [v0.3.1] - 2020-02-14
Added
- Directives for DevHub (DOCSP-8848).
- Tab sets for Realm (DOCSP-8787).
Release: [v0.3.0] - 2020-02-09
Added
- Support for defining a project's title (DOCSP-7988).
- Support for defining a project's default domain (DOCSP-8723).
- Support for DevHub template directives (DOCSP-8723).
- Support for Python 3.8 (DOCSP-7399).
- Support for injecting formatting into ref_role nodes (DOCSP-7569).
Changed
- Incomplete targets are now an error: for example,
`universal link <ios-universal-links_>`_
Fixed
- Directives may now have a "name" option, suppressing the docutils
special-case behavior. - Fix crashing around snooty.toml (DOCSP-8389).
Release: [v0.2.0] - 2020-01-23
Added
-
Target/Ref validation & resolution (DOCSP-5776, DOCSP-6657).
-
Commit IDs may now be passed into the parser (DOCSP-8277).
Changed
- Domains are now included in AST nodes when relevant.
Release: [v0.1.16] - 2019-12-20
Added
- Support for defining non-drawer TOC nodes via
toc_landing_pages
array in snooty.toml (DOCSP-7573).
Fixed
- Inconsistent YAML output filenames leading to broken page previews (DOCSP-8084).
Release: [v0.1.15] - 2019-12-05
Added
-
The following extlink roles:
fb-dev-docs
fcm
google-dev
google-android-ref
github
github-dev
electricimp
twilio
mdn
aws-go
aws-iam
aws-reference
reactjs
jwt-io
-
More semantic analysis postprocessing infrastructure (DOCSP-7574).
-
A new release process (DOCSP-7800).
Release: [v0.1.14] - 2019-11-19
Added
-
Added infrastructure to support editor preview.
-
Added infrastructure to support TOC generation.
-
Added diagnostic for merge conflict markers.
-
Parse published-branches.yaml and persist data to a metadata collection (DOCSP-7193).
Fixed
-
Parsing of extract filenames that include periods (DOCSP-6904).
-
Miscellaneous reStructuredText support improvements.
-
Properly report snooty.toml errors.