snooty-parser

APACHE-2.0 License

Stars
18
Committers
54

Bot releases are visible (Hide)

snooty-parser - Release: [v0.14.0] - 2023-04-06

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

snooty-parser - Release: [v0.13.18-instruqt-unstable-1] - 2023-03-08

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

snooty-parser - Release: [v0.13.18] - 2023-03-02

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

snooty-parser - Release: [v0.13.17] - 2023-02-13

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

What's Changed

Full Changelog: https://github.com/mongodb/snooty-parser/compare/v0.13.16...v0.13.17

snooty-parser - Release: [v0.13.16] - 2023-01-26

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

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".
snooty-parser - Release: [v0.13.15] - 2023-01-12

Published by github-actions[bot] almost 2 years ago

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.
snooty-parser - Release: [v0.13.14] - 2022-11-30

Published by github-actions[bot] almost 2 years ago

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.
snooty-parser - Release: [v0.13.13] - 2022-11-16

Published by github-actions[bot] almost 2 years ago

What's Changed

Full Changelog: https://github.com/mongodb/snooty-parser/compare/v0.13.12...v0.13.13

snooty-parser - Release: [v0.13.12] - 2022-10-19

Published by github-actions[bot] about 2 years ago

[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).
snooty-parser - Release: [v0.13.11] - 2022-10-05

Published by github-actions[bot] about 2 years ago

Added

  • Spelling suggestions for reference roles (#416).
  • Associated products metadata (DOP-3197, #420).
snooty-parser - Release: [v0.13.10] - 2022-09-16

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/mongodb/snooty-parser/compare/v0.13.9...v0.13.10

snooty-parser - Release: [v0.13.9] - 2022-08-24

Published by github-actions[bot] about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mongodb/snooty-parser/compare/v0.13.8...v0.13.9

snooty-parser - Release: [v0.13.8] - 2022-08-11

Published by github-actions[bot] about 2 years ago

Added

  • List tables are now validated to have correct structure (DOP-3107)
snooty-parser - Release: [v0.13.7] - 2022-07-28

Published by github-actions[bot] about 2 years ago

snooty-parser - Release: [v0.13.6] - 2022-06-22

Published by github-actions[bot] over 2 years ago

Added

  • Added new link roles and mongosyncstate rstobject (#401, #402, #403, #404)
  • Rename "Realm" to "App Services" in tabsets (#405)
  • Validate relative URLs in card directives (DOP-3064, #408)

Fixed

  • Fix upsert logic and added manifest testing (#400).
  • Expand tildes in paths input on the command line (DOP-3078, #409)
  • Properly handle rst source files with invalid UTF-8 (DOP-3068, #410)
snooty-parser - Release: [v0.13.5] - 2022-05-19

Published by github-actions[bot] over 2 years ago

Added

  • Literalinclude support for input/output directives (DOP-2952, #398).

Fixed

  • Correctly handle field lists existing within a list (DOP-2975).
snooty-parser - Release: [v0.13.4] - 2022-05-05

Published by github-actions[bot] over 2 years ago

Added

  • Support adding arbitrary data to snooty.toml files via the data_fields key in rstspec.toml (DOP-2657, #396).
snooty-parser - Release: [v0.13.3] - 2022-04-07

Published by github-actions[bot] over 2 years ago

Added

  • Add source option to code-block directives and the Code node (DOP-2743, #389).
snooty-parser - Release: [v0.13.2] - 2022-03-21

Published by github-actions[bot] over 2 years ago

  • An eol boolean option in snooty.toml (DOP-2771, #390).
  • Subdomain consolidation rstspec.toml changes (DOP-2808).
snooty-parser - Release: [v0.13.1] - 2022-03-02

Published by github-actions[bot] over 2 years ago

  • Rename "Android SDK" tab to "Java SDK" (#388).
  • Add kotlin and flutter SDKs to the realm-sdks tabset (#388).
  • Improve io-code-block example snippets (DOP-2742, #387).