Skip to content

v0.3

Compare
Choose a tag to compare
@daurnimator daurnimator released this 21 Nov 12:42
· 34 commits to master since this release
v0.3
797285c

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