Skip to content

Releases: mongodb/snooty-parser

Release: [v0.14.1] - 2023-05-25

25 May 18:33
v0.14.1
4b95bc3
Compare
Choose a tag to compare

Added

Fixed

  • Correctly emit the static_assets field in each page's AST (DOP-3729).

Release: [v0.14.0] - 2023-04-06

06 Apr 16:55
Compare
Choose a tag to compare

Release: [v0.13.18-instruqt-unstable-1] - 2023-03-08

08 Mar 17:53
Compare
Choose a tag to compare
Remove print

Release: [v0.13.18] - 2023-03-02

03 Mar 05:02
Compare
Choose a tag to compare

Release: [v0.13.17] - 2023-02-13

13 Feb 23:15
v0.13.17
55c7766
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.16...v0.13.17

Release: [v0.13.16] - 2023-01-26

26 Jan 06:22
Compare
Choose a tag to compare
Pre-release

Changed

  • Numerous version bumps for project dependencies.
  • Page.query_fields removed (unused).
  • Devhub specific codepaths removed.

Fixed

  • Copyable option now checks for non-falsey values instead of "True".

Release: [v0.13.15] - 2023-01-12

12 Jan 15:33
v0.13.15
0792e59
Compare
Choose a tag to compare
Pre-release

Added

Changed

Release: [v0.13.14] - 2022-11-30

30 Nov 20:22
v0.13.14
98aa9a2
Compare
Choose a tag to compare
Pre-release

Added

  • Support for external ToC nodes as part of the embedded versions project (DOP-3200).

Changed

  • Binary releases are now built from Github Actions with Python 3.11 (DOP-3298).

Fixed

  • Each .txt page now gets a separate context for named references, rather than having a single
    global namespace with undefined filesystem-dependent semantics.

Release: [v0.13.13] - 2022-11-16

16 Nov 15:43
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.13.12...v0.13.13

Release: [v0.13.12] - 2022-10-19

19 Oct 19:06
v0.13.12
56b57b4
Compare
Choose a tag to compare
Pre-release

[v0.13.12] - 2022-10-19

Fixed

  • Tigthen up the schema for the constants field in snooty.toml. It was excessively
    permissive and failed to warn about an authoring mistake, causing issues 8 months
    later (DOP-3320).