Skip to content

Commit 998c6d9

Browse files
feat: release new parser
BREAKING CHANGE: This changes the parser to support any tags as long as they are correctly formatted. All tags are put into arrays. The ER tag is allowed to miss the trailing space after the dash. Special formatting rules for some tags are supported but not enforced. Other changes include * There is no default export anymore. To parse content call the parser function. * Log a message instead of throwing an exception when content cannot be parsed.
1 parent 2f7d341 commit 998c6d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/customcommander/ris/continuous%20integration)
2+
![npm (scoped)](https://img.shields.io/npm/v/@customcommander/ris)
3+
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@customcommander/ris)
4+
15
# RIS
26

37
Read/write bibliographic records in [RIS format][].

0 commit comments

Comments
 (0)