Skip to content

vers. 3.1.0

Choose a tag to compare

@komed3 komed3 released this 17 Jan 17:21
· 382 commits to master since this release
76aadb9

Version 3.1 marks the first big update for CmpStr since its major code overhaul. In addition to several bug fixes and minor adjustments, the most notable new feature adds support for structured data while performing similarity search.

The API has been expanded with corresponding methods, both synchronously and asynchronously, now offering simplified handling of passed array objects.

Please note: This feature is new and hasn't been tested yet.

What’s New

  • Dealing with structured data (#82)

Changes & Fixes

  • Return types for API methods now default to any for easier handling
  • Added new Pool type string[]
  • TypeScript types revised and adapted
  • Root export for browser bundles (includes all important classes)
  • Dev dependencies updated to their latest versions
  • Workflow files updated, Node.js version set to 24.x.
  • Use OIDC for secure publishing

Full Changelog: v3.0.4...v3.1.0