Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

63 lines (38 loc) · 3.68 KB

Changelog

1.0.4 (2025-03-19)

Bug Fixes

  • fix Generate function and remove unnecessary parameter check (cc14002)

1.0.3 (2025-03-14)

Bug Fixes

  • remove required flags in version command (44ec5c3)

1.0.2 (2025-03-13)

Bug Fixes

  • change Version to var from const (7e5895b)

1.0.1 (2025-03-13)

Bug Fixes

  • fix version command output (00d4f93)

1.0.0 (2025-03-13)

⚠ BREAKING CHANGES

  • first release and Readme.md

Features

  • add Findtemplatefiles and the test case (e8f702d)
  • add github action template (32e7973)
  • add project generator and tests (ec58381)
  • add read params from file (1b1cf71)
  • add RemoveDuplicates (b443ad1)
  • add renderTemplate function (61b4c2f)
  • add templater functions (a41e1a6)
  • add validate parameter and collectmissingparameters (a703863)
  • extend Makefile with coverage (6a93a79)
  • first release and Readme.md (09eb085)
  • implement directory functions (a30226a)
  • implement test cases to directory functions (b887152)
  • integrate application version (e989a2a)
  • move main and implement basic of cmd (ee8c14f)
  • refactor utils and tests (995a0c7)
  • restructure commandline solution (4880ee5)
  • thread processing template (ed6fc77)

Bug Fixes

  • change placeholder (3c401a9)
  • fix linting problem and add readme.md (3c020ff)
  • fix template test (588b610)