Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 429 Bytes

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 429 Bytes

Changelog

0.3.1

  • Updated vulnerable version of lodash

0.3.0

  • BREAKING Changed validateSsn's return type from boolean to ValidationResult. This allows to return the reason for which the SSN is invalid.

0.2.0

  • Made CountryCode type public.
  • Improved error handling.

0.1.1

Removed dependencies from the bundle.

0.1.0

Initial version. Support for US and Swiss social security number formats.