Releases: fastobo/fastobo-syntax
Releases · fastobo/fastobo-syntax
0.3.7
Fixed
- Slightly improve parsing of quoted strings in
grammar.pest
.
- Fixed Windows newlines not being recognized.
0.3.6
Fixed
SynonymScope
rule change breaking synonymtypedef
header clauses.
0.3.5
Fixed
Synonym
production rule breaking on valid synonyms with v0.3.4
.
0.3.4
Added
- Added BOSC 2019 poster reference to
README.md
.
Fixed
Synonym
production rule parsing synonym types without whitespace after scope.
0.3.3
Changed
Iso8601DateTime
rule to allow parsing Iso8601Fraction
with f32::from_str
.
0.3.2
Fixed
Iso8601DateTime
rule support for dates with fractional seconds components.
0.3.1
Fixed
XrefId
rule allowing whitespaces, causing a bug with some Xref lists.
0.3.0
Added
- Support for
is_asymmetric
typedef clause in grammar.
0.2.1
Changed
- Outsourced crate to
fastobo/fastobo-syntax
GitHub repository.