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
fix: repair failing utility tests and implement missing functionality
- calculator: divide now throws on division by zero instead of returning Infinity
- string-utils: fix wordCount for consecutive spaces; implement word-boundary truncate with ellipsis
- task-manager: implement remove, update, and sortBy (priority/createdAt)
- date-utils: fix formatRelative rounding so 36h reads '2 days ago' and no '24 hours ago' output
- validator: accept long TLDs in isEmail and host:port URLs in isUrl
0 commit comments