Skip to content

Releases: brendanashworth/generate-password

v1.4.0

21 Jan 07:39
Compare
Choose a tag to compare
publish 1.4.0

v1.2.0

26 Sep 05:49
Compare
Choose a tag to compare

1.2.0 / 2016-9-25

Release with a new feature and various improvements.

strict is now an option that can be passed to password generation. When this is true,
each other option will be required — for example, if you generate a password with numbers,
lowercase letters, and uppercase letters, the password will have at least one number, one
lowercase letter, and one uppercase letter.

Notable Changes

  • 98f923c0c - fix strict password generation (Brendan Ashworth)
  • c69e2ef6b - adds eslint (Brendan Ashworth)
  • a798e846c - add code coverage (Brendan Ashworth)
  • aa5e13edf - Adds strict password generation (Algimantas Krasauskas)

v1.1.1

24 Dec 05:33
Compare
Choose a tag to compare

1.1.1 / 2014-12-23

  • Add excludeSimilarCharacters option