Skip to content

Releases: lmammino/indexed-string-variation

v2.1.0

Choose a tag to compare

@lmammino lmammino released this 14 Jun 12:16
97d689d

What's Changed

  • chore: Makes the option argument optional and updates docs by @lmammino in #14

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@lmammino lmammino released this 13 Jun 16:44
6481f56
  • Improved README with more details about how the algorithm works
  • upgraded to Node.js 24 in CI

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@lmammino lmammino released this 13 Jun 16:32
56690e0

What's Changed

Feat/v2 by @lmammino in #13

Major new version

  • TypeScript rewrite
  • Updated CI to GitHub Actions
  • Using Biome as linter/formatter
  • Breaking: updated interface to a more friendly and modern iterable/iterator approach (see README for examples)
  • Updated to Node.js 22+
  • Using vitest for tests
  • Added lefthook for auto-linting/formatting on commit

New Contributors

Full Changelog: v1.0.3...v2.0.0