You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated package.json to 3.41.0
- Updated all footer versions across pages
- Updated README.md overview version
- Updated CHANGELOG.md with v3.41.0 entry
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ A production-ready web application for normalizing and cleaning messy data at sc
8
8
9
9
## 🎯 Overview
10
10
11
-
A unified, enterprise-scale data normalization platform that automatically detects and normalizes multiple data types in a single workflow with batch processing API, real-time monitoring, and Redis caching (v3.40.6):
11
+
A unified, enterprise-scale data normalization platform that automatically detects and normalizes multiple data types in a single workflow with batch processing API, real-time monitoring, and Redis caching (v3.41.0):
12
12
13
13
-**Intelligent Auto-Detection**: Automatically identifies column types (name, email, phone, address, city, state, zip, country, company) with 95%+ accuracy
14
14
-**Multi-Column Processing**: Normalize all columns simultaneously with real-time progress tracking
15
-
-**Enterprise Streaming**: Process 100k+ rows with memory-efficient streaming architecture (v2.1.0)
15
+
-**Enterprise Streaming**: Process 100k+ rows with memory-efficient streaming architecture (v3.41.0)
16
16
-**Parallel Processing**: Web Worker pool (4-8 workers) for maximum performance
17
-
-**Real-Time Memory Monitoring** (v3.19.1): Live dashboard tracking worker pool performance, memory usage, recycling events, retry statistics
18
-
-**Company Name Detection** (v3.19.2): Intelligent identification of company columns, no splitting, title case normalization with abbreviation preservation
19
-
-**Results Preservation** (v3.19.2): Seamless navigation between results and monitoring dashboard without data loss
17
+
-**Real-Time Memory Monitoring** (v3.41.0): Live dashboard tracking worker pool performance, memory usage, recycling events, retry statistics
18
+
-**Company Name Detection** (v3.41.0): Intelligent identification of company columns, no splitting, title case normalization with abbreviation preservation
19
+
-**Results Preservation** (v3.41.0): Seamless navigation between results and monitoring dashboard without data loss
20
20
-**Specialized Normalizers**:
21
21
-**Names**: 750+ credentials, Asian name detection, context-aware parsing
22
22
-**Phones**: 250+ countries, type detection, multiple formats
@@ -26,16 +26,16 @@ A unified, enterprise-scale data normalization platform that automatically detec
26
26
27
27
### Key Features
28
28
29
-
✅ **Intelligent Multi-Type Platform** 🤖: Auto-detect data types (name, email, phone, address) with 95%+ accuracy and normalize multiple columns (v2.0.0)
30
-
✅ **Address Normalization** 🏠: Title Case conversion, 27+ street suffix abbreviations, 10,000+ addresses/second (v1.5.0)
29
+
✅ **Intelligent Multi-Type Platform** 🤖: Auto-detect data types (name, email, phone, address) with 95%+ accuracy and normalize multiple columns (v3.41.0)
30
+
✅ **Address Normalization** 🏠: Title Case conversion, 27+ street suffix abbreviations, 10,000+ addresses/second (v3.41.0)
31
31
✅ **750+ Professional Credentials**: Comprehensive coverage across healthcare, finance, IT, engineering, supply chain, legal, education, and more
✅ **Real-time Processing**: Interactive demo for testing individual records
@@ -47,9 +47,9 @@ A unified, enterprise-scale data normalization platform that automatically detec
47
47
✅ **Statistics Dashboard**: Track valid/invalid ratios, processing time, data quality metrics
48
48
✅ **Authentication**: Secure user accounts with job history
49
49
✅ **S3 Storage**: Scalable file storage for uploads and results
50
-
✅ **Real-Time Memory Monitoring** 📊: Live dashboard tracking worker pool performance, memory usage, recycling events, retry statistics (v3.19.1)
51
-
✅ **Company Name Detection** 🏢: Intelligent identification of company columns, no splitting, title case normalization with abbreviation preservation (v3.19.2)
52
-
✅ **Results Preservation** 💾: Seamless navigation between results and monitoring dashboard without data loss (v3.19.2)
50
+
✅ **Real-Time Memory Monitoring** 📊: Live dashboard tracking worker pool performance, memory usage, recycling events, retry statistics (v3.41.0)
51
+
✅ **Company Name Detection** 🏢: Intelligent identification of company columns, no splitting, title case normalization with abbreviation preservation (v3.41.0)
52
+
✅ **Results Preservation** 💾: Seamless navigation between results and monitoring dashboard without data loss (v3.41.0)
53
53
54
54
### What's New in v3.40.1 🚀
55
55
@@ -291,7 +291,7 @@ Real-time batch job updates with instant feedback (<100ms latency vs 5-second po
291
291
**Context-Aware Parsing** 🧠
292
292
Analyzes email domains, phone country codes, and company names to boost parsing accuracy. Uses weighted voting to detect cultural patterns and improve confidence scores.
293
293
294
-
### Recent Improvements (v1.0.0)
294
+
### Recent Improvements (v3.41.0)
295
295
296
296
-**750+ Credentials**: Expanded from ~100 to 750+ professional credentials across all industries
297
297
-**Hybrid Monorepo**: Refactored into publishable `@normalization/core` package
@@ -576,7 +576,7 @@ Edit configuration files in `shared/normalization/`:
576
576
- Case normalization
577
577
- Batch CSV processing (up to 10,000 emails)
578
578
579
-
**Enterprise Verification** (v1.4.0):
579
+
**Enterprise Verification** (v3.41.0):
580
580
- MX record validation (DNS lookup for mail exchange servers)
581
581
- SMTP connection testing (verify server reachability)
582
582
- Mailbox verification (RCPT TO command)
@@ -711,8 +711,8 @@ All critical bugs have been fixed:
711
711
- ✅ Multiple parentheses handling ("John Doe (he/him) (Ph.D.)" works correctly)
712
712
- ✅ Vite HMR WebSocket configuration (no console errors)
0 commit comments