Skip to content

Releases: mongodb/snooty-parser

Release: [v0.16.7] - 2024-05-15

15 May 18:30
v0.16.7
1f12829
Compare
Choose a tag to compare

Added

  • Warn if a table contains only a header row (DOP-4430).
  • Parse breadcrumb toc titles (DOP-4592).

Fixed

Release: [v0.16.6] - 2024-04-17

17 Apr 18:45
Compare
Choose a tag to compare
Pre-release

Added

  • Add link type for community-built badges (DOP-4511)
  • Add new styles to generalize card content for programming language landing pages (DOP-4543)

Release: [v0.16.5] - 2024-04-10

10 Apr 15:08
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.16.4...v0.16.5

Release: [v0.16.4] - 2024-04-03

03 Apr 16:46
v0.16.4
c86baf7
Compare
Choose a tag to compare

Added

  • The extracts giza compatibility layer now supports the pre and post keys (DOP-4495).

Release: [v0.16.3] - 2024-03-21

21 Mar 15:51
v0.16.3
e82e83c
Compare
Choose a tag to compare

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

16 Feb 23:01
v0.16.1
24c1e2e
Compare
Choose a tag to compare

Fixed

  • The macOS builds should now function (DOP-4374).

Release: [v0.16.0] - 2024-02-14

14 Feb 17:41
v0.16.0
793a69c
Compare
Choose a tag to compare

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

  • Crash on malformed facets (DOP-4253)
  • Typo in the mms-icon-modify icon definition (DOP-4212)
  • Raise a diagnostic for section structures that cannot fit into a tree rather
    than silently dropping the content (DOP-3969)

Release: [v0.15.2.1] - 2024-02-01

01 Feb 22:17
v0.15.2.1
2205689
Compare
Choose a tag to compare

Added

  • Parse summary information.

Fixed

  • Revert fast parser exiting.

Release: [v0.15.2] - 2024-01-03

03 Jan 14:02
Compare
Choose a tag to compare

Changed

  • The parser will now accept the --no-caching flag when creating a cache (#544).
  • Use UTF-8 encoding when reading TOML text (#545).

Release: [v0.15.1] - 2023-12-13

13 Dec 20:51
v0.15.1
62cdb14
Compare
Choose a tag to compare

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)