1Changelog - uritemplate
2=======================
3
43.0.1 - 2019-12-19
5------------------
6
7- Update to Python 3.6, 3.7, and 3.8
8- Drop support for Python 2.6, 3.2, and 3.3
9- Ignore ``None`` in list argument expansion
10- Handle a list with an empty string appropriately
11
123.0.0 - 2016-08-29
13------------------
14
15- Match major version number of uritemplate.py
16
172.0.0 - 2016-08-29
18------------------
19
20- Merge uritemplate.py into uritemplate
21
22
23Changelog - uritemplate.py
24==========================
25
263.0.2 - 2015-08-30
27------------------
28
29- Fix meta-package requirements.
30
313.0.1 - 2015-08-29
32------------------
33
34- Deprecate in favor of uritemplate. This package is now a metapackage that
35  depends on uritemplate.
36
372.0.0 - 2016-08-20
38------------------
39
40- Relicense uritemplate.py as Apache 2 and BSD (See
41  https://github.com/sigmavirus24/uritemplate/pull/23)
42
431.0.1 - 2016-08-18
44------------------
45
46- Fix some minor packaging problems.
47
481.0.0 - 2016-08-17
49------------------
50
51- Fix handling of Unicode values on Python 2.6 and 2.7 for urllib.quote.
52
53- Confirm public stable API via version number.
54
550.3.0 - 2013-10-22
56------------------
57
58- Add ``#partial`` to partially expand templates and return new instances of
59  ``URITemplate``.
60
610.2.0 - 2013-07-26
62------------------
63
64- Refactor the library a bit and add more tests.
65
66- Backwards incompatible with 0.1.x if using ``URIVariable`` directly from
67  ``uritemplate.template``
68
690.1.1 - 2013-05-19
70------------------
71
72- Add ability to get set of variable names in the current URI
73
74- If there is no value or default given, simply return an empty string
75
76- Fix sdist
77
780.1.0 - 2013-05-14
79------------------
80
81- Initial Release
82