Releases: fastobo/fastobo-syntax
Releases · fastobo/fastobo-syntax
v0.8.0
v0.7.4
Added
- Re-export the
pest
crate in the crate namespace.
Changed
- Bumped
pest
dependency tov2.5.1
.
v0.7.3
Added
OboLexer::tokenize_all
method to make sure the entire input is parsed.
v0.7.2
Fixed
- Parsing of
UrlId
with scheme other thanhttp
.
Changed
- Allow escaping reserved OBO characters with backslashes in IRIs.
0.6.2
0.6.1
0.6.0
Added
Definition
production rule to match value of def clauses.
Changed
- Renamed
OboLexer::parse
toOboLexer::tokenize
. PropertyValue
production rule now has two subrulesResourcePropertyValue
andLiteralPropertyValue
to aid constructing enum variants.LiteralPropertyValue
accepts any identifier as a datatype, not just
xsd
-prefixed datatypes.