Releases: theiconic/name-parser
Releases · theiconic/name-parser
v1.2.1
v1.2.0
- 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
- support for
... , ... , ...
name patterns - support for string-casting Name objects to the full name
- improved salutation support
- added
Sir
andMadam
- added
Mx.
(non-binary) salutation - fixed normalisation of
Miss
toMiss
, not to be confused withMs.
- added
- more tests
- added type-hinting
update build tools
- update phpunit to 7.x
- update php-coveralls to 2.x
- report coverage to codeclimate
allow single-letter last names
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
Fix problem of flagging prefixes of a surname when there is not surname behind them(E.g: John Van)
initial public release
v1.0.0 add badges
support Van as first name
0.1.1 map prefixes as firstname if they are the only unmapped part left