Skip to content

Releases: mongodb/snooty-parser

Release: [v0.12.4] - 2022-02-02

02 Feb 15:47
v0.12.4
9cd8b3f

Choose a tag to compare

Pre-release

Fixed

  • Typo in the deploy environment configuration (DOP-2712, #383).

Release: [v0.12.3] - 2022-02-01

01 Feb 22:49
v0.12.3
192bd12

Choose a tag to compare

Pre-release

Added

  • An option to specify the location of an rstspec file to use (DOP-2649).
  • A new set of deploy environments.

Release: [v0.12.2] - 2022-01-27

27 Jan 16:52
v0.12.2
007724f

Choose a tag to compare

Pre-release

Added

Release: [v0.12.1] - 2022-01-25

25 Jan 19:22
v0.12.1
c592f30

Choose a tag to compare

Pre-release

Fixed

  • Using the include directive with no argument no longer cause a build hang (DOP-2696, #376, #377).

Release: [v0.12.0] - 2022-01-19

19 Jan 21:02

Choose a tag to compare

Pre-release

Changed

  • step and procedure directives can now be styled and are used to help generate steps from YAML (DOP-2504).

Release: [v0.11.13] - 2022-01-12

12 Jan 18:17
v0.11.13
ffa1f2f

Choose a tag to compare

Pre-release

Fixed

  • Substitutions containing multiple substitution elements no longer yields multiple paragraphs (DOP-2620).

Release: [v0.11.12] - 2022-01-06

06 Jan 17:28
v0.11.12
5953ef2

Choose a tag to compare

Pre-release

Added

  • The tocicon page option allows writers to attach an icon to a page in the site nav (DOP-2320, #367).

Release: [v0.11.11] - 2022-01-06

06 Jan 02:13
v0.11.11
2742563

Choose a tag to compare

Pre-release

Added

  • Flutter link roles (#373).
  • Roles for different versions of WT docs (DOCS-14997).
  • Chapters are now given an appropriate HTML5 id (DOP-2505).

Fixed

  • Handle escaped double-quotes (DOP-2638).
  • Temporary workaround for PHP role intersphinx issues (DOP-2636).
  • Properly report diagnostics on YAML parsing and unmarshaling errors (DOP-2637).

Release: [v0.11.10] - 2021-12-17

17 Dec 22:50
v0.11.10
84806be

Choose a tag to compare

Pre-release

A NOP release to avoid potential problems with the vscode extension rollout.

Release: [v0.11.9] - 2021-12-15

15 Dec 15:22
v0.11.9
8ee5fda

Choose a tag to compare

Pre-release

Changed

  • The language server has had significant work to increase concurrency and reduce jank,
    and now runs the postprocessor (DOP-2546, #358) bringing diagnostic parity with builds.

    More work is planned, but this is a significant step forward, years in the making!

  • OpenAPI specs may now be fetched from realm (DOP-2533, #360) with the :uses-realm: option
    on the openapi directive.

  • The iOS SDK Realm SDK tab has been retitled to Swift SDK courtesy of Chris Bush (#364).

Fixed

  • HTTP cache now avoids re-sending requests for an hour (#363)