Skip to content

v0.5.0

Compare
Choose a tag to compare
@andywhite37 andywhite37 released this 22 Aug 14:23
· 35 commits to master since this release

✨ New

  • 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).