Skip to content

Commit 74f7e55

Browse files
committed
changelog: Updates for v0.5.0.
1 parent 10b3c72 commit 74f7e55

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
## 0.3.12 (2019-08-18)
221
* Fix: use `env` format from stdin
322

0 commit comments

Comments
 (0)