Skip to content

Releases: CraftedSignal/spl-parser

v0.6.0

30 Jan 22:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.6.0 (2026-01-30)

🎁 Feature

  • add join support (ef20062)
  • add JOIN/APPEND extraction with subsearch decomposition (2c20756)

🔎 Tests

  • spl-parser: add set-based test helpers and comprehensive join extraction test suite (3a6fab6)

v0.5.0

24 Jan 14:44
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.5.0 (2026-01-24)

🎁 Feature

  • support eval() in stats and subsearch in where expressions (dcc4511)

v0.4.0

24 Jan 14:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.4.0 (2026-01-24)

🎁 Feature

  • support bare wildcard (*) as search term (5af0c8e)

🚧 Chores

  • cicd: Bump actions/checkout from 4 to 6 (1b63707)
  • cicd: Bump golangci/golangci-lint-action from 6 to 9 (b60dcbf)
  • cicd: Bump actions/setup-go from 5 to 6 (6a9097d)

v0.3.0

20 Jan 21:56
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.3.0 (2026-01-20)

🎁 Feature

  • sync grammar and extractor improvements from backend (5e1be40)
  • extract conditions from multisearch subsearches (dfdd3fa)

v0.2.2

20 Jan 07:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.2 (2026-01-20)

🐞 Bug Fixes

  • update GitHub Actions to use correct versions (0fa5f9e)

v0.2.1

20 Jan 07:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.1 (2026-01-20)

🐞 Bug Fixes

  • update golangci-lint config for v2 (e7e10b3)

v0.2.0

20 Jan 07:19

Choose a tag to compare

100% rule coverage

v0.1.0

19 Jan 21:34

Choose a tag to compare

0.1.0 (2026-01-19)

🎁 Feature

  • initial SPL parser release (182d500)