snooty-parser

APACHE-2.0 License

Stars
18
Committers
54

Bot releases are visible (Hide)

snooty-parser - Release: [v0.16.5] - 2024-04-10 Latest Release

Published by github-actions[bot] 6 months ago

What's Changed

Full Changelog: https://github.com/mongodb/snooty-parser/compare/v0.16.4...v0.16.5

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

Published by github-actions[bot] 7 months ago

Added

  • The extracts giza compatibility layer now supports the pre and post keys (DOP-4495).
snooty-parser - Release: [v0.16.3] - 2024-03-21

Published by github-actions[bot] 7 months ago

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

  • The mongo-web-shell directive (DOP-4368-A, #566)
snooty-parser - Release: [v0.16.1] - 2024-02-16

Published by github-actions[bot] 8 months ago

Fixed

  • The macOS builds should now function (DOP-4374).
snooty-parser - Release: [v0.16.0] - 2024-02-14

Published by github-actions[bot] 8 months ago

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)
snooty-parser - Release: [v0.15.2.1] - 2024-02-01

Published by github-actions[bot] 9 months ago

Added

  • Parse summary information.

Fixed

  • Revert fast parser exiting.
snooty-parser - Release: [v0.15.13] - 2024-01-11

Published by github-actions[bot] 9 months ago

What's Changed

Allison typo'd the release and skipped 0.15.3-0.15.12. 😞

Full Changelog: https://github.com/mongodb/snooty-parser/compare/v0.15.2...v0.15.13

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

Published by github-actions[bot] 10 months ago

Changed

  • The parser will now accept the --no-caching flag when creating a cache (#544).
  • Use UTF-8 encoding when reading TOML text (#545).
snooty-parser - Release: [v0.15.1] - 2023-12-13

Published by github-actions[bot] 10 months ago

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)
snooty-parser - Release: [v0.15.0] - 2023-10-17

Published by github-actions[bot] about 1 year ago

What's Changed

Full Changelog: https://github.com/mongodb/snooty-parser/compare/v0.14.10...v0.15.0

snooty-parser - Release: [v0.14.10] - 2023-09-28

Published by github-actions[bot] about 1 year ago

snooty-parser - Release: [v0.14.9] - 2023-09-16

Published by github-actions[bot] about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mongodb/snooty-parser/compare/v0.14.8...v0.14.9

snooty-parser - Release: [v0.14.8] - 2023-09-07

Published by github-actions[bot] about 1 year ago

Fixed

  • Include taxonomy.toml in the binary bundles.
snooty-parser - Release: [v0.14.7] - 2023-09-07

Published by github-actions[bot] about 1 year ago

Changed

  • All internal paths are now relative to the project source tree, not absolute, allowing cache
    files to be portable between computers and working directories (DOP-3966)
  • Facet processing shoud be more reliable with regards to caches (DOP-3878)

Fixed

  • Ensure that YAML parsing diagnostics are reliably raised (DOP-4008)
snooty-parser - Release: [v0.14.6] - 2023-08-25

Published by github-actions[bot] about 1 year ago

Changed

  • Split out Realm Kotlin SDK role to sync and base URLs (#506)
  • Hotfixes to provide empty list by default for validated_facets and fix diagnostics
snooty-parser - Release: [v0.14.5] - 2023-08-24

Published by github-actions[bot] about 1 year ago

Added

  • Implement concrete Facet type (DOP-3921, #500, #507).
  • Support passing options like --rstspec to the create-cache command.
  • Add cache tests (DOP-3946, #508).

Changed

  • Update dependencies (#502).
  • Add perl programming language to taxonomy .
  • Unpluralize taxonomy (#503).
snooty-parser - Release: [v0.14.4] - 2023-08-10

Published by github-actions[bot] about 1 year ago

Added

  • First stage of parse caching (DOP-3741).
  • Cascading facets (DOP-3836, #494).

Changed

  • Taxonomy format changed (DOP-3875, #495, #501).
snooty-parser - Release: [v0.14.3] - 2023-07-27

Published by github-actions[bot] about 1 year ago

snooty-parser - Release: [v0.14.2] - 2023-06-28

Published by github-actions[bot] over 1 year ago

Added

  • Groundwork for page facets (DOP-3688, #476).

Changed

  • Linux AMD64 builds are now powered by Pyston, providing a healthy roughly 20% performance bump over
    CPython 3.11 (DOP-3746).

Fixed

  • Fix an incorrect assertion and a potential runtime exception that could be triggered by unusual reStructuredText (DOP-3753).
snooty-parser - Release: [v0.14.1] - 2023-05-25

Published by github-actions[bot] over 1 year ago

Added

  • Add support and validation for the openapi-changelog directive (DOP-3660, DOP-3661, DOP-3663).

Fixed

  • Correctly emit the static_assets field in each page's AST (DOP-3729).