Releases: asciidoctor/asciidoctor-bibtex
v0.9.0
A long-waited release for many bug-fixes. Thanks all contributors and especially Dan @mojavelinux for the major work. The gem will still be updated with futhre bug-fixes, and PRs are always welcome.
What's Changed
- Allow citations in captions inside tables by @anneloreegger in #86
- Fix typos in comments by @languitar in #89
- resolves #95 upgrade bibtex-ruby to fix Ruby 3.3 compatibility by @mojavelinux in #97
New Contributors
- @anneloreegger made their first contribution in #86
- @languitar made their first contribution in #89
Full Changelog: v0.8.0...v0.9.0
0.8.0
0.7.1
0.6.0
Summary
This release is a continuous improvement of 0.5. Great thanks to Dan (@mojavelinux) for the tremendous help.
Distribution
This release is published through Ruby Gems
Enhancements
- CI on PR
- Conforming to Ruby file naming styles
- README now in asciidoc
Fixed Bugs
- Fix failures on bibtex items missing years.
0.5.2
Summary
This release is a quick fix over 0.5.1 to resolve a bug where inline formats in list items are prematurely rendered. Great thanks to @RarrugasTetra for discovering the bug.
Distribution
This release is published through Ruby Gems
0.5.1
0.5.0
Summary
This release is a thorough refactoring of the internals. All code has been cleaned, all tests come back, and several bugs are fixed.
Distribution
This release is published through Ruby Gems
Enhancements
- Support arbitrary locators (former pages)
- Support pretext in citation macros
- Support throwing errors in case of unfound citations
- Add unit tests
Fixed Bugs
- Fix citations in table cells
- Fix citations in footnotes