Skip to content

0.2.0-pre.6

Pre-release
Pre-release

Choose a tag to compare

@vLannaAi vLannaAi released this 04 Jun 15:55
9056bf7

0.2.0-pre.6

Track B — devtools inspector (#270)

@noy-db/in-devtools (debut) — subscribeConflicts surfaces multi-user/multi-tab write-conflict overlaps; createInspector + meterSnapshot for optional aggregate store-op latency.

@noy-db/in-devtools-tui (debut) — terminal inspector CLI: paged records pane (Schema ⇆ Records), write monitor with live feed + sticky multi-user conflict highlighting, auto-light-up store-latency readout (--meter), masked passphrase prompt.

@noy-db/in-nuxt — Nuxt DevTools tab (DevtoolsPanel, /_noydb-devtools route); dev-only, zero production footprint.

Fix: nested i18nField paths not resolved on read (#273)

@noy-db/hubapplyI18nLocale now traverses dot-notation (address.lineOne) and array-wildcard (contacts[].title) i18nField paths. Previously only top-level fields resolved; enforceI18nOnPut also fixed to validate nested required fields.

Fix: defineNoydbStore can't forward i18nFields / dictKeyFields (#274)

@noy-db/in-piniaNoydbStoreOptions now accepts i18nFields and dictKeyFields, forwarded to the underlying Collection so no pre-registration vault.collection() call is needed.