Skip to content

Commit 3b677ae

Browse files
algoflowsclaude
andcommitted
docs(econify): version bump to 1.3.2
- Updated changelog for explain metadata fix - Version 1.3.1 → 1.3.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 02b2282 commit 3b677ae

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

packages/econify/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to the econify package will be documented in this file.
44

5+
## [1.3.2] - 2025-10-13
6+
7+
### Fixed
8+
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
14+
15+
### Technical Details
16+
17+
- Modified `packages/econify/src/normalization/explain.ts`
18+
- Added `allowsTimeConversion` import and check before setting `adjusted: true`
19+
- When time conversion is blocked, explain shows: `"Time conversion blocked (count with period-total)"`
20+
- All 459 tests passing
21+
522
## [1.3.1] - 2025-10-13
623

724
### Fixed

packages/econify/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tellimer/econify",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"tasks": {
55
"dev": "deno run --watch src/helpers/sample_usage.ts",
66
"test": "deno test --parallel",

0 commit comments

Comments
 (0)