2.0.0 (2015-12-06)
- fix: do not mangle path in Generic's to_s by stripping leading slashes (59a1bf2)
#parse always returns path which start with '/'.
Generic#to_s always returns path's first '/' stripped.
#parse returns path which depends on input (absolute path or relative path).
See: Breaking change about path #14
- feat: support user-less URI (b6abd20)
2.0.0.pre.1 (2015-12-03)
1.0.0 (2015-11-21)
(no change)
- This module is stable :)
0.1.2 (2015-11-21)
- Add documentation.