Skip to content

Releases: piotrmaciejbednarski/text-similarity-node

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 17:27
f8c7c86

Changes since v1.1.0

  • Merge pull request #26 from piotrmaciejbednarski/6-add-the-ability-to-use-the-library-as-a-cli-tool
  • style: format code with ClangFormat, Prettier and Ruff Formatter
  • feat: add CLI support with commands for similarity, distance, and batch processing

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 16:58

Changes since v1.0.1

  • chore: add all prebuilds (run 22039471054)
  • chore: remove macos-13 configuration from prebuild workflow
  • chore: update version to 1.1.0
  • Merge pull request #25 from piotrmaciejbednarski/24-make-max-string-size-configurable
  • style: format code with ClangFormat, Prettier and Ruff Formatter
  • feat: make max string length configurable for large document comparisons
  • chore: update node-gyp to version 12.2.0 and include necessary headers
  • Merge pull request #14 from piotrmaciejbednarski/dependabot/npm_and_yarn/development-dependencies-1e8d62bc1c
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates
  • Merge pull request #17 from piotrmaciejbednarski/dependabot/npm_and_yarn/node-gyp-11.4.2
  • chore(deps-dev): bump node-gyp from 11.2.0 to 11.4.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 09:28

Changes since v1.0.0

  • fix: improve release notes generation by consolidating output handling
  • fix: streamline output generation for release notes in workflow
  • fix: update release notes handling and change release action to softprops/action-gh-release
  • chore: update version to 1.0.1 and add postinstall script
  • feat: add postinstall script and update package.json dependencies
  • chore: add note about future removal of prettier
  • chore: force cache clear for license badge
  • ci: add .deepsource.toml

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 19:31

Initial Release

This is the first release of the text-similarity-node library, which provides high-performance text similarity algorithms in Node.js.