Skip to content

Commit 42812da

Browse files
Version Packages (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e53a7c1 commit 42812da

File tree

3 files changed

+26
-28
lines changed

3 files changed

+26
-28
lines changed

.changeset/smooth-cows-doubt.md

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

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @noxify/gitlab-ci-builder
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- e53a7c1: Added pipeline simulation feature and improved remote extends handling
8+
9+
**Simulation Features:**
10+
- Added `simulate` CLI command to simulate GitLab CI pipeline execution
11+
- Added `PipelineSimulator` class for rule evaluation and job filtering
12+
- Support for branch, tag, and merge request pipeline simulation
13+
- Multiple output formats: summary, table, JSON, YAML, and text
14+
- Predefined CI variables automatically set based on context
15+
- Comprehensive integration and E2E test coverage
16+
17+
**Remote Extends Improvements:**
18+
- Added `mergeRemoteExtends` global option to control remote extends resolution
19+
- Fixed remote extends resolution for accurate pipeline simulation
20+
- Better handling of remote includes and templates
21+
22+
**Documentation & Testing:**
23+
- Enhanced CLI documentation with predefined variables table
24+
- Added error handling documentation for remote includes
25+
- Added "Common Pitfalls & Best Practices" section
26+
- Improved JSDoc coverage for all public APIs
27+
328
## 1.5.0
429

530
### Minor 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.5.0",
3+
"version": "1.6.0",
44
"description": "Build GitLab CI/CD pipelines programmatically with TypeScript. Fluent API for creating jobs, templates, and workflows. Import/export YAML, visualize with Mermaid diagrams, and resolve extends chains automatically.",
55
"keywords": [
66
"gitlab",

0 commit comments

Comments
 (0)