Releases: valorin/random
Releases · valorin/random
v0.5
v0.4
What's Changed
- Enhancement: Simplify
dashed
return by @shatterproof in #15 - Fix: Adjust
testUnexpectedSymbolsInput
for unfiltered symbols by @shatterproof in #17 - Enhancement: Include $lower attribute for
dashed
by @shatterproof in #16 - Rename
dashed
$lower to $mixedCase by @shatterproof in #18
New Contributors
- @shatterproof made their first contribution in #15
Full Changelog: v0.3...v0.4
v0.3
What's Changed
- Fix string
length
conflict withrequireAll
by @faissaloux in #9 - Enhancement: Extract trait by @localheinz in #3
- Fix typo in README by @szepeviktor in #4
- Normalize composer.json by @szepeviktor in #5
- Fix logic in Random::generator() by @szepeviktor in #8
- Enhancement: Use
--strict
option when validatingcomposer.json
andcomposer.lock
by @localheinz in #14 - Fix
pick($count)
by @faissaloux in #12 - Added
passcode()
alias forotp()
New Contributors
- @localheinz made their first contribution in #3
- @szepeviktor made their first contribution in #4
Full Changelog: v0.2...v0.3
v0.2
What's Changed
- Added
Random::dashed()
helper for dashed token strings. - Fix unexpected
use*
methods input by @faissaloux in #2
New Contributors
- @faissaloux made their first contribution in #2
Full Changelog: v0.1...v0.2
v0.1 - Initial Release!
Random finally has all the core features I wanted to include for the initial release, so I'm clicking the button and making it live!
This is definitely an early version, so method names and parameters may change as it starts being used and issues are identified.
Full Changelog: https://github.com/valorin/random/commits/v0.1