Skip to content

Releases: theiconic/name-parser

v1.2.1

19 Jun 17:02
Compare
Choose a tag to compare
  • normalisation now honors unicode characters if mbstring extension is enabled (#5, thanks @CodeDuck42)
  • dev-dependencies updated

v1.2.0

17 Apr 15:55
faaa310
Compare
Choose a tag to compare
  • multi-language support for salutations, suffixes, lastname prefixes
    (introduces English and German language classes)
  • customisable salutations, suffixes, lastname prefixes and their normalisations
  • configurable nickname delimiters
  • replaced mapper option arrays with explicit constructor parameters

v1.1.0

15 Apr 13:40
Compare
Choose a tag to compare
  • support for ... , ... , ... name patterns
  • support for string-casting Name objects to the full name
  • improved salutation support
    • added Sir and Madam
    • added Mx. (non-binary) salutation
    • fixed normalisation of Miss to Miss, not to be confused with Ms.
  • more tests
  • added type-hinting

update build tools

13 Apr 15:38
Compare
Choose a tag to compare
  • update phpunit to 7.x
  • update php-coveralls to 2.x
  • report coverage to codeclimate

allow single-letter last names

13 Apr 04:38
Compare
Choose a tag to compare

Prevent the Initial mapper from taking over the last part of a name if it's a single letter - unless it's explicitly allowed to do so via an option. This allows mapping of 'B' in 'James B' as last name.

Fix prefixes of surnames without a surname

14 Aug 04:42
Compare
Choose a tag to compare

Fix problem of flagging prefixes of a surname when there is not surname behind them(E.g: John Van)

initial public release

16 May 02:55
db76dbb
Compare
Choose a tag to compare
v1.0.0

add badges

support Van as first name

12 Sep 08:11
Compare
Choose a tag to compare
Pre-release
0.1.1

map prefixes as firstname if they are the only unmapped part left