Skip to content

Commit f8d55f6

Browse files
committed
chore(econify): fmt deno
1 parent 3b677ae commit f8d55f6

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

packages/econify/CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)