Skip to content

v2.9.1: fix(fetch_fulltext): delimited element-citation refs, verbatim page tokens

Choose a tag to compare

@cyanheads cyanheads released this 09 Jun 09:49
· 18 commits to main since this release
v2.9.1
fa7116b

fix(fetch_fulltext): delimited element-citation refs, verbatim page tokens

Two bugs in extractReferences compound on structured-deposit PMC articles (e.g. Elsevier/ScienceDirect). Fixed in 2.9.1.

Fixed:

  • element-citation references now rendered field-by-field: author names joined with ', ', typed pub-ids labeled PMID/DOI/PMCID, fields space-separated. mixed-citation rendering unchanged. (#69)
  • orderedXmlParser runs with parseTagValue: false — page tokens like '4002.e26' preserved verbatim (no more 4.002e+29 coercion, no dropped leading zeros). Regular xmlParser untouched. (#69)

847 tests pass; bun run devcheck clean.