File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,17 +6,23 @@ All notable changes to the econify package will be documented in this file.
66
77### Fixed
88
9- - ** Explain Metadata for Blocked Time Conversions** : Fixed explain metadata to correctly reflect when time conversions are blocked
10- - ` periodicity.adjusted ` now shows ` false ` when time conversion is blocked by indicator type + temporal aggregation rules
11- - Previously showed ` adjusted: true ` even when conversion was blocked, causing confusion
12- - Example: Tourist Arrivals (count + period-total) now correctly shows ` adjusted: false ` with explanation message
13- - Explain metadata now uses ` allowsTimeConversion() ` to determine if conversion actually occurs
9+ - ** Explain Metadata for Blocked Time Conversions** : Fixed explain metadata to
10+ correctly reflect when time conversions are blocked
11+ - ` periodicity.adjusted ` now shows ` false ` when time conversion is blocked by
12+ indicator type + temporal aggregation rules
13+ - Previously showed ` adjusted: true ` even when conversion was blocked, causing
14+ confusion
15+ - Example: Tourist Arrivals (count + period-total) now correctly shows
16+ ` adjusted: false ` with explanation message
17+ - Explain metadata now uses ` allowsTimeConversion() ` to determine if
18+ conversion actually occurs
1419
1520### Technical Details
1621
1722- Modified ` packages/econify/src/normalization/explain.ts `
1823- Added ` allowsTimeConversion ` import and check before setting ` adjusted: true `
19- - When time conversion is blocked, explain shows: ` "Time conversion blocked (count with period-total)" `
24+ - When time conversion is blocked, explain shows:
25+ ` "Time conversion blocked (count with period-total)" `
2026- All 459 tests passing
2127
2228## [ 1.3.1] - 2025-10-13
You can’t perform that action at this time.
0 commit comments