-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
82 lines (47 loc) · 1.25 KB
/
CHANGES.txt
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
77
78
79
80
81
82
0.9.1
- catch up magicalimport 0.8.1
0.9.0
- python 3.8 support (#43)
0.8.2
- more aggressive support for cookiecutter, enable to use relative phisical path
0.8.1
- refine kamidana.additionals.naming implementation
0.8.0
- add creating jinja2's extension mini-framework, and cookiecutter support
- add kamidana.additionals.env
- add `--list-info` option
0.7.2
- on error message, skipping almost duplicated jinja2 frame's output
0.7.1
- update readme.rst
0.7.0
- gentle error message
- changing template path lookup mechanism
- adding newline at end of file
- drop trim block=True
0.6.2
- template is not passed, act as --dump-context (#21)
- same behaviour `-a kamidana.additonals.reader` and `-a reader` (shortcuts) (#18)
- update readme.rst
0.6.1
- kamidana, fix: --dst option is ignored
- kamidana-batch, fix: kamidana-batch ignore --logging option
0.6.0
- kamidana.additionals.naming
0.5.0
- new kamidana-batch command
- changing addtionals.reader's current working directory path
0.4.1
- fix bug (multi -a option)
0.4.0
- add kamidana.additionals.reader
0.3.0
- add `--extension` option
- add `--dump-context` option
0.2.1
- rename Loader to TemplateLoader
0.2.0
- --loader option is added
- interfaces are defined
0.1.0
- first release