Skip to content

Releases: mongodb/snooty-parser

Release: [v0.8.2] - 2020-12-02

04 Dec 14:58
Compare
Choose a tag to compare
Pre-release

Added

  • Support for figure border flag (DOP-1579)
  • Experimental support for installation on Windows

Fixed

  • Handling of :copyable: flag for code blocks (DOP-1750)
  • Handling of duplicate header / label naming (DOP-1326)
  • Installation behavior with new pip resolver

Release: [v0.8.1] - 2020-11-18

18 Nov 17:46
v0.8.1
Compare
Choose a tag to compare
Pre-release

Added

  • Add kafka-21-javadoc role for kafka links.

Changed

  • Add suffixes to heading IDs to ensure uniqueness (DOP-1734).
  • Don't rely on docutils header IDs, fixing e.g. headings with IDs like id1 (DOP-1566).
  • Don't include binary name unless requested in :option: links (DOP-1675).
  • Update Realm tabsets (contributed by Nick Larew).

Fixed

Release: [v0.8.0] - 2020-11-10

10 Nov 16:53
v0.8.0
Compare
Choose a tag to compare
Pre-release

Added

  • dotnet-sdk, xamarin, and git-scm extlink roles (DOCSP-13010).
  • Blockquote suggestion when unexpected indentation is encountered.
  • created_at field in the database to facilitate document expiration (DOP-1318).

Changed

  • Remove LiteralBlock node.
  • Static assets are now stored in the database with both filename and hash identifier,
    making it easier for the frontend to properly create all needed images (DOP-1643).

Release: [v0.7.0] - 2020-10-22

22 Oct 15:27
v0.7.0
Compare
Choose a tag to compare
Pre-release

Added

  • caption option for code blocks (DOP-1604).
  • mws directive (DOP-1575).
  • Tabs are now defined in rstspec.toml, and validated and sorted by the parser (DOP-1450).

Changed

  • Language pills are now provided in the document root node (DOP-1526).

Fixed

  • Double tabs-pillstrip bug (DOP-1526).
  • Preserve source fileid through includes (DOP-1018).

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

14 Oct 16:36
v0.6.3
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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).