furl v1.0.2 Release Notes

Release Date: 2018-05-28 // almost 6 years ago
    • Added: strip_scheme() public function.
    • Changed: Make get_scheme() and set_scheme() functions public.
    • ➕ Added: Support all schemes without a netloc/authority, like
      mailto:[email protected], without an explicit whitelist of such schemes
      (e.g. tel:, sms:, mailto:, etc).
    • Fixed: Restore furl.url's setter method. E.g. furl.url = 'http://www.foo.com/'.
    • ✂ Removed: Support for Python 3.3, which reached EOL on 2017-09-29.