Skip to content

v2.0.0

Compare
Choose a tag to compare
@martbock martbock released this 09 Feb 21:14
· 3 commits to main since this release
51355ef

What's Changed

Breaking Changes

This new major version changes the default for the capitalize configuration option from false to true, while also introducing random word uppercasing instead of capitalizing the first character of every word. Since this change in behavior may break some depending code, I have bumped the major version instead of creating a minor version.

TL;DR: Generating a passphrase with the default settings now looks like this:

- grueling-argue-implement-scoundrel-pretender-lettuce
+ grueling-argue-IMPLEMENT-scoundrel-pretender-lettuce 

Other than that, no breaking changes are introduced.

Full Changelog: v1.0.10...v2.0.0