Skip to content

Releases: mongodb/snooty-parser

Release: [v0.15.2.1] - 2024-02-01

01 Feb 22:17
v0.15.2.1
2205689
Compare
Choose a tag to compare

Added

  • Parse summary information.

Fixed

  • Revert fast parser exiting.

Release: [v0.15.2] - 2024-01-03

03 Jan 14:02
Compare
Choose a tag to compare

Changed

  • The parser will now accept the --no-caching flag when creating a cache (#544).
  • Use UTF-8 encoding when reading TOML text (#545).

Release: [v0.15.1] - 2023-12-13

13 Dec 20:51
v0.15.1
62cdb14
Compare
Choose a tag to compare

Changed

  • The parser will now exit more quickly upon completion.
  • Warn on invalid tab nesting (DOP-3898).
  • Throw warning and ignore nested projects on detection within parser (DOP-3866, #540)
  • Catch TOML parsing errors in snooty.toml (DOP-4141, #542)

Fixed

  • Fix regression causing an exception to not be handled when directive options are duplicated. (DOP-4140)

Release: [v0.15.0] - 2023-10-17

17 Oct 14:35
7e6df1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.10...v0.15.0

Release: [v0.14.10] - 2023-09-28

28 Sep 15:10
0d64625
Compare
Choose a tag to compare

Release: [v0.14.9] - 2023-09-16

16 Sep 20:00
a2e86c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.8...v0.14.9

Release: [v0.14.8] - 2023-09-07

07 Sep 18:19
v0.14.8
4df5d6d
Compare
Choose a tag to compare

Fixed

  • Include taxonomy.toml in the binary bundles.

Release: [v0.14.7] - 2023-09-07

07 Sep 16:36
v0.14.7
1d036aa
Compare
Choose a tag to compare

Changed

  • All internal paths are now relative to the project source tree, not absolute, allowing cache
    files to be portable between computers and working directories (DOP-3966)
  • Facet processing shoud be more reliable with regards to caches (DOP-3878)

Fixed

  • Ensure that YAML parsing diagnostics are reliably raised (DOP-4008)

Release: [v0.14.6] - 2023-08-25

25 Aug 13:51
Compare
Choose a tag to compare

Changed

  • Split out Realm Kotlin SDK role to sync and base URLs (#506)
  • Hotfixes to provide empty list by default for validated_facets and fix diagnostics

Release: [v0.14.5] - 2023-08-24

24 Aug 19:25
Compare
Choose a tag to compare

Added

  • Implement concrete Facet type (DOP-3921, #500, #507).
  • Support passing options like --rstspec to the create-cache command.
  • Add cache tests (DOP-3946, #508).

Changed

  • Update dependencies (#502).
  • Add perl programming language to taxonomy .
  • Unpluralize taxonomy (#503).