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
CLI now supports base URL. Pull request #34. Thanks to Michael[tm] Smith @sideshowbarker.
Huge performance improvements.
Introduce first canonicalizers (StripPartCanonicalizer, RegexCanonicalizer, RFC3986Canonicalizer, RFC2396Canonicalizer, DecodeUnreservedCanonicalizer, CombinedCanonicalizer. This is an ongoing work. Issues #3, #6.
Remove RFC 2396 and RFC 3986 parsing modes. Moved out to canonicalizers. Issue #30.