v2.9.1: fix(fetch_fulltext): delimited element-citation refs, verbatim page tokens
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.