Skip to content

Latest commit

 

History

History
114 lines (64 loc) · 5.84 KB

CHANGELOG.md

File metadata and controls

114 lines (64 loc) · 5.84 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2024-11-10)

Miscellaneous Chores

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)

0.2.4 (2024-11-10)

Bug Fixes

0.2.3 (2023-05-09)

Fixes

  • add verbose to action.yml (d30a0b4)

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)

0.2.1 (2023-05-09)

Features

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)

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)