Skip to content

Releases: omgovich/omgopass

v3.2.0

23 Jan 07:50
Compare
Choose a tag to compare

New feature — separators:

generatePassword({ separators: "_-" }); // "Gof2-Lip8_Xen"

v3.1.0

13 Nov 13:35
Compare
Choose a tag to compare
  • Make the generator 57 times faster than before. See #9

v3.0.0

11 Nov 17:28
Compare
Choose a tag to compare
  • Use cryptographically secure pseudorandom number generator

v2.0.0

21 Sep 16:51
Compare
Choose a tag to compare
  • Refactoring: Use ES6 syntax
  • Node.JS support
  • Add simple docs to README.md
  • Add tests
  • Add size-limit
  • Publish to npm