Skip to content

Releases: mpazik/Binder

Release 0.1.2

03 Apr 09:49

Choose a tag to compare

0.1.2 (2026-04-03)

Features

  • cli: add color to schema preview and suppress in MCP/LSP (d14e9c8)

Bug Fixes

  • cli: update blueprints (ef6bdff)
  • utils: tighten isObjTuple to reject non-object values (7bd1e39)

v0.1.1

31 Mar 16:20

Choose a tag to compare

Fixes

  • cli: show referenced entity info on relation hover (fe90dc1)
  • cli: report unknown frontmatter fields as diagnostics (38fd357)
  • cli: error on undo/redo when db and log are out of sync (2b823cb)
  • lsp: serve completions when YAML has a parse error (59c7c20)
  • cli: include type in diff engine queries for relation projection sync (be7ed87)
  • cli: handle path with spaces (bb403ac)
  • cli: respect heading depth in section field slot boundaries (bc403acf)
  • cli: apply where filters when resolving base children (6f1cca4)
  • cli: correct field mapping for empty section slots (f7d0a8e)
  • cli: resolve relation refs in search filters (5925dfa)
  • cli: resolve field key completions using YAML position context (5925dfa)
  • cli: skip null path fields when rendering (2e22855)
  • cli: handle view-rendered relation fields in sync (ea2869b)
  • cli: show rejected value and format in array validation errors (6d34925)
  • db: enforce valid defaults for option fields (955c712)

Tweaks

  • cli: transaction display for undo and redo (d103769)
  • cli: resolve UIDs to human-readable keys in transaction display (2208d01)
  • cli: clean up help output formatting (0b132b2)
  • cli: do not print null values (e0aec9c)
  • cli: update sync message (d3dc0e1)
  • cli: improve yaml parsing error message (d3dc0e1)
  • cli: omit empty records/configs when writing transaction log (513a8cf)
  • cli: polish text format delimiter validation error (d769ee3)
  • cli: support type and key positional args in create (b2fa42f)
  • db: improve section depth validation error message (99b5893)

v0.1.0

25 Mar 10:40

Choose a tag to compare