Changelog
2.8.1 (2026-06-12)
Bug Fixes
2.8.0 (2026-06-12)
Features
2.7.0 (2026-06-12)
Features
2.6.0 (2026-06-11)
Features
2.5.0 (2026-06-11)
Features
2.4.0 (2026-06-11)
Features
2.3.0 (2026-06-11)
Features
2.2.0 (2026-06-11)
Features
- docs: search, changelog page, CI guardrail (fd95637)
2.1.0 (2026-06-11)
Features
- docs: full API reference via TypeDoc (337eb2c)
2.0.1 (2026-06-10)
Bug Fixes
- build: ship .d.ts files in published tarball (946cd8a)
2.0.0 (2026-06-01)
Bug Fixes
BREAKING CHANGES
tryCatchfrom@rtorcato/js-common/errorsis renamed totryWithFallback. For Result-pattern error handling, importtryCatchfrom@rtorcato/js-common/tryinstead.
1.8.1 (2026-05-29)
Bug Fixes
- deps: move CLI deps to optionalDependencies (52d1e9f)
- publishing bugs and dead-code cleanup (30b8d69)
1.8.0 (2026-05-29)
Features
- docs: Astro Starlight site on GitHub Pages (5139f6d)
1.7.1 (2026-05-29)
Bug Fixes
- deps: migrate to short-uuid v6 and inquirer v13 (#38) (cceae68)
- resolve bugs, remove duplicates, and add missing utilities (43dfc85)
1.7.0 (2026-01-16)
Features
- strings: add 12 new string utility functions (03df6fc)
1.6.0 (2026-01-16)
Bug Fixes
Features
- uuid: add v7, version detection, and short UUID conversion (d304168)
1.5.0 (2026-01-16)
Features
- currency: add lazy loading and new features (e9369a8)
1.4.2 (2026-01-16)
Bug Fixes
- update benchmark imports to use correct module paths (0713f23)
1.4.1 (2026-01-16)
Bug Fixes
- add build step to performance benchmarks job (e3a9020)
- add vitest coverage-istanbul dependency (498b6fb)
1.4.0 (2026-01-16)
Bug Fixes
- resolve lint errors for unused variables and isNaN usage (e47b644)
- trigger release for lint and template fixes (51888fd)
- update CodeQL workflow to v4 and fix invalid query pack (15c4868)
- update performance workflow with correct pnpm setup order (908fb60)
Features
- Enable TypeScript type definitions for package consumers (70eb162)
1.4.0 (2026-01-16)
Bug Fixes
- resolve lint errors for unused variables and isNaN usage (e47b644)
- trigger release for lint and template fixes (51888fd)
- update CodeQL workflow to v4 and fix invalid query pack (15c4868)
- update performance workflow with correct pnpm setup order (908fb60)
Features
- Enable TypeScript type definitions for package consumers (70eb162)
1.3.1 (2025-10-24)
Bug Fixes
- Correct import paths in CLI for proper TypeScript compilation (24221d5)
1.3.0 (2025-10-24)
Features
- Add modern interactive CLI with developer integration (8ffb144)
1.2.0 (2025-10-24)
Bug Fixes
- remove commitlint dependency from release job (dbf2795)
Features
- modernize CI/CD workflow with js-tooling structure (a46b6bf)
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2025-10-24
Added
- Initial public release on GitHub and npm
- Comprehensive JavaScript/TypeScript utilities library
- Support for arrays, strings, dates, validation, crypto, and more
- Full TypeScript support with type definitions
- Modular imports for tree-shaking optimization
Changed
- Migrated from GitLab to GitHub
- Changed from private to public package
- Updated to MIT license