Skip to content

0.2.0

Compare
Choose a tag to compare
@smola smola released this 18 Aug 19:31
· 33 commits to master since this release
  • Add builder methods to build URLs from scratch. See Issue #16. Checkout URL.buildHierarchical(), URL.buildOpaque() and URL.buildFile().
  • Add method to convert InetAddress to IPv{4,6}Address, See Issue #12.
  • Introduced finer-grained API to discriminate different parsing errors. Now GalimatiasParseException has a getParseIssue() method to get the exact parsing error. Note that this API is still experimental and will change in coming versions. See Issue #35. Thanks to Andrew Blick @blicksky.
  • Fix multiple IPv4/IPv6 parsing bugs, keeping in sync with URL Specification changes. See Issue #41.