File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @noxify/gitlab-ci-builder
22
3+ ## 1.1.0
4+
5+ ### Minor Changes
6+
7+ - a04d3ff: Add comprehensive test infrastructure for GitLab CI templates with local YAML storage and improve type safety for rules array access
8+ - Add test helper utilities for GitLab template round-trip testing
9+ - Add 22 official GitLab CI templates as local test fixtures
10+ - Add integration tests for language templates (19 tests)
11+ - Add integration tests for infrastructure templates (3 tests)
12+ - Add integration tests for browser performance artifacts (2 tests)
13+ - Add support for ` spec ` with ` inputs ` (GitLab CI/CD components)
14+ - Add integration tests for multi-document YAML with OpenTofu component
15+ - Add interpolation support for schema fields that can contain GitLab CI/CD variables
16+ - Fix TypeScript type errors in test assertions for rules array access by adding proper type guards
17+ - Remove 'pages' from reserved job names (it's a valid GitLab Pages job name)
18+ - Reorganize tests into unit and integration directories
19+
320## 1.0.0
421
522### Major Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @noxify/gitlab-ci-builder" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " Create GitLab CI pipelines with TypeScript." ,
55 "keywords" : [
66 " gitlab" ,
You can’t perform that action at this time.
0 commit comments