Calendar/test/utils
Janus C. H. Knudsen b5dfd57d9e Migrates date handling from date-fns to day.js
Replaces date-fns library with day.js to reduce bundle size and improve tree-shaking

- Centralizes all date logic in DateService
- Reduces library footprint from 576 KB to 29 KB
- Maintains 99.4% test coverage during migration
- Adds timezone and formatting plugins for day.js

Improves overall library performance and reduces dependency complexity
2025-11-12 23:51:48 +01:00
..
DateService.edge-cases.test.ts Migrates date handling from date-fns to day.js 2025-11-12 23:51:48 +01:00
DateService.test.ts Migrates date handling from date-fns to day.js 2025-11-12 23:51:48 +01:00
DateService.validation.test.ts Migrates date handling from date-fns to day.js 2025-11-12 23:51:48 +01:00
TimeFormatter.test.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00