v0.3
This release includes:
- New http module
- Includes parsers for almost every HTTP header.
- Expect this API to be unstable, it's a significant amount of new code
- New language module that parses language codes e.g. "zh-Hans-CN"
- New email.mailbox pattern (name + email like: "Bob [email protected]")
- New uri.absolute_uri pattern that does not allow fragments
- Expose some previously internal uri patterns
- Fix: Don't percent decode in URIs when it could introduce ambiguity (thanks @torhve)
- Lots more. check the git log for the details