Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 1.8 KB

File metadata and controls

71 lines (41 loc) · 1.8 KB

textX-dev changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Everything that is documented in the official docs is considered the part of the public API.

Backward incompatible changes are marked with (BIC). These changes are the reason for the major version increase so when upgrading between major versions please take a look at related PRs and issues and see if the change affects you.

0.2.0 (Released: 2025-05-07)

Changed

  • moved to pyproject.toml
  • removed : from questions

0.1.6 (Released: 2025-04-11)

Added

  • generate tests folder
  • generate GitHub Actions config
  • config for file extensions if project type is generator

Fixed

  • getting model file name

0.1.5 (Released: 2020-10-05)

Fixed

  • Fix setup to package grammar (*.tx) files (5f09f67)

0.1.4 (Released: 2020-08-05)

  • Added project_name to config

0.1.3 (Released: 2020-08-05)

  • Fixed wheel packaging of template files

0.1.2 (Released: 2020-08-03)

  • Initial release