Home | History | Annotate | Download | only in uritemplates
      1 Changelog - uritemplate
      2 =======================
      3 
      4 2.0.0 - 2016-08-29
      5 ------------------
      6 
      7 - Merge uritemplate.py into uritemplate
      8 
      9 
     10 Changelog - uritemplate.py
     11 ==========================
     12 
     13 3.0.2 - 2015-08-30
     14 ------------------
     15 
     16 - Fix meta-package requirements.
     17 
     18 3.0.1 - 2015-08-29
     19 ------------------
     20 
     21 - Deprecate in favor of uritemplate. This package is now a metapackage that
     22   depends on uritemplate.
     23 
     24 2.0.0 - 2016-08-20
     25 ------------------
     26 
     27 - Relicense uritemplate.py as Apache 2 and BSD (See
     28   https://github.com/sigmavirus24/uritemplate/pull/23)
     29 
     30 1.0.1 - 2016-08-18
     31 ------------------
     32 
     33 - Fix some minor packaging problems.
     34 
     35 1.0.0 - 2016-08-17
     36 ------------------
     37 
     38 - Fix handling of Unicode values on Python 2.6 and 2.7 for urllib.quote.
     39 
     40 - Confirm public stable API via version number.
     41 
     42 0.3.0 - 2013-10-22
     43 ------------------
     44 
     45 - Add ``#partial`` to partially expand templates and return new instances of 
     46   ``URITemplate``.
     47 
     48 0.2.0 - 2013-07-26
     49 ------------------
     50 
     51 - Refactor the library a bit and add more tests.
     52 
     53 - Backwards incompatible with 0.1.x if using ``URIVariable`` directly from
     54   ``uritemplate.template``
     55 
     56 0.1.1 - 2013-05-19
     57 ------------------
     58 
     59 - Add ability to get set of variable names in the current URI
     60 
     61 - If there is no value or default given, simply return an empty string
     62 
     63 - Fix sdist
     64 
     65 0.1.0 - 2013-05-14
     66 ------------------
     67 
     68 - Initial Release
     69