Skip to content

v2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Mar 16:41
· 5 commits to master since this release
abf9e28

2.1.0 (2026-03-01)

Bug Fixes

  • Added newline (90b99ce)
  • reorder insufficient entropy check in fromArray method (621b0b5)

Features

  • add entropyPerWord method to calculate entropy in bits (bb10316)
  • add support for excluding words from the passphrase generation (9446942), closes #25
  • add tests for entropyPerWord method with single word and non-power of two cases (e4564bb)
  • add validation for minimum word count in word lists (8a61bf1)
  • implement target entropy bits functionality in PassphraseGenerator (54b1e68), closes #26