* ENH: customization: handle various hyphens (76). * ENH: writer: all values according to this maximal key width (83). * END: writer: display_order allows to have custom ordering of the fields of each entry instead of just alphabetical (83) by cschaffner. * FIX: bad support of braces in string (90) by sangkilc.
0.6.1
======
* API: Previous type and id keywords which are automatically added to the dictionnary are now ENTRYTYPE and ID, respectively (42). * ENH: comma first syntax support (49) by Michal Grochmal.
0.6.0
======
* DOC: clarify version number * ENH: support for bibtex with leading spaces (34) * FIX: if title contained multiples words in braces * ENH: code refactoring (33) * ENH: support for comment blocks (32) * ENH: Removed comma after last key-value pair by faph (28) * ENH: optional keys sanitising by faph (29) * FIX: missing coma at the end of a record (24) * DOC: clarify the usecase of to_bibtex * FIX: raise exception for TypeError in to_bibtex (22)
0.5.5
======
* ENH: json output * ENH: Add (optional) support for non-standard entry types by Georg C. Brückmann * FIX: protect uppercase only on unprotected characters. 18 * ENH: string replacement by Uwe Schmidt (13 20)
0.5.4
======
* ENH: json output * API: enhance the naming choice for bwriter
0.5.3
======
* ENH: add writer (16), thanks to Lucas Verney * MAINT: Remove non-standard --BREAK-- command detection * FIX: missing strip() (14) by Sebastien Diemer * API breakage: the parser takes data instead of a filehandler