Added the following functions to allow you to generate Luhn check digits:fab_luhn_check_digit
fab_append_luhn_check_digit
Added the ability to generate HCPCS codes.
Added the ability to generate US Hospital data.
Added the ability to generate US Social Security Numbers.
Added the ability to generate US Employer Identification Numbers.
Added the ability to generate US Bank routing numbers, names, and addresses.
Added the following new function to add typos to a string:fab_add_typos(input, unit, value)
When you use the Number generator, you can now specify conditional variants. For example, you could use this feature to create seasonal pricing trends.
Fixed an issue where Percentage Null was ignored for Foreign Key fields.