Skip to content

Commit 3360302

Browse files
hvasconcelosclaude
andcommitted
Update CHANGELOG Unreleased section with changes since v1.2.0
Document DSL compiler (castc) feature and dependency updates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 15bc51f commit 3360302

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
- **DSL Compiler (castc)**: YAML-based domain-specific language for pipeline definitions
12+
- New CLI tool (`castc`) with compile, validate, and decompile commands
13+
- YAML parser for human-readable pipeline configurations
14+
- AST-based compiler with comprehensive validation
15+
- Decompiler to convert JSON programs back to YAML
16+
- Template transformers for variable interpolation
17+
- Comprehensive DSL documentation (`doc/DSL-GUIDE.md`)
18+
- Full test suite for DSL components (cli, compiler, decompiler, parser, validator, transformers)
19+
- New dependencies: `commander` for CLI, `yaml` for YAML parsing
20+
21+
### Changed
22+
- Updated dependencies to latest semver-compatible versions:
23+
- `typescript`: 5.0.4 → 5.9.3
24+
- `viem`: 2.21.0 → 2.43.5
25+
- `zod`: 3.21.4 → 3.25.76
26+
- `@elastic/elasticsearch`: 8.8.1 → 8.19.1
27+
- `axios`: 1.4.0 → 1.13.2
28+
- `graphql`: 16.6.0 → 16.12.0
29+
- And other minor updates
30+
- Updated README with DSL programming guide reference and custom pipelines section
31+
- Bumped package version to 1.2.0
32+
1033
## [1.2.0] - 2026-01-07
1134

1235
### Added

0 commit comments

Comments
 (0)