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