Commit graph

6 commits

Author SHA1 Message Date
1210638242 chore(release): bump version to 0.9.9
- Updated `VERSION` constant in `version.ts` to reflect the new release version.
- Prepares the codebase for the 0.9.9 release.
2025-06-24 11:04:11 -07:00
c03c7f1d56 chore(release): bump version to 0.9.8 and enhance badge update logic
- Updated `VERSION` constant in `version.ts` to `0.9.8` for the latest release.
- Improved `generate-version.js` to dynamically update badges in `README.md` for npm, Node.js, and TypeScript.
- Enhanced badge update logic to use flexible regex matching and added warnings for missing badges.
- Strengthened maintainability of the versioning process and ensured accurate documentation updates.
2025-06-24 11:02:48 -07:00
1c68d51be1 feat(scripts): enhance version script and update badges dynamically in README
- Added a new `version` script in `package.json` to execute `generate-version.js` for automated version management.
- Enhanced `generate-version.js` to dynamically update badges in `README.md` for npm version, Node.js version, and TypeScript version.
- Modified badge update logic to retrieve Node.js and TypeScript versions from `package.json` for accuracy.
- Updated `VERSION` constant in `version.ts` to `0.9.7` to reflect the latest release.
- Streamlined the versioning process for better maintainability and consistency in documentation.
2025-06-24 10:57:27 -07:00
32c1ca891f chore(release): bump version to 0.9.6
- Updated version constant in `version.ts` to reflect the new release version.
- Prepares the codebase for the 0.9.6 release.
2025-06-24 10:39:15 -07:00
d18a5a6c22 refactor(worker-threads): pass functions as strings to resolve Promise cloning issues
- Updated worker execution logic to pass functions as stringified versions instead of reference types to avoid cloning issues in worker threads.
- Refactored utility functions in `workerUtils` to accept serialized function strings.
- Adjusted embedding and augmentation pipeline workflows to align with the updated worker handling mechanism.
- Enhanced parallel distance calculator to support structured arguments with stringified distance functions for better compatibility.
2025-06-24 10:38:05 -07:00
23e50b09bf Initial commit 2025-06-24 10:16:12 -07:00