Skip to content

Releases: fastobo/fastobo-syntax

0.3.7

17 Jan 23:56
v0.3.7
Compare
Choose a tag to compare

Fixed

  • Slightly improve parsing of quoted strings in grammar.pest.
  • Fixed Windows newlines not being recognized.

0.3.6

05 Oct 16:02
v0.3.6
Compare
Choose a tag to compare

Fixed

  • SynonymScope rule change breaking synonymtypedef header clauses.

0.3.5

05 Oct 15:34
v0.3.5
Compare
Choose a tag to compare

Fixed

  • Synonym production rule breaking on valid synonyms with v0.3.4.

0.3.4

05 Oct 14:58
v0.3.4
Compare
Choose a tag to compare

Added

  • Added BOSC 2019 poster reference to README.md.

Fixed

  • Synonym production rule parsing synonym types without whitespace after scope.

0.3.3

23 Jul 09:09
v0.3.3
Compare
Choose a tag to compare

Changed

  • Iso8601DateTime rule to allow parsing Iso8601Fraction with f32::from_str.

0.3.2

23 Jul 08:47
v0.3.2
Compare
Choose a tag to compare

Fixed

  • Iso8601DateTime rule support for dates with fractional seconds components.

0.3.1

05 Jun 01:18
v0.3.1
Compare
Choose a tag to compare

Fixed

  • XrefId rule allowing whitespaces, causing a bug with some Xref lists.

0.3.0

15 May 00:32
v0.3.0
Compare
Choose a tag to compare

Added

  • Support for is_asymmetric typedef clause in grammar.

0.2.1

09 May 22:49
v0.2.1
Compare
Choose a tag to compare

Changed

  • Outsourced crate to fastobo/fastobo-syntax GitHub repository.