Releases: mongodb/snooty-parser
Releases · mongodb/snooty-parser
Release: [v0.16.7] - 2024-05-15
Release: [v0.16.6] - 2024-04-17
Release: [v0.16.5] - 2024-04-10
What's Changed
- DOP-4479: Update github actions by @i80and in #578
- Bump dependencies by @i80and in #579
- DOCSP-37734 add links to user voice pages by @kanchana-mongodb in #580
Full Changelog: v0.16.4...v0.16.5
Release: [v0.16.4] - 2024-04-03
Added
- The
extracts
giza compatibility layer now supports thepre
andpost
keys (DOP-4495).
Release: [v0.16.3] - 2024-03-21
Added
- A diagnostic for orphaned pages that do not exist within the project toctree (DOP-4404)
Changed
- SVGs now have an explicit height/width set if possible (#569)
- Invalid nested tabs are now presented as an INFO level diagnostic (DOP-4320)
- Non-pages (i.e. pages that do not end with
.txt
) are no longer included in the output bundle (DOP-4447, #574)
Removed
Release: [v0.16.1] - 2024-02-16
Fixed
- The macOS builds should now function (DOP-4374).
Release: [v0.16.0] - 2024-02-14
Added
- Enabling IA directives to support nested content for homepage redesign purposes (DOP-4300)
- Log a final parse summary message (DOP-4336)
- Parser identifies if an Instruqt lab is on the page (DOP-4279, DOP-4319, #558)
- YAML caching support for faster builds (DOP-3742).
- pre-determine image dimensions in parser (DOP-4207, #547, #548)
Changed
- Flag images for lazy loading depending (DOP-4225, #550)
- Support multiple inline elements in a shared include substitution (DOP-4181)
- Don't parse email literals (DOP-3285)
Fixed
Release: [v0.15.2.1] - 2024-02-01
Added
- Parse summary information.
Fixed
- Revert fast parser exiting.
Release: [v0.15.2] - 2024-01-03
Release: [v0.15.1] - 2023-12-13
Changed
- The parser will now exit more quickly upon completion.
- Warn on invalid tab nesting (DOP-3898).
- Throw warning and ignore nested projects on detection within parser (DOP-3866, #540)
- Catch TOML parsing errors in snooty.toml (DOP-4141, #542)
Fixed
- Fix regression causing an exception to not be handled when directive options are duplicated. (DOP-4140)