Skip to content

Commit 90c02e9

Browse files
Version Packages (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 567750c commit 90c02e9

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.changeset/fix-rules-type-guards.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)