Releases: xraph/dtl
Releases · xraph/dtl
Release list
v1.3.0
v1.2.1
v1.2.0
v1.1.1
v1.1.0
1.1.0 (2026-08-02)
Features
- cmd/dtl-lsp: a Language Server Protocol server (c7901f9)
- lang: editor intelligence as pure functions (0cf6695)
- lang: let the host supply a dataset's reference convention (3dad8d9)
Bug Fixes
- ci: depend on the published adapter, annotate a scanner false positive (0411342)
- tighten workflow_call secret grants (71613b3)
Documentation
- add reachable-baseline-tag step before migrating vessel and go-utils (ac04d43)
- design for generic xraph/workflows repo and Go track completion (d24ea4e)
- design for the Rust CI track (329036c)
- implementation plan for generic xraph/workflows phase 0+1 (aa9a3d2)
- implementation plan for the Rust CI track (05b94a3)
- re-sync plan with shipped go-ci.yml and record as-built deviations (2f3c942)
- record as-built deviations for the generic workflows phase (2256a70)
- record as-built deviations for the Rust track (4ad2a31)
- record deferred items closed after the Rust track shipped (9adfecc)
- require security-events write on go-ci callers for SARIF upload (eae80c4)
Release v1.0.1
Release v1.0.1
Installation
go get github.com/xraph/dtl@v1.0.1Changes
0355926 (HEAD -> main, origin/main) ci: add release and CodeQL workflows (#2)
0132044 ci: adopt shared go-workflows (#1)
Documentation
v1.0.0
First public release of DTL — an embeddable expression and function language for Go.
- Lexer, parser, typed AST, compiler, and tree-walking evaluator with depth and timeout limits
- Domain-neutral standard library: collections, text, math, stats, datetime, casting, formatting
registryfor compiling and caching functions by namecapabilityhook for confining what a user-defined function may do- Apache-2.0
See SPEC.md for the language definition.