Skip to content

Commit

Permalink
feat: release new parser
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
customcommander committed Sep 1, 2021
1 parent 2f7d341 commit 998c6d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/customcommander/ris/continuous%20integration)
![npm (scoped)](https://img.shields.io/npm/v/@customcommander/ris)
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@customcommander/ris)

# RIS

Read/write bibliographic records in [RIS format][].
Expand Down

0 comments on commit 998c6d9

Please sign in to comment.