Release note for version 1.1.0
June 9, 2025
feat: Add MIT License to the project
fix: Correct package name in package-lock.json and add light-release dependency
fix: Update README badges formatting and adjust token reduction value
feat: Initialize LLMTrim library with Encoder and Decoder classes- Added package.json with project metadata and dependencies. - Implemented Encoder class for text processing, including methods to trim text by removing stopwords, punctuation, and applying stemming. - Implemented Decoder class for detrimming text with options for stemming, language, and stopword removal. - Created tests for Encoder functionality to ensure compression and trimming accuracy. - Added i18n support for negation words and articles/prepositions in multiple languages. - Configured TypeScript with tsconfig.json for strict type checking and output directory.
Get notified when we release new features.