Bibtex Parser Versions Save

BibTex Parser provides an API to read .bib files programmatically.

2.2.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/renanbr/bibtex-parser/compare/2.1.2...2.2.0

2.1.2

2 years ago

Fixed

  • LatexToUnicodeProcessor should not wrap long BibTeX field values automatically #102, #103 (@saschaszott)

2.1.1

3 years ago

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

  • PHP 8 support #92

2.1.0

3 years ago

Fixed

  • ParserException: Unexpected character #62

Added

  • Fill missing tag entry processor #78 (@MarionLeHerisson)
  • Trim entry processor #74 (@orions)
  • URL from DOI entry processor #71 (@LeJeanbono)

2.0.2

5 years ago

Fixed

  • Issue #49: @Comment cause ParserException::unexpectedCharacter

1.0.5

5 years ago

Fixed

  • Issue #49: @Comment cause ParserException::unexpectedCharacter

2.0.1

6 years ago

Fixed

  • Issue #44: Parsing CitationKey with : and / in them (DBPL and ACM)

1.0.4

6 years ago

Fixed

  • Issue #44: Parsing CitationKey with : and / in them (DBPL and ACM)

2.0.0

6 years ago

First 2.x release

1.0.3

6 years ago

Fixed

  • Issue #40: invalid char before tag content isn't caught