Tyler Davis
Tyler Davis
Implemented a feature requested in issue #677 to enable Faker to generate randomized Java Duration instances from 0 to a given `long`. - `FakeDuration`.`atMostMinutes` takes a `long minutesMax` and returns...
I implemented a feature requested in #591. Originally `Address.zipCode` returned either a 5-digit zip code or a 9-digit zip code. Here the 5-digit and 9-digit zip code representations are split...
Implemented a feature requested in #361. `Name`.`username(int maxLength)` will return a username generated with maximum length `maxLength`.