File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.0 (2021-05-31)
2
+ * Project spun-off, renamed to jj2cli. Version bumped-up to 0.5.0 to
3
+ show parity plus a few extra features. Future changes to version will
4
+ not have any significance regarding to the parent j2cli project.
5
+ * New: Support for multiple input files, squashed in a single context prior
6
+ to rendering.
7
+ * New: Support for using * data-specs* to describe input files.
8
+ - Allows mixing/matching different input formats.
9
+ - Allows attaching input format in a specific location of the context.
10
+ - Support for list-formatted inputs via aforementioned attaching.
11
+ * New: ` --ignore-missing ` /` -I ` flag, for ignoring non-existing input files.
12
+ * Change: ` --undefined ` /` -U ` now allows you to set the behaviour of Jinja2
13
+ for undefined variables.
14
+ * Change: ` --fallback-format ` /` -f ` now sets the * fallback* format, rather than
15
+ forcing the use of a specific format. Forcing a specific format can be
16
+ achieved via * data-specs* .
17
+ * Change: Currently only Python 3.8 and 3.9 are supported. The goal is to
18
+ eventually support Python >=3.6 and Python 2.7.
19
+
1
20
## 0.3.12 (2019-08-18)
2
21
* Fix: use ` env ` format from stdin
3
22
You can’t perform that action at this time.
0 commit comments