source: uri/docs/source/release-notes/1.0.0.rst@ 230

Last change on this file since 230 was 230, checked in by wouter, 4 years ago

#91 clone https://pypi.org/project/rfc3986/

File size: 708 bytes
Line 
11.0.0 -- 2017-05-10
2-------------------
3
4- Add support for :rfc:`6874` - Zone Identifiers in IPv6 Addresses
5
6 See also `issue #2`_
7
8- Add a more flexible and usable validation framework. See our documentation
9 for more information.
10
11- Add an object to aid in building new URIs from scratch. See our
12 documentation for more information.
13
14- Add real documentation for the entire module.
15
16- Add separate submodule with documented regular expression strings for the
17 collected ABNF.
18
19- Allow ``None`` to be used to eliminate components via ``copy_with`` for URIs
20 and ParseResults.
21
22- Move release history into our documentation.
23
24.. links
25.. _issue #2:
26 https://github.com/python-hyper/rfc3986/issues/2
Note: See TracBrowser for help on using the repository browser.