NEWS
rebib 0.5.0 (2024-10-15)
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.
rebib 0.3.2 (2023-09-08)
bug fixes :
- Fixed #19 where bib parser would fail to extract identifiers.
- Corrected fix #17 to work better.
rebib 0.3.0
bug fixes :
- Fixed #15, where certain articles would fail to aggregate bibliography.
- Fixed #17, where writer would add extra newlines.
- Updated wrapper tools which work with articles without wrapper as well.
rebib 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
rebib 0.2.2 (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 with xfun::with_ext()
.
- Cleaned up documentation and removed un-wanted functions/docs.
- Corrected
rebib::citation_reader()
example.
- Use of
message()
/warning()
instead of print()
- Examples/Tests/Vignettes do not write in user/package directory and work in a temp directory.
- Fixed
on.exit()
call in R/util.R
, move it from line 64 to line 22.
- Fixed title and description in
DESCRIPTION
file
rebib 0.1.7
features updates :
- New Vignettes
- testthat test cases
- Added Pages field
bug fixes :
- Github issue #9
- Updated path for backup file before adding external bib file reference.
- Multiple citations are split into individual citations.
- Fixed year handling issue Github issue #11
- fixed issue with missing spaces in the journal field
rebib 0.1.2
features updates :
- Logging events
- Bibliography Aggregation
bug fixes :
- BibTeX writer improved
- more man pages
- citation reader
- absolute path support
rebib 0.0.9
features updates :
- BibTex reference parser/reader
- year field implemented
- Passing R CMD check
bug fixes :
- BibTeX writer re-implemented
- more man pages
rebib 0.0.5
feature updates :
- title field now contains title only
- publisher field with remaining info
- URL field (enabled if URL exists)
bug fixes :
- fixed stray periods(.) and colons(:)
rebib 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.
features :
Reads bib chunks to produce minimum viable bibtex equivalent