Skip to content

v2.0.0

Compare
Choose a tag to compare
@customcommander customcommander released this 28 Jun 09:55
· 114 commits to master since this release

2.0.0 (2020-06-28)

Code Refactoring

  • simplify grammar and lexer rules (731bf8d)

Features

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