summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes')
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes42
1 files changed, 25 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes
index a7724c0541a..cdcb9b93984 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes
+++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes
@@ -1,13 +1,21 @@
Revision history for BibTeX-Parser
+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
+ 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
+ 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
@@ -21,13 +29,13 @@ Revision history for BibTeX-Parser
No Do not remove braces from the authors' names
0.65 2013-09-03 21:04:43
- Add links in documentation.
+ 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
+ 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
@@ -43,27 +51,27 @@ Revision history for BibTeX-Parser
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.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.2 2009-07-26
+ Removed dependency on Text::Balanced
0.3.1 2009-07-19
- No changes, removed huge test file from dist
+ 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
+ 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.21 2009-01-23
+ Fixed errors in synopsis.
-0.2 2008-12-30
- First public release.
+0.2 2008-12-30
+ First public release.
-0.1 2008-03-14
+0.1 2008-03-14
First version, internal