Skip to content

Releases: mongodb/snooty-parser

Release: [v0.6.3] - 2020-10-14

14 Oct 16:36
v0.6.3

Choose a tag to compare

Pre-release

Changed

  • Extlinks should use the target name for label if no label set, not the raw uri (DOP-1581).
  • RFC link labels now match legacy (DOP-1581).
  • Render role content when target is not found (DOP-1601).
  • Bump node extlink version (DOCSP-12335).

Fixed

  • Correctly inherit YAML ref names (DOP-1595).
  • Improve callable target handling.
  • Support required arguments, and apply to rstobjects (DOP-1589).
  • Support targets with escaped angle brackets (DOP-1586).

Release: [v0.6.2] - 2020-09-30

30 Sep 13:20
v0.6.2

Choose a tag to compare

Pre-release

Added

  • A dbtools role for linking to database tools docs.
  • New Realm rstobjects and extlinks (DOCSP-12508).
  • A simple "did you mean" feature for some kinds of typos (DOP-1570).

Changed

  • Ambiguous references are now automatically resolved when it is reasonable to do so (DOP-1434).
  • Permit version admonitions to have no argument (DOP-1523).
  • Incorrect external link syntax now yields an error (DOP-1569).

Fixed

  • Incorrectly monospaced text no longer inserts the warning text into the document (DOP-1511).
  • Intersphinx inventory entries now have the correct fragment identifiers (DOP-1574).

Release: [v0.6.1] - 2020-09-23

23 Sep 14:44
v0.6.1

Choose a tag to compare

Pre-release

Added

  • Highlighting roles (highlight-red, highlight-yellow, highlight-green, highlight-blue).

Fixed

  • Linking to non-lowercase labels (DOP-1534).

Release: [v0.6.0] - 2020-09-16

16 Sep 14:52
v0.6.0

Choose a tag to compare

Pre-release

Changed

  • HTML IDs are now explicit in the AST (DOP-1279).
  • Target matching is now case-sensitive (DOP-1277).
  • Internal changes to TOC metadata (DOP-981).
  • Un-deprecate the red role (DOP-1489).

Release: [v0.5.9] - 2020-09-14

14 Sep 16:54
v0.5.9

Choose a tag to compare

Pre-release

Fixed

  • Assets are now saved to the correct collection.

Release: [v0.5.8] - 2020-09-09

09 Sep 18:24
v0.5.8

Choose a tag to compare

Pre-release

Added

  • add bic-v2.10 role to link to v2.10 bi-connector docs (DOP-1458).
  • Ambiguous target candidates are now listed.

Changed

  • Batch writes to the database, significantly improving commit performance (DOP-1359).

Fixed

  • Support alternative no-title ref_role syntax (DOP-1429).
  • Don't suppress missing option/toc include file messages.
  • Sort glossary entires case-insensitively (DOP-1428).

Release: [v0.5.7] - 2020-09-08

08 Sep 23:19
v0.5.7

Choose a tag to compare

Pre-release

Added

  • Support for the prefix field in published-branches.yaml.

Release: [v0.5.6] - 2020-08-26

26 Aug 14:51
v0.5.6

Choose a tag to compare

Pre-release

Added

Changed

  • Internal error messages are now a little more helpful (DOP-1354).
  • Several directive options are no longer required (DEVHUB-206).

Fixed

  • Fixed crashes with empty list-tables, and with some obscure markup (DOP-1354, DOP-1394).

Release: [v0.5.5] - 2020-08-13

13 Aug 15:03
v0.5.5

Choose a tag to compare

Pre-release

Added

  • Language Server Protocol Diagnostics now include a source field of "snooty", so that users can
    quickly filter for snooty-related diagnostics in vscode.

Fixed

  • Upgraded PyInstaller to fix broken binaries.

Release: [v0.5.4] - 2020-08-12

12 Aug 14:28
v0.5.4

Choose a tag to compare

Pre-release

Added

  • Support for directive fields (DOP-1295).
  • Validation of required directive options (DOP-1306).
  • Additional performance logging, and the SNOOTY_PERF_SUMMARY environment variable (DOP-1349).
  • Various roles and directives.

Fixed

  • The list-table directive no longer generates incorrect warnings (DOP-1269).
  • Substitutions may now be used in directive arguments (DOP-1230).