- All arguments of
bibliography_entries()
except for the bibliographyfile
are now defunct. - The default style of bibliography entries is now the APA CV format. It can be customised using the csl argument in the yaml front matter.
bibliography_entries()
are now handled using a pandoc's cite-proc. This means that typical approaches for specifying CSL and other citeproc parameters will work as expected.- The
citation_package
andlatex_engine
options are now changeable by users for all output formats.
- This patch resolves knit issues introduced by tibble v3.0.0.
- Fixed issue with
bibliography_entries()
not working on Windows. - Fixed issue with using
brief_entires()
/detailed_entries()
mismatching argument order in variable names
- Simplified
bibliography_entries
entries by removingtitle
andsorting
arguments. The title can be included using markdown, and sorting now respects the order of the tibble created by the function.
- Added theme support for
moderncv
: classic, banking, oldstyle, fancy. - Added
latexcv
template using the classic theme. - Added
docname
to change the document name (@chrisumphlett, #42). - Added support for template specific formatting of surnames with
surname
. - Added Data sources for vitae vignette for using CV data from extermal sources.
- Added surnames to bibliography_entries dataset.
- Improved usage of dplyr verbs for manipulating and re-ordering outputs.
- Extended skeleton template to include examples of using CV functions.
- Bugfixes and documentation improvements.
First release of the package, containing:
- Four CV templates:
hyndman
,twentyseconds
,awesomecv
,moderncv
. - Three CV entries functions:
detailed_entries()
,brief_entries()
andbibliography_entries()
. - Two vignettes: Creating vitae templates and Introduction to vitae.