v0.2.3: Row-parity, empty-variable, and DataCanvas table-name fixes
Row-parity, empty-variable, and DataCanvas table-name fixes
Three bug fixes landing together: content[] no longer drops rows structuredContent carries, flood/climate accept empty daily_variables, and spill results surface their exact staged table_name.
Changed:
openmeteo_dataframe_querycaps inlinerowsto a 100-row preview (previously up to 10,000);row_countstill reports the true total, paged via SQL LIMIT/OFFSET
Dependency bumps:
@biomejs/biome^2.5.2 → ^2.5.3@types/node^26.1.0 → ^26.1.1tsc-alias^1.8.17 → ^1.9.0vitest^4.1.9 → ^4.1.10
Fixed:
- content[] renders every row across all seven time-series tools — no more capped previews or "…and N more" trailers (#16)
openmeteo_get_flood/openmeteo_get_climateaccept empty or omitteddaily_variables, reaching the declaredno_variables_requestedrecovery (#17)openmeteo_get_historical/openmeteo_get_ensemble/openmeteo_get_climatereturn the exact stagedtable_name;dataframe_querypoints at it instead of implying derivation fromcanvas_id(#18)
135 tests pass; bun run devcheck clean.