Releases: mongodb/snooty-parser
Releases · mongodb/snooty-parser
Release: [v0.13.17] - 2023-02-13
What's Changed
- Switch from flit to poetry by @i80and in #427
- DOP-3487: Deprecate cssclass directive by @i80and in #443
- DOP-3211: ref label by @mmeigs in #444
- Cleanup: use a type for associated products rather than Dict[str, object] by @i80and in #446
- Make bump_version.py also bump the version in pyproject.toml by @i80and in #445
Full Changelog: v0.13.16...v0.13.17
Release: [v0.13.16] - 2023-01-26
Changed
- Numerous version bumps for project dependencies.
- Page.query_fields removed (unused).
- Devhub specific codepaths removed.
Fixed
- Copyable option now checks for non-falsey values instead of "True".
Release: [v0.13.15] - 2023-01-12
Added
- Default children and default slug for associated toc node (#438) by @seungpark in #438.
Changed
- Revert "Change OpenAPI metadata source to be spec string (DOP-3353)" by @rayangler in #436.
Release: [v0.13.14] - 2022-11-30
Added
- Support for external ToC nodes as part of the embedded versions project (DOP-3200).
Changed
- Binary releases are now built from Github Actions with Python 3.11 (DOP-3298).
Fixed
- Each
.txtpage now gets a separate context for named references, rather than having a single
global namespace with undefined filesystem-dependent semantics.
Release: [v0.13.13] - 2022-11-16
What's Changed
- Update GitHub actions by @i80and in #424
- DOP-3159: README overhaul by @seungpark in #425
- DOP-3307: Generate metadata for OpenAPI content pages by @rayangler in #426
- DOP-3353: Change OpenAPI metadata source to be spec string by @rayangler in #428
Full Changelog: v0.13.12...v0.13.13
Release: [v0.13.12] - 2022-10-19
[v0.13.12] - 2022-10-19
Fixed
- Tigthen up the schema for the
constantsfield in snooty.toml. It was excessively
permissive and failed to warn about an authoring mistake, causing issues 8 months
later (DOP-3320).
Release: [v0.13.11] - 2022-10-05
Release: [v0.13.10] - 2022-09-16
What's Changed
- DOP-1166: include all icon roles. parse icon classname from role + target by @seungpark in #417
- Fix some icon issues by @i80and in #418
- (DOCSP-23944) Adds Atlas CLI custom role to rstspec.toml by @sarahsimpers in #419
Full Changelog: v0.13.9...v0.13.10
Release: [v0.13.9] - 2022-08-24
What's Changed
- DOP-1166: add validation for icon role by @seungpark in #414
New Contributors
- @seungpark made their first contribution in #414
Full Changelog: v0.13.8...v0.13.9
Release: [v0.13.8] - 2022-08-11
Added
- List tables are now validated to have correct structure (DOP-3107)