Skip to content

Releases: textX/textX-jinja

0.3.0

13 Jan 13:23
0.3.0
Compare
Choose a tag to compare

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 of context. Also, name transformation is applied to non-iterable
    objects.

0.2.1

01 Nov 13:25
0.2.1
Compare
Choose a tag to compare

Fixed

  • Added click dependency.

Changed

  • Make warning about not overwriting generated file more visible
    (7a06fd7543f98)