Skip to content

Releases: tabnas/parser

go/v0.5.0

Choose a tag to compare

@rjrodger rjrodger released this 05 Aug 22:20

Go module release v0.5.0

go/v0.4.0

Choose a tag to compare

@rjrodger rjrodger released this 29 Jul 09:03

Go module github.com/tabnas/parser/go v0.4.0 — parsed objects now preserve source key order (insertion-ordered OrderedMap; sorting opt-in). Breaking: object result type map[string]any -> *OrderedMap.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:34
ec5f7ae

0.3.0 (2026-07-14)

Features

  • engine: $-builtin stdlib, array-a composition, eager sentinel (a273451)
  • engine: $-builtin stdlib, array-a composition, eager sentinel (ABNF pure-data, Phase 1) (45a9c14)
  • engine: info-aware native-value $-builtins (v2) (a96f77b)
  • engine: info-aware native-value $-builtins (v2) (bbf5d22)
  • engine: native-value $-builtin family (JSON object/array/value builders, schema v2) (d5a44ae)
  • engine: native-value $-builtin family (object/array/key/setval/push/value/reset) (0eb3c08)

Bug Fixes

  • Go SetOptions no longer re-applies plugins (was double-applying) (4e50f02)

go: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:35
871612a

0.3.0 (2026-07-14)

Features

  • go: TS API parity — Empty/String methods, matcher factories; fix #AA wildcard (a52f153)
  • go: TS API parity (Empty/String, matcher factories, #AA fix) + org standard config (d8a92a1)

go/v0.2.0

Choose a tag to compare

@rjrodger rjrodger released this 18 Jun 20:41

Go module github.com/tabnas/parser/go v0.2.0 — first public release.