All Versions
10
Latest Version
Avg Release Cycle
88 days
Latest Release
1538 days ago

Changelog History

  • v1.0.6 Changes

    February 08, 2020
    • ๐Ÿ›  Fix Python 3.8 syntax error warning (#104)
  • v1.0.5 Changes

    December 12, 2019
    • ๐Ÿ›  Fix suffix parsing bug in comma parts (#98)
    • ๐Ÿ›  Fix deprecation warning on Python 3.7 (#94)
    • ๐Ÿ‘Œ Improved capitalization support of mixed case names (#90)
    • โœ‚ Remove "elder" from titles (#96)
    • โž• Add post-nominal list from Wikipedia to suffixes (#93)
  • v1.0.4 Changes

    June 27, 2019
    • ๐Ÿ‘ Better nickname handling of multiple single quotes (#86)
    • ๐Ÿ“œ full_name attribute now returns formatted string output instead of original string (#87)
  • v1.0.3 Changes

    April 20, 2019
    • 1.0.3 - April 18, 2018
      • fix sys.stdin usage when stdin doesn't exist (#82)
      • support for escaping log entry arguments (#84)
    • 1.0.2 - Oct 26, 2018
      • Fix handling of only nickname and last name (#78)
  • v1.0.2

    April 20, 2019
  • v1.0.1 Changes

    September 01, 2018
    • ๐Ÿ›  Fix overzealous regex for "Ph. D." (#43)
    • โž• Add surnames attribute as aggregate of middle and last names
  • v1.0 Changes

    August 31, 2018
    • ๐Ÿ”จ Refactor prefix handling based on learnings from issues #72, #23, #70, and #60. New algorithm joins prefixes to the following pieces but stops at other non-contiguous prefixes or suffixes
    • ๐Ÿ›  Fix support for nicknames in single quotes (#74)
    • ๐Ÿ”„ Change prefix handling to support prefixes on first names (#60)
    • ๐Ÿ›  Fix prefix capitalization when not part of lastname (#70)
    • ๐Ÿ“œ Handle erroneous space in "Ph. D." (#43)
  • v0.5.7 Changes

    June 16, 2018
    • ๐Ÿ›  Fix doc link (#73)
    • ๐Ÿ›  Fix handling of "do" and "dos" Portuguese prefixes (#71, #72)
  • v0.5.6 Changes

    June 14, 2018

    ๐Ÿ›  Fix python version check (#64)

  • v0.5.4 Changes

    December 07, 2017
    • โž• Add Dr to suffixes (#62)
    • โž• Add the full set of Italian derivatives from "di" (#59)
    • โž• Add parameter to specify the encoding of strings added to constants, use 'UTF-8' as fallback (#67)
    • ๐Ÿ›  Fix handling of names composed entirely of conjunctions (#66)