forked from xoxzo/xoxzo.recipe.template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
76 lines (47 loc) · 1.91 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
2.1 (unreleased)
----------------
- Nothing changed yet.
2.0 (2022-11-28)
----------------
* Drop support for Python 2 and 3.6.
* Add support for Python 3.10, 3.11.
* Switch test runner from nose to pytest.
1.4 (2021-05-17)
----------------
* Switch CI to GHA.
* Declare support for Python 3.7, 3.8 and 3.9.
1.3 (2017-08-11)
----------------
* Drop support for Python versions older than 2.7.
* Declare support for Python 3.6.
* Fixed exception to work with python3
Version 1.2.2 (2014-11-26)
-----------------------
* Updated tests for buildout2
* fixed possible issue with templates pushing mutations back to buildout
Version 1.2.1 (2012-10-28)
-----------------------
* Tests added
* Custom filter bug fixed
* Added a way to reference to dashed-values in jinja2 templates, if the value is in the same part
Version 1.2 (2012-04-20)
------------------------
* All necessary subdirectories are created for the target files. Thanks to brodul for the patch.
* All parts in buildout.cfg are available to the templates, instead of being limited to the parts listed in buildout:parts. Thanks to brodul for the patch.
* Custom filter for jinja2 support added.
* Added new options for input and output files
* Some fixes
Version 1.1 (unknown)
---------------------
* Replaced iterable test with split filter for better control and simpler template logic
* Made options from other parts available through parts.<part-name>.<option-name> and parts[<part-name>][<option-name>]. Thanks to Remco Wendt for patch.
Version 1.0 (2009-04-13)
------------------------
* Added base-dir option for setting the root of the Jinja2 environment. Default is the Buildout directory as before.
Version 0.1.1 (2008-12-11)
--------------------------
* Stripping all options before supplying to the templates
* Added a test for checking if a value is iterable to the Jinja2 environment
Version 0.1 (2008-12-10)
------------------------
* Initial version