Skip to content

v12.0.0

Choose a tag to compare

@zaggino zaggino released this 28 Feb 13:34
ae4f0e8

12.0.0 (2026-02-28)

⚠ BREAKING CHANGES

  • implement maxRecursionDepth safeguard

Features

  • implement maxRecursionDepth safeguard (d3a2e4f)

Bug Fixes

  • ci: target github-copilot agent explicitly, add debug step, remove pipefail-breaking find (7447706)
  • failing workflow (ba02b66)
  • fix "custome" typo in schema-validator comments (d5d504b)
  • formats: respect null overrides in isFormatSupported (077cc34)
  • make getId draft-aware to return id for draft-04 and $id for newer drafts (c7ec640)

Performance Improvements

  • convert difference() to use Set for O(1) lookups (da39595)
  • schema-cache: cache global_cache clone in instance cache on first access (21e2bca)
  • utils: optimize isUniqueArray with primitive fast path (de94b36)