You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added NANP (North American Numbering Plan) phone number parser to extras
🚨 Breaking changes
Added .rei interface files for the extra parser modules, to close some type/data safety holes
Data constructors are now hidden
The only way to construct values of these types is to use a parse function, or construct a value using an unsafeMake function, which will throw an exception for bad data (but serves as an escape hatch when you know you have valid data ahead of time).