- drop Node.js < 14 support
-
New Features
-
Introduced a new function
ms
for converting human-readable time formats into milliseconds. -
Added multiple GitHub Actions workflows for CI, testing, and publishing automation.
- Updated TypeScript configuration for improved type safety.
-
Bug Fixes
-
Removed outdated configuration files that could lead to linting errors or CI issues.
-
Documentation
-
Updated
README.md
with new CI/CD references, installation instructions, and contributor acknowledgments.- Added a license section with the MIT License.
-
Chores
-
Updated
package.json
with new dependencies and scripts for linting and testing.
- fix: package.json to reduce vulnerabilities (#3)
- feat: warn with stack
- deps: upgrade ms to 0.7.0
- feat(index.js): warn when result is undefined
- init