-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
51 lines (34 loc) · 1.18 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Revision history for BibTeX-Parser
{{$NEXT}}
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