Skip to content

Releases: home-operations/yayamlls

0.1.9

19 Jun 19:49
e1c46b6

Choose a tag to compare

0.1.9 (2026-06-19)

Features

  • cli: validate rendered Flux output with validate --render (#75) (606cebd)
  • deps: update dependency vscode (1.124.2 → 1.125.0) (#71) (6745bcd)

0.1.8

15 Jun 15:57
effaad1

Choose a tag to compare

0.1.8 (2026-06-15)

Bug Fixes

  • diagnostics: apply gofmt and De Morgan lint (a5a3003)

Code Refactoring

  • diagnostics: declarative noise pattern registry (b0ad261)

0.1.7

15 Jun 14:24
de54d93

Choose a tag to compare

0.1.7 (2026-06-15)

Bug Fixes

  • diagnostics: accept numeric Kubernetes Quantity values (41225f3)

0.1.6

15 Jun 13:45
377cad3

Choose a tag to compare

0.1.6 (2026-06-15)

Bug Fixes

  • diagnostics: drop spurious "want null" leaves from nullable anyOf (#65) (68ae49b)

0.1.5

15 Jun 13:10
bd6994b

Choose a tag to compare

0.1.5 (2026-06-15)

Bug Fixes

  • deps: update module github.com/home-operations/flate (v0.4.6 → v0.4.7) (#62) (0147e28)
  • guard nil ctx, forward validate options, tolerate fingerprint wa… (#60) (f27483d)
  • lint: drop dead renderedBaselineFor, wrap WalkLeaves signature (ddaee14)
  • lsp: CRLF and UTF-16 position-mapping correctness (ec9be34)
  • lsp: surface .yayamlls.yaml reload errors instead of wiping config (0db24eb)
  • render: pipeline epoch atomicity, subprocess WaitDelay, broader watched files (32a1a1b)
  • schema: make matchSettings selection deterministic (8f6397f)
  • security: drop untrusted-workspace renderer commands; surface Configure errors (6d388ad)
  • security: harden schema URL loader (c42ee6c)

Code Refactoring

  • dedup GVK/NodeRange/WalkLeaves, shallow DetectGVK, drop dead ParseForCursor (1fb7d9a)

0.1.4

14 Jun 16:11
bf7a184

Choose a tag to compare

0.1.4 (2026-06-14)

Bug Fixes

  • deps: update module github.com/home-operations/flate (v0.4.5 → v0.4.6) (#58) (102b5bf)
  • folding: guard nil document body to prevent panic (09b28ce)

0.1.3

13 Jun 13:46
65a4e2c

Choose a tag to compare

0.1.3 (2026-06-13)

Bug Fixes

  • deps: update dependency vscode (1.124.0 → 1.124.2) (#56) (29265f0)
  • deps: update module github.com/home-operations/flate (v0.4.1 → v0.4.2) (#50) (b40ec03)
  • deps: update module github.com/home-operations/flate (v0.4.2 → v0.4.4) (#55) (fe1da96)
  • deps: update module github.com/home-operations/flate (v0.4.4 → v0.4.5) (#57) (bf1fbd0)
  • zed: bump extension version to 0.1.2 and track it in release-please (#54) (38e1a63)

0.1.2

11 Jun 11:33
69ca21b

Choose a tag to compare

0.1.2 (2026-06-11)

Features

  • deps: update dependency vscode (1.123.0 → 1.124.0) (#47) (2d0d665)
  • deps: update module github.com/home-operations/flate (v0.3.3 → v0.4.1) (2543cfc)
  • render: make the render deadline configurable via renderTimeoutMs (b30f53e)

0.1.1

08 Jun 08:12
942e6f1

Choose a tag to compare

0.1.1 (2026-06-08)

Features

  • deps: update dependency vscode (1.91.0 → 1.123.0) (#41) (d1ac1db)

Bug Fixes

  • deps: update module github.com/home-operations/flate (v0.3.2 → v0.3.3) (#42) (bce6740)

0.1.0

07 Jun 09:31
8442cdf

Choose a tag to compare

0.1.0 (2026-06-07)

⚠ BREAKING CHANGES

  • deps: Update dependency vscode-languageclient (9.0.1 → 10.0.0) (#33)

Features

  • deps: update dependency @types/node (24.12.4 → 24.13.1) (#35) (89981c2)
  • deps: Update dependency vscode-languageclient (9.0.1 → 10.0.0) (#33) (07d8cb3)
  • embed flate as a library instead of shelling out to its binary (6577e9c)

Miscellaneous Chores

  • deps: lock file maintenance (#36) (411fdab)
  • Update release-please-config.json exclusions (9d76d26)
  • update rlspls workflow name (b0d2242)

Code Refactoring

  • consolidate duplicated helpers and expand test coverage (35116b7)