Skip to content

Releases: Payadel/inputs

v1.0.0

10 Nov 17:16
4a4cc06
Compare
Choose a tag to compare

1.0.0 (2024-11-10)

Miscellaneous Chores

v0.3.0

10 Nov 16:55
1027295
Compare
Choose a tag to compare

0.3.0 (2024-11-10)

Features

  • add verbose mode (c3f78c7)
  • get workflow_dispatch inputs, then setoutput and log (8e9327a)
  • get yaml data from input and validate it (5ade7a6)
  • prepare base codes (e5d7c6d)
  • process input yaml (4d40fed)
  • support commands (c890482)
  • support label in yaml for log. fix #9 (160197a)

Bug Fixes

  • add verbose to action.yml (d30a0b4)
  • fix bug when default key (in yaml) was empty (810f9f8)
  • fix label bug when variable is common (23c296c)
  • improve yaml validation with check keys (12a422e)
  • show successful only in verbose mode (cbf4b2d)
  • update to new format (fe23ac0)
  • validate variable name (57d54de)

v0.2.3

09 May 13:39
Compare
Choose a tag to compare

0.2.3 (2023-05-09)

Fixes

  • add verbose to action.yml (d30a0b4)

v0.2.2

09 May 13:32
Compare
Choose a tag to compare

0.2.2 (2023-05-09)

Fixes

  • show successful only in verbose mode (cbf4b2d)

Development: CI/CD, Build, etc

  • use payadel/inputs in changelog.yaml (7ea3729)
  • use payadel/inputs in release.yaml (85bc89b)

Documents

  • update version in README.md (8e39c23)

v0.2.1

09 May 13:13
Compare
Choose a tag to compare

0.2.1 (2023-05-09)

Features

v0.2.0

09 May 12:34
Compare
Choose a tag to compare

0.2.0 (2023-05-09)

Features

Refactors

  • get default inputs from function parameter (1d59172)

Fixes

  • fix label bug when variable is common (23c296c)
  • improve yaml validation with check keys (12a422e)
  • validate variable name (57d54de)

Documents

  • add Add Command to readme document section (c9d9522)
  • add label to README.md (07fd985)
  • update CONTRIBUTING.md (668a1ce)
  • update README.md (552f0a3)
  • update README.md (a9de7e3)
  • update version in README.md (bceb2f2)

v0.1.0

08 May 13:48
Compare
Choose a tag to compare

0.1.0 (2023-05-08)

Features

  • prepare base codes (e5d7c6d)
  • get workflow_dispatch inputs, then setoutput and
    log (8e9327a)
  • get yaml data from input and validate
    it (5ade7a6)
  • process input yaml (4d40fed)