Skip to content

Releases: xraph/dtl

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 23:18

1.3.0 (2026-08-02)

Features

  • syntaxes: register cleanly with Shiki (b4067db)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 23:14

1.2.1 (2026-08-02)

Documentation

  • DTL is Data Transformation Language (666e5c2)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 22:38

1.2.0 (2026-08-02)

Features

  • syntaxes: ship the TextMate grammar with the language (c07b8a1)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 20:58

1.1.1 (2026-08-02)

Documentation

  • say the name is not an acronym (5b6f03c)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 20:45

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

Choose a tag to compare

@github-actions github-actions released this 31 Jul 04:29

Release v1.0.1

Installation

go get github.com/xraph/dtl@v1.0.1

Changes

0355926 (HEAD -> main, origin/main) ci: add release and CodeQL workflows (#2)
0132044 ci: adopt shared go-workflows (#1)

Documentation

v1.0.0

Choose a tag to compare

@juicycleff juicycleff released this 31 Jul 00:28

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
  • registry for compiling and caching functions by name
  • capability hook for confining what a user-defined function may do
  • Apache-2.0

See SPEC.md for the language definition.