Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

90 lines (56 loc) · 5.31 KB

1.3.2 (2025-02-12)

Bug Fix

  • extend defaults schema to include undefined, null, array, and object types (d83fc61)

1.3.1 (2025-01-20)

Bug Fix

  • increase character limits for template create command inputs (4d19ace)
  • add missing line break in input prompt handling (44232f9)
  • add slugify option to input prompt validation (8838d46)

1.3.0 (2025-01-20)

Feature

  • enhance environment variable validation (d001f52)

Bug Fix

  • update preset import statements to remove file extensions (b96fcc9)
  • rename template create context to template deploy context (6c00143)
  • reorganize service initialization in template-deploy service (0cd6e9d)
  • add missing template directory parameter (7319ddd)

Refactor

  • improve template create command (9daa689)
  • update template images (976efee)
  • improve error handling in config validation (477e64d)
  • rename and reorganize API services for improved structure (cc7baef)

1.2.2 (2025-01-18)

Feature

  • enhance changelog generation by using commitizen (feacc12)
  • update changelog generation command to use commitizen (b24b4cc)

1.2.1 (2025-01-17)

Feature

  • add code checkout step in release workflow and include CHANGELOG.md in package files (562de41)

1.2.0 (2025-01-17)

Feature

  • add release automation script and update commitizen configuration (f84856e)
  • mask sensitive data in api error handling (9c95973)
  • add object util (f59bbaa)
  • enable collapsing of subtasks in renderer options (fc929c4)
  • implement template deploy command (7fdb578)

Bug Fix

  • rename unused parameter ctx in authentication task (6d8a762)
  • do not parse/validate config twice (f889f66)
  • enforce semantic versioning format for version field in config schema (9ee1115)
  • remove generic type from authentication and deployment tasks (89179a0)
  • reduce default delay in task execution and update method signature (6fcad91)
  • URL typo in organization service (adce26f)
  • adapt get template directory to new folder structure (1e7af29)

Refactor

  • improve error handling (23684e1)
  • improve service initialization and restructure validation, authentication, and deployment tasks (da89c43)
  • move api related services to api subfolder (49e1117)

1.1.3 (2024-12-30)

Bug Fix

  • add repository, homepage, and bugs fields to package.json (b969441)

1.1.2 (2024-12-30)

Bug Fix

  • fix dependencies in package.json (d1949da)

1.1.1 (2024-12-30)

Bug Fix

  • add publishConfig for public access in package.json (ed745b0)