Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 1.14 KB

File metadata and controls

42 lines (21 loc) · 1.14 KB

2.0.0 (2015-12-06)

Breaking changes

  • fix: do not mangle path in Generic's to_s by stripping leading slashes (59a1bf2)

v1 behavior

#parse always returns path which start with '/'. Generic#to_s always returns path's first '/' stripped.

v2 behavior

#parse returns path which depends on input (absolute path or relative path).

See: Breaking change about path #14

Feature

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