Releases: textX/textX-jinja
Releases · textX/textX-jinja
0.3.0
Added
- Support for mapping function for model iterables in filenames #2. Thanks
balsa-sarenac@GitHub. - Support for model iterables in filenames #1. Thanks balsa-sarenac@GitHub.
Fixed
- Generating folder structure on Windows #3. Thanks balsa-sarenac@GitHub.
Changed
- Changed parameter name in
textx_jinja_generator
-config->context
(BIC). - Mapping support added in #2 changed to use additional param
transform_names
instead ofcontext
. Also, name transformation is applied to non-iterable
objects.
0.2.1
Fixed
- Added
click
dependency.
Changed
- Make warning about not overwriting generated file more visible
(7a06fd7543f98)