Revision history for BibTeX::Parser
1.04 2023-08-20 New release
1.03 2022-11-06
Avoid extra spaces with von part. (Author.pm)
Add ' to re_namechar. (Parser.pm)
1.02 2018-04-29 03:19:56 +0000
Corrected the bug when Jr is not accompanied by von.
1.01 2017-11-19 03:12:34 +0000
New options for to_string:
- print_pre - whether to print text preceding the entry
- type_capitalization ('Uppercase', 'Lowercase',
'Titlecase')
- field_capitalization ('Uppercase', 'Lowercase',
'Titlecase')
1.00 2017-03-18 21:53:15+00:00
Typo corrected: editors -> editor
0.70 2016-11-23 02:28:35+00:00
Compatibility with perl 5.25 (Alexandr Ciornii)
0.69 2016-03-24 15:13:50-04:00
Added option canonize_names to Entry::to_string
0.68 2016-03-10 13:45:31-05:00
Now we preserve the order of entries
0.67 2015-12-28 22:36:42+00:00
Corrected test t/13_output.t
0.66 2015-12-23 19:52:55-05:00
Corrected bug 67419.
Added $entry->to_string function
No Do not remove braces from the authors' names
0.65 2013-09-03 21:04:43
Add links in documentation.
0.64 2012-03-10 22:23:50
Remove a warning about undefined value.
0.63 2011-03-15 23:08:18
Parse files with errors (no keys, spaces in wrong positions). Bug #66325
0.62 2010-10-15 08:52:53
Declare Test::More minimum version with done_testing
0.61 2010-07-19 16:37:49
Add methods $entry->cleaned_author / cleaned_editor
0.6 2010-07-19 14:43:15
Add method $entry->cleaned_field( 'name' )
Add prerequisite LaTeX::ToUnicode >= 0.02
0.5 2010-07-06 13:17:45 Europe/Berlin
Do not attempt to clean up returned values
Author names with braces are split correctly
0.4 2010-02-09
Parsing of quoted author names (e.g. "{Foo and Bar, Inc.}")
0.3.2 2009-07-26
Removed dependency on Text::Balanced
0.3.1 2009-07-19
No changes, removed huge test file from dist
0.3 2009-07-18
Better parsing of author names,
new Method B::P::Entry->raw_bibtex
Removed Module::Install from package
0.21 2009-01-23
Fixed errors in synopsis.
0.2 2008-12-30
First public release.
0.1 2008-03-14
First version, internal