Build History:Name Object: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{CustomTOC}} ==Build 1974== ''Released April 2012'' *No Changes ==Build 1960== ''Released March 2012'' *No Changes ==Build 1895== ''Released December 2011'' *No Change..." |
No edit summary |
||
Line 27: | Line 27: | ||
''Released July 2011'' | ''Released July 2011'' | ||
;Interface Changes | |||
StandardizedCompany() method added to SQL sample interface | *StandardizedCompany() method added to SQL sample interface | ||
Fixed various bugs. | ;Functionality Changes | ||
Fixed crash when calling Parse using an invalid license. | *Fixed various bugs. | ||
Modified parsing to correctly parse LastName, FirstName when PrimaryNameHint = VeryLikelyFull. | *Fixed crash when calling Parse using an invalid license. | ||
*Modified parsing to correctly parse LastName, FirstName when PrimaryNameHint = VeryLikelyFull. | |||
==Build 1766== | ==Build 1766== | ||
Line 44: | Line 46: | ||
;New Features | ;New Features | ||
:;New Result Codes | :;New Result Codes | ||
:*Added new result codes to indicate if the first or last name was found in our database of actual census names. Please reference the Name Object manual for more details. | :*Added new result codes to indicate if the first or last name was found in our database of actual census names. Please reference the Name Object manual for more details. | ||
Line 68: | Line 72: | ||
;New Functionality | ;New Functionality | ||
:;Interface Change: | |||
:;Interface Change: | |||
:*New Results property added. | :*New Results property added. | ||
::A Results property was added, which replaces the StatusCode, ErrorCode, and ChangeCode properties, providing a single source of information about the last name processed and eliminating the need to call multiple properties to determine if a particular name was successfully parsed. | ::A Results property was added, which replaces the StatusCode, ErrorCode, and ChangeCode properties, providing a single source of information about the last name processed and eliminating the need to call multiple properties to determine if a particular name was successfully parsed. | ||
;Changed Functionality | |||
*Format of date for GetDatabaseDate(), GetDatabaseExpirationDate(), and GetLicenseExpirationDate() changed. | |||
==Build 1492== | ==Build 1492== | ||
Line 93: | Line 100: | ||
*Updated and changed PrimaryNameHint Property to now have the following input options: | *Updated and changed PrimaryNameHint Property to now have the following input options: | ||
:DefinitelyFull | :*DefinitelyFull | ||
:VeryLikelyFull | :*VeryLikelyFull | ||
:ProbablyFull | :*ProbablyFull | ||
:Varying | :*Varying | ||
:ProbablyInverse | :*ProbablyInverse | ||
:VeryLikelyInverse | :*VeryLikelyInverse | ||
:DefinitelyInverse | :*DefinitelyInverse | ||
:MixedFirstName | :*MixedFirstName | ||
:MixedLastName | :*MixedLastName | ||
:Details of these new input options can be found in the Name Object Manual. | :Details of these new input options can be found in the Name Object Manual. |
Revision as of 19:04, 2 August 2012
Build 1974
Released April 2012
- No Changes
Build 1960
Released March 2012
- No Changes
Build 1895
Released December 2011
- No Changes
Build 1876
Released December 2011
- No Changes
Build 1816
Released July 2011
- Interface Changes
- StandardizedCompany() method added to SQL sample interface
- Functionality Changes
- Fixed various bugs.
- Fixed crash when calling Parse using an invalid license.
- Modified parsing to correctly parse LastName, FirstName when PrimaryNameHint = VeryLikelyFull.
Build 1766
Released April 2011
- No Changes
Build 1730
Released February 2011'
- New Features
- New Result Codes
- Added new result codes to indicate if the first or last name was found in our database of actual census names. Please reference the Name Object manual for more details.
Build 1663
Released September 2010
- New Functionality
- New SetMiddleNameLogic method. You can now control how Name Object handles middle names when the name contains a hyphen.
- New StandardizeCompany method. You can standardize a company name using this method.
- The name object data file has been modified. The older Name Object library will still be able to use the new name object data file, but the new Name Object library will NOT be able to use the old name object data file.
Build 1609
Released June 2010
- No Changes
Build 1567
Released March 2010
- New Functionality
- Interface Change
- New Results property added.
- A Results property was added, which replaces the StatusCode, ErrorCode, and ChangeCode properties, providing a single source of information about the last name processed and eliminating the need to call multiple properties to determine if a particular name was successfully parsed.
- Changed Functionality
- Format of date for GetDatabaseDate(), GetDatabaseExpirationDate(), and GetLicenseExpirationDate() changed.
Build 1492
Released December 2009
- A Results property was added, which replaces the StatusCode, ErrorCode, and ChangeCode properties, providing a single source of information about the last name processed and eliminating the need to call multiple properties to determine if a particular name was successfully parsed.
- StatusCode, ErrorCode and ChangeCode are deprecated
Build 1451
Released August 2009
- Windows NameObject is now compiled in Visual Studio 2008. Running setup.exe will ensure the necessary libraries are installed. However, if you are installing the objects manually, you may need to install Visual Studio 2008 C++ x86 redistributable, which can be found in extras\redist.
- A 64bit version is now available for Windows, Linux, Solaris, and AIX. To install, manually copy over the correct library for you system. Windows libraries are compiled in visual studio 2008. You may need to install Visual Studio 2008 C++ x64 redistributable, which can be found in extras\redist.
Build 1378
Released February 2009
- Updated and changed PrimaryNameHint Property to now have the following input options:
- DefinitelyFull
- VeryLikelyFull
- ProbablyFull
- Varying
- ProbablyInverse
- VeryLikelyInverse
- DefinitelyInverse
- MixedFirstName
- MixedLastName
- Details of these new input options can be found in the Name Object Manual.
- Deprecated
- The SecondaryHint Property has been deprecated and is no longer functional.
Build 1352
Released August 2008
- Initial public release
- Multi Platform, new version, new interface, incompatible with legacy Name Object. Please refer to product page for details.
- Deprecated Version
- Name Object Build 151 version 2.1.3.0 - Released: 03/15/2005 (Windows)
- Name Object (“NameObj.dll”) has been officially replaced with Name Object II (“NameObj2.dll”) released on October 15th, 2008. Existing Name Object installations will continue to work but Melissa Data will not offer support or code fixes after January 1st 2009.
Build 151
Released March 2005
- Updated name parsing capabilities.
- Added ‘THE’ to prefix table.
- Removed ‘DIR’ from the suffix table.
- Changed ‘CO’ from all uppercase to mixed case.
- No longer replace ‘AND’ with ‘&’ when returning data.
- Fixed to no match a suffix if there’s no vowel in the suffix string.
- Added ‘STUPID’ to the list of vulgar words supported.
- Parse "Mike or Ryan Smith" as "Mike or Ryan" in first name and "Smith" in last name.