Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.64 KB

NEWS.md

File metadata and controls

38 lines (22 loc) · 1.64 KB

bibtex 0.5.1

Bug fix

  • Replaced as.personList(authors) with do.call(c, authors) as requested by CRAN (PR #52).

bibtex 0.5.0

New Features

Unit Tests

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 at inst/REFERENCES.bib in addition to REFERENCES.bib. (#19, thanks @ms609)

Documentation

  • Refreshed README content. (#29).
  • Updated Package Maintainer and contributors. (#30)

Deployment

  • Switched CI from TravisCI to GitHub Actions. (#29)
  • Added a pkgdown site for the package. (#29)