Releases: mongodb/snooty-parser
Releases · mongodb/snooty-parser
Release: [v0.14.1] - 2023-05-25
Release: [v0.14.0] - 2023-04-06
Release v0.14.0
Release: [v0.13.18-instruqt-unstable-1] - 2023-03-08
Remove print
Release: [v0.13.18] - 2023-03-02
Release v0.13.18
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
.txt
page 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
constants
field in snooty.toml. It was excessively
permissive and failed to warn about an authoring mistake, causing issues 8 months
later (DOP-3320).