JS Utils Kit - v0.5.1
    Preparing search index...

    Changelog

    • string: enhance string utilities with word extraction (#8) (95157ca)
    • number: add getMilliseconds utility with tests and CI/docs improvements (#7) (2a9db03)
    • Correct JSR exports generation to scan src directory instead of dist (bc39565)
    • Enhance JSR Publication, Optimize CI Workflow, and Improve Type Performance (#5) (dc5780c)
    • Add string, array, and object validation utilities (050b053)
    • Update postbuild script to generate exports (6780622)
    • add ASCII character utility functions and Jest test suite (1aa4d86)
    • Add clamp utility and tests (f7e8f71)
    • Add deep object merge utility and tests (627e0fb)
    • env: Add environment detection utilities and tests (47fd348)
    • env: Add getRunTimeEnvironment utility and tests (6f2144b)
    • number: Add isEven and isOdd with tests (c27109f)
    • number: Add randomInt and randomFloat with tests (cf31d1e)
    • string: Add string validation utilities and tests (3c506c1)
    • CLI: Move runtime deps (ora, commander) to dependencies (5731c56)
    • implement createArchive and CLI support + update workflow with yarn and release-it test hook (d6419b9)