Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/visualization-improvements.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @noxify/gitlab-ci-builder

## 1.4.0

### Minor Changes

- 87c99cf: Improve visualization rendering with professional libraries
- Replace custom ASCII tree rendering with `oo-ascii-tree` for better box-drawing characters
- Replace custom table rendering with `climt` for professional CLI tables
- Change table layout from horizontal to vertical (Stage | Job columns)
- Display one job per row with full ext ends chains

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noxify/gitlab-ci-builder",
"version": "1.3.0",
"version": "1.4.0",
"description": "Create GitLab CI pipelines with TypeScript.",
"keywords": [
"gitlab",
Expand Down
Loading