Releases: mongodb/snooty-parser
Releases · mongodb/snooty-parser
Release: [v0.18.6] - 2024-10-30
Fixed
- Revert "Bump dependencies to support Python 3.13"
Release: [v0.18.5] - 2024-10-23
Release: [v0.18.4] - 2024-10-16
What's Changed
- DOP-3424: "On this page" subnav incorrectly displays headings for all language tabs by @mayaraman19 in #625
Full Changelog: v0.18.3...v0.18.4
Release: [v0.18.3] - 2024-10-09
What's Changed
- DOP-5046: Prioritize PyMongo in wayfinding component by @rayangler in #624
- DOP-5059: Add
expanded
option to Collapsibles by @mmeigs in #626
Full Changelog: v0.18.2...v0.18.3
Release: [v0.18.2] - 2024-10-02
What's Changed
- DOP-4915: add display_name property to facets by @seungpark in #621
Full Changelog: v0.18.1...v0.18.2
Release: [v0.18.1] - 2024-09-25
Release: [v0.18.0] - 2024-09-18
What's Changed
- DOP-4983: controlled sections and refs for collapsibles by @seungpark in #616
- DOP-4689: Implement multi-page tutorials by @rayangler in #617
- DOP-4983: improve heading content and sectioning by @seungpark in #618
Full Changelog: v0.17.1...v0.18.0
Release: [v0.17.1] - 2024-09-05
What's Changed
- DOP-4685: Implement method-selector by @rayangler in #614
- DOP-4972: Add ruby driver to wayfinding component by @mayaraman19 in #615
Full Changelog: v0.17.0...v0.17.1
Release: [v0.17.0] - 2024-08-15
Added
Changed
- When running as a language server, the language client is now used for file watching
instead of snooty having its own file watch implementation. This should yield a much more
reliable file watch experience. (DOP-4829, #610).
Removed
- The
watch
subcommand has been removed. It was an escoteric feature with questionable reliability
and a highly problematic implementation.