v2.0.0
·
114 commits
to master
since this release
2.0.0 (2020-06-28)
Code Refactoring
- simplify grammar and lexer rules (731bf8d)
Features
- add support for BT tag. (5510e11)
- add support for CP tag. (b1e6893)
- add support for CT tag. (6d69f0d)
- add support for ED tag. (8bf8cb7)
- add support for EP tag. (e3221ad)
- add support for ID tag. (dc88c5a)
- add support for IS tag. (2c398e5)
BREAKING CHANGES
- this refactor doesn't aliases RIS tags to "human-friendly" names anymore.
these aliases actually depend on the type of the reference, so these
aliases will become dynamic in the future.
for the time being each tag/value pair will become a key/value
pair of the reference object.
some of the values are also postprocessed to add some more
metadata to them. this isn't being documented in this commit