Skip to content

v0.3.2 — documentation wording cleanup

Choose a tag to compare

@alexanderbering alexanderbering released this 08 May 14:59
· 89 commits to main since this release

What's new in v0.3.2

Cosmetic patch — no code changes, no API changes. Reworded some user-facing text for a cleaner, self-contained open-source presentation. Same algorithms, same behavior.

What changed

  • package.json description reworded.
  • packages/algorithms/README.md advanced-algorithm table now lists each algorithm's inspiring research direction.
  • Source-file JSDoc headers in packages/algorithms/src/*.ts reworded.
  • Root README.md "Advanced algorithms" section reworded.

Stable surface

  • 429 tests pass on vitest
  • tsup ESM/CJS/DTS dual build identical to 0.3.0
  • No new dependencies, no API changes

0.3.1 was tagged on GitHub but never published to npm; 0.3.2 supersedes it.