Skip to content

Releases: fititnt/hxltm-action

v0.5.0

14 Nov 19:29
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Full Changelog: v0.4.0...v0.5.0

[0.5.0] - 2020-11-14

Changed

  • Use dedicated pip install hxltm-eticaai (instead of pip install hdp-toolchain[hxltm])

v0.4.0

08 Nov 20:58
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

This release mostly map already implemented features on HXLTM reference tooling but instead of Latin, use English (so, they were done fast, because most heavy work was done months ago).

The comment #3 (comment), while could be done in POSIX shell, is likely to be better done on base tooling to make it more reusable outside this GitHub Action. Also, this action will always show how it convert the instructions to raw commands to the cli library as an nice-to-have.

Some stable version is likely to not take too long. Actually the current v0.4.0 version is near stable (at least compared to other GitHub Actions), so it could already be used if the user set the version as @v0.4.0, but parameters may still be changed.


Added

  • Input parameter working_languages (syntactic sugar for --agendum-linguam)
  • Input parameter non_working_languages (syntactic sugar for --non-agendum-linguam)
  • Input parameter auxiliary_languages (syntactic sugar for --auxilium-linguam)
  • Input parameter source_language (syntactic sugar for --fontem-linguam)
  • Input parameter target_language (syntactic sugar for --objectivum-linguam)
  • Input parameter export_ad_hoc_template (syntactic sugar for --objectivum-formulam)
  • Input parameter export_data_exchange_standard (syntactic sugar for --objectivum-<VALUE>)
  • Input parameter dump_abstract_syntax_tree (syntactic sugar for --expertum-HXLTM-ASA)

v0.3.0

07 Nov 14:49
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • hxltm-action-example, dedicated example repository as test case for this action

Changed

  • Optimization: Dockerfile FROM python:3.9-bullseye -> FROM python:3.9-alpine

Fixed

  • hxltmcli v0.8.8 --objectivum-formulam allow save result to file (was working
    for only for stdout, incompatible with hxltm-action)

v0.2.0

06 Nov 10:08
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • First pre-release published on GitHub Marketplace