Skip to content

Releases: martbock/laravel-diceware

v2.1.0

05 Mar 10:57
15abfff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Feb 21:14
51355ef
Compare
Choose a tag to compare

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

v1.0.10

09 Feb 20:22
9723c0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9

23 Dec 18:30
e168d6a
Compare
Choose a tag to compare

Release Notes

  • Add add_number configuration option

v1.0.8

23 Dec 17:47
f7d0a61
Compare
Choose a tag to compare

Release Notes

  • Add support for Laravel 8
  • Add support for PHP 8
  • Deprecate support for Laravel 5.8
  • Deprecate support for Laravel 6

v1.0.7

03 Sep 16:13
543b5b9
Compare
Choose a tag to compare

Release Notes

  • Add support for Laravel 7