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
Refactored date and time formatting system: The date and time formatting system has been completely overhauled to improve reliability and consistency across different languages and locales. This may require adjustments to your existing configuration.
What's Changed
Improved date and time formatting system
Fixed issue where seconds were displayed when set to 'hidden'
Improved handling of 'hidden' format in the date and time formatting system
Ensured consistent behavior across all date and time formats
Added Jest testing framework for improved code quality and reliability
Implemented comprehensive tests for date and time formatting functions
Added test configuration with TypeScript support
Created test files for lokalify module
Added npm test script for easy test execution
Improved development workflow with automated testing