Releases: martbock/laravel-diceware
Releases · martbock/laravel-diceware
v2.1.0
v2.0.0
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