Skip to content

Releases: renanbr/bibtex-parser

2.2.0

13 Sep 11:47
d02d242
Compare
Choose a tag to compare

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

27 Jul 21:58
7c65a8c
Compare
Choose a tag to compare

Fixed

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

2.1.1

11 Dec 20:05
faafbbe
Compare
Choose a tag to compare

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

03 Jun 09:01
Compare
Choose a tag to compare

Fixed

  • ParserException: Unexpected character #62

Added

1.0.5

30 Aug 18:31
Compare
Choose a tag to compare

Fixed

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

2.0.2

30 Aug 18:32
Compare
Choose a tag to compare

Fixed

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

2.0.1

04 Feb 13:25
Compare
Choose a tag to compare

Fixed

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

1.0.4

04 Feb 13:23
Compare
Choose a tag to compare

Fixed

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

2.0.0

25 Nov 16:36
Compare
Choose a tag to compare

First 2.x release

1.0.3

14 Nov 18:42
Compare
Choose a tag to compare

Fixed

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