Changelog
Source:NEWS.md
bibtex 0.5.0
CRAN release: 2022-09-25
New Features
- The underlying parsing logic of bibtex files has been completely rewritten (huge thank you to Diego Hernangómez (@dieghernan), PR #47)
Unit Tests
- Unit tests are now using testthat version 3 (Diego Hernangómez (@dieghernan), PR #46).
bibtex 0.4.3
Bug fixes
- Applied CRAN stabilization patches. (#31, thanks Prof. Brian Ripley!)
- Removed dependency on
stringr
. (#25, thanks @mllg) -
ArrangeAuthors()
is now case insensitive when searching for and in an AND-joined list. (#22, thanks @katrinleinweber) -
findBibFile()
now looks atinst/REFERENCES.bib
in addition toREFERENCES.bib
. (#19, thanks @ms609)