- feat: support numeric separators
- feat: add ability to define locale for sorting unicode
- fix: update
Identifier<T>
to bekeyof T
instead of anystring
- fix: performance issue when parsing date strings
- fix umd imports
- Migrate codebase to TypeScript
Identifier<T>
to be keyof T
instead of any string