Skip to content

Releases: mongodb/snooty-parser

Release: [v0.9.0] - 2021-01-28

28 Jan 15:34
v0.9.0
c64c9d0
Compare
Choose a tag to compare
Pre-release

Added

  • Allow "reusable" references (DOP-1857).

Changed

  • rstspec.toml updates.

Release: [v0.8.5] - 2021-01-14

14 Jan 16:34
v0.8.5
8eddb86
Compare
Choose a tag to compare
Pre-release

Added

  • Support for the ~ tag on roles to cut off all but the last .-delimited segment (DOP-1806).

Fixed

  • Fix altering giza substitutions in inheriting nodes (DOP-1875).

Release: [v0.8.4] - 2021-01-06

06 Jan 19:18
v0.8.4
Compare
Choose a tag to compare
Pre-release

Fixed

  • Don't crash upon building a manpage containing comments (DOP-1874).

Release: [v0.8.3] - 2021-01-06

06 Jan 16:45
Compare
Choose a tag to compare
Pre-release

Added

  • Build manpages (DOP-1584)
  • Support for include options and subsets in postprocessor (DOP-323)
  • Update driver, compass, ecosystem, and Realm SDK roles to point to correct URLs (DOP-1777)

Fixed

  • Handling of invalid tabs (parser no longer crashes, uses correct diagnostic levels)

IGNORE THIS

02 Dec 18:11
Compare
Choose a tag to compare
IGNORE THIS Pre-release
Pre-release
v0.8.2-oops

Update HACKING.md

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).