Skip to content

Furl v2.1.1.

Compare
Choose a tag to compare
@gruns gruns released this 09 Apr 05:49
· 24 commits to master since this release

Fixed: Export metadata variables (furl.__title__, furl.__version__, etc).
Added: scheme, host, netloc, and origin as parameters to furl.remove().
Changed: Homogenize parameter order across furl.add(), furl.set(), and furl.remove().
Changed: furl.origin can be assigned None. This has the same behavior as furl.remove(origin=True).