Releases: renanbr/bibtex-parser
Releases · renanbr/bibtex-parser
2.2.0
What's Changed
- If installed, prefer the
ueberdosis/pandoc
package over ryakad/pandoc-php
by @extracts in #108
New Contributors
Full Changelog: 2.1.2...2.2.0
2.1.2
Fixed
- LatexToUnicodeProcessor should not wrap long BibTeX field values automatically #102, #103 (@saschaszott)
2.1.1
Fixed
- Allow special characters in citation keys #94, #95 (@eknoes)
- Tag content processors should skip
_original
and _type
keys #88, #91
- Make sure
DateProcessor
generates dates in UTC
Added
2.1.0
Fixed
- ParserException: Unexpected character #62
Added
1.0.5
Fixed
- Issue #49:
@Comment
cause ParserException::unexpectedCharacter
2.0.2
Fixed
- Issue #49:
@Comment
cause ParserException::unexpectedCharacter
2.0.1
Fixed
- Issue #44: Parsing CitationKey with
:
and /
in them (DBPL and ACM)
1.0.4
Fixed
- Issue #44: Parsing CitationKey with
:
and /
in them (DBPL and ACM)
1.0.3
Fixed
- Issue #40: invalid char before tag content isn't caught