Commit graph

43 commits

Author SHA1 Message Date
autocommit
a29afcea67 deps-upgrade(dependencies): ⬆️ Update all dependencies to latest stable versions
Some checks failed
Build and Publish / build-and-publish (push) Failing after 32s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:19:20 -07:00
Claude Code
06a4a2a3ac perf(browser-stubs): Optimize browser stubs processing in tsup config to reduce bundle size and improve API compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 04:44:58 -07:00
Claude Code
fae99a7ec4 deps-upgrade(dependencies): ⬆️ Update dependencies to latest compatible versions in package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 04:44:58 -07:00
Claude Code
ac3626d743 chore(config): 🔧 Update TypeScript bundling config for optimized build settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 04:35:23 -07:00
Claude Code
2e3d87039d deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions for security and compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 04:29:10 -07:00
Claude Code
6f773845b5 deps-upgrade(dependencies): ⬆️ Update dependencies to latest versions for stability and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 03:53:22 -07:00
Lilith
e40c73eb53 deps-upgrade(deps): ⬆️ Update dependency versions in package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 20:02:02 -07:00
Lilith
c4182372f9 deps-upgrade(dependencies): ⬆️ Update dependencies to latest stable versions for new features, bug fixes, and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:25:38 -07:00
Lilith
a0e5fa7ab5 wip(lilith-text): 🚧 Prepare development snapshot lilith-text v1.3.9-dev.1772235970 with internal utility refinements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:53:36 -08:00
Lilith
4adfda69be perf(spellcheck): Refactor dictionary loaders, confidence scorer, and SymSpell engine to optimize performance and accuracy in spell-checking results
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:45:37 -08:00
Lilith
a02d7dd485 security(security): 🔒️ Update InputLengthGuard to enforce stricter input length validation using cached regex patterns
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:27:59 -08:00
Lilith
4ef87dcd61 deps-remove(dependencies): Remove unused dependency from package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:27:59 -08:00
Lilith
5ae825726e security(text-processing): 🔒️ Fix input sanitization for regex patterns, spell-check strings, and template rendering with strict validation and error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:14:42 -08:00
Lilith
f117dd2fa2 security(spellcheck): 🔒️ Add security tests for secure fetch loader, SymSpell integration, and LRU cache validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 14:15:20 -08:00
Lilith
36b8c02d78 deps-upgrade(dependencies): ⬆️ Update third-party library versions to latest stable releases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 14:15:20 -08:00
Lilith
6472d44147 security(spellcheck/dictionaries): 🔒️ Validate unsafe dictionary loading operations with URL/file path checks and input size limits to prevent SSRF/XSS/DoS attacks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 14:09:09 -08:00
Lilith
bde9b747b3 feat(spellcheck): Update spell-checker algorithm to support custom dictionaries and improve language accuracy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 22:43:01 -08:00
Lilith
9c51c0e70f deps-upgrade(deps): ⬆️ Update all dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 22:43:01 -08:00
Lilith
64187b5a13 feat(cli): Add interactive spell-check mode or fix argument parsing errors in CLI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 22:36:42 -08:00
Lilith
3be7fe9ea4 feat(spellcheck): Add aggressive text normalization and mobile spell-checking support using upgraded lilith-text-processing-utils v1.3.5
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 22:30:16 -08:00
Lilith
4dc998d2a0 deps-upgrade(dependencies): ⬆️ Update minor/patch versions in package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 22:30:16 -08:00
Lilith
3030d32d33 deps-upgrade(spellcheck): ⬆️ Update lilith-text-processing-utils to v1.3.4 with improved normalization and mobile test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 22:21:55 -08:00
Lilith
098b7742ad docs(docs): 📝 Revise README.md to improve onboarding clarity and update TEST_PLAN.md with comprehensive test scenarios
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 19:33:05 -08:00
Lilith
c832a606d3 docs(docs): 📝 Introduce structured guides in the docs/ directory alongside a clear high-level overview in README.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 19:27:04 -08:00
Lilith
a5100a72af fix(spellcheck): 🐛 Improve spell-check confidence scoring, fix joined-word detection, and expand typo handling edge cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 19:10:02 -08:00
Lilith
6dba01fe2a deps-upgrade(root): ⬆️ Update dependencies to latest minor/patch versions in package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 19:10:02 -08:00
Lilith
2f69adc0f4 feat(spellcheck): Enhance spelling suggestion ranking logic for improved candidate filtering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 19:03:56 -08:00
Lilith
583bca1ac2 deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 17:36:36 -08:00
Lilith
9a38fdc91e feat(spellcheck): Add abbreviation, homophone, and punctuation handling to spellcheck with enhanced tokenization logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 17:30:30 -08:00
Lilith
9a2ec3b2a9 deps-upgrade(dependencies): ⬆️ Update minor/patch versions of direct/indirect dependencies in package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 16:55:46 -08:00
Lilith
6c67452f7d perf(spellcheck): Optimize tokenization in tokenizeText for faster spell-checking by improving parsing logic and edge-case handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 16:49:04 -08:00
Lilith
f79e4bfa1a test(spellcheck): Update test coverage in _quick_features.test.ts to verify performance and correctness of checkWord() and suggestCorrections() functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 16:43:08 -08:00
Lilith
bd19c0c5cc perf(spellcheck): Optimize spell-checking performance by restructuring dictionary loading, integrating SymSpell engine, updating word frequency data, and refactoring core components (dictionary-manager, spell-checker, suggestion-engine)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 15:51:46 -08:00
Lilith
5522dcb628 deps-upgrade(dependencies): ⬆️ Update dependencies to their latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 15:51:46 -08:00
Lilith
d976da09aa deps-upgrade: ⬆️ Update dependencies to include bug fixes, security patches, and minor version improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-07 17:52:07 -08:00
Lilith
3ddd80fb41 chore: trigger CI publish 2026-01-30 11:56:33 -08:00
Lilith
68a01144ec deps-upgrade: ⬆️ Update core dependencies to latest stable versions 2026-01-22 14:10:07 -08:00
Lilith
ed3aac1bea deps-upgrade: ⬆️ Update dependency versions in package.json for security, bug fixes, and compatibility improvements 2026-01-22 11:49:51 -08:00
Lilith
04fc551c23 perf(build): Optimize TypeScript bundling with tsup config tweaks for faster builds 2026-01-21 15:35:31 -08:00
Lilith
277d9554fe deps-upgrade(root): ⬆️ Update dependencies to latest stable versions 2026-01-21 15:35:31 -08:00
Lilith
aae4832b9c chore(build): Update tsup config for optimized TypeScript bundling with minification, sourcemap, and output adjustments 2026-01-21 12:41:33 -08:00
Lilith
bfbe9c384e deps-upgrade: ⬆️ Update minor/patch versions in dependencies for security/performance improvements 2026-01-21 12:41:33 -08:00
Lilith
5b4898fa7e chore: initial commit 2026-01-21 11:37:27 -08:00