Changelog
Source:NEWS.md
version 0.5.0
bug fixes :
- Fixed unresolved dependency issues in parser.
- Fixed issue #21 where it could not read paths with spaces.
- Fixed issue #23 to detect bibliography files outside of the article folder and refer it from the
thebibliography{...}
command. - Some patches to adapt the parser to parse slightly different format/style of bibliography as mentioned in issue #24.
- Included test coverage using codecov and covr, fixing issue #13.
version 0.2.4
bug fixes :
- Fixed a bug where empty lines in the bunch of strings could not be filtered out.
- Fixed Issue #14 where the conversion/aggregation would fail in case of one or none bib items.
- Updated pkgdown site
version 0.2.2
CRAN release: 2023-05-26
features updates :
- Updated Contributor Details and DESCRIPTION
- CRAN Release
- Updated LICENSE and added
cph
- Logging events is now optional and turned off by default.
bug fixes :
- Corrected usage of
gsub()
for changing extensions withxfun::with_ext()
. - Cleaned up documentation and removed un-wanted functions/docs.
- Corrected
rebib::citation_reader()
example. - Use of
message()
/warning()
instead ofprint()
- Examples/Tests/Vignettes do not write in user/package directory and work in a temp directory.
- Fixed
on.exit()
call inR/util.R
, move it from line 64 to line 22. - Fixed title and description in
DESCRIPTION
file
version 0.0.5
Version 0.0.1
Spun off from texor project
The decision to do this was based on the fact that the bibliography section in texor package was expanding significantly, enough to have its own package.