Skip to content

Releases: mongodb/snooty-parser

Release: [v0.4.4] - 2020-04-21

21 Apr 17:35
v0.4.4
Compare
Choose a tag to compare
Pre-release

Added

  • Support for deprecated versions (DOP-908).

Fixed

  • Definition list AST format.
  • The code block linenos option is now correctly placed in the AST node.

Release: [v0.4.3] - 2020-04-15

15 Apr 15:32
v0.4.3
Compare
Choose a tag to compare
Pre-release

Added

  • Added spec role.
  • Added support for various roles & directive options.
  • Added support for passing a patch ID into the build identifier (DOP-948).
  • The std:doc role now emits RefRole nodes rather than Role, and titles are now
    resolved in the parser (DOP-954).

Changed

  • Diagnostic refactoring (DOP-878).
  • The doc role is now in the std domain.

Release: [v0.3.7] - 2020-04-15

15 Apr 15:37
v0.3.7
Compare
Choose a tag to compare
Pre-release

Added

  • All roles, directives, & rstobjects from v0.4.3.

Release: [v0.4.2] - 2020-04-03

03 Apr 19:22
v0.4.2
Compare
Choose a tag to compare
Pre-release

Added

  • Various roles.

Changed

  • C# driver extlinks now point to 2.10.
  • Scala driver extlinks now point to 2.9.

Release: [v0.4.1] - 2020-04-02

02 Apr 17:49
v0.4.1
Compare
Choose a tag to compare
Pre-release

Added

  • Various roles and directive options.

Changed

  • Prefer canonical target names in the AST: e.g. mongod.-v over -v (DOP-881).

Fixed

  • Skip incomplete target nodes, resolving a crash. (DOP-891).

Release: [v0.4.0] - 2020-03-23

23 Mar 20:53
v0.4.0
Compare
Choose a tag to compare
Pre-release

Added

  • Program & Option handling (DOCSP-8449).
  • Enforce ISO 8061 dates (DOCSPLAT-825).
  • Support multiple authors.
  • Various roles & directives.

Changed

  • The AST is now constructed with a formally specified object-oriented structure.

Release: [v0.3.6] - 2020-03-03

03 Mar 22:23
v0.3.6
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fix ref_role nodes with an explicit title.

Release: [v0.3.5] - 2020-03-03

03 Mar 19:42
v0.3.5
Compare
Choose a tag to compare
Pre-release

Added

  • Populate substitution nodes in postprocess layer (DOCSPLAT-114).

Fixed

  • Fix devhub image handling (DOCSPLAT-861).

Release: [v0.3.4] - 2020-02-27

27 Feb 16:32
v0.3.4
Compare
Choose a tag to compare
Pre-release

[v0.3.4] - 2020-02-27

Removed

  • DevHub series directive.

Release: [v0.3.1] - 2020-02-14

14 Feb 15:40
v0.3.1
Compare
Choose a tag to compare
Pre-release

Added