View Source Changelog
v0-2-0
v0.2.0
- It's now possible to specify the maximum number of occerrences for each of
upper,lower,number, andsymbolas a two-tuple e.g.{upper, 3}. generate/1is now implemented.
v0-1-9
v0.1.9
- Removed deprecated function
generate/5 - Added more extensive tests
- Small bugfix
v0-1-8
v0.1.8
- Added badges for tests and code coverage
v0-1-7
v0.1.7
- Unit and Integration tests
- Small bugfix
v0-1-6
v0.1.6
Implementation of generate/2 which support a list of the atoms
upper, lower, number and symbol
to represent which selections is made to generate a password.
v0-1-5
v0.1.5
Reimplemented help function for generate/5 for pattern matching
v0-1-4
v0.1.4
Reimplemented the generate/5 function to suit functional programming instead of imperative
v0-1-0
v0.1.0
A full implementation of erlPass.