Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Releases: saphyr-rs/saphyr-parser

v0.0.2

13 Jun 20:21
Compare
Choose a tag to compare

This release does not provide much but is needed for the saphyr library to depend on the new features.

Breaking Changes:

Features:

  • Add Marker::default()
  • Rework string handling in ScanError

Fixes:

  • yaml-rust2 #21 Fix parser failing when a comment immediately follows a tag.

Internal changes:

  • Various readability improvements and code cleanups