aboutsummaryrefslogtreecommitdiff
path: root/vendor/user-agent.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-24chore: migrate vendor (#254)Shinigami1-385/+0
2022-01-21chore: delete old examples and doc folder (#155)Damien Retzinger1-49/+226
Co-authored-by: Shinigami92 <[email protected]>
2021-03-22Linting fixes for `./vendor`Marak1-155/+155
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-1/+1
Current status: - moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype - moved respective test from random.unit to datatype.unit - tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called - adapted all lib files that use moved methods (mostly number) - adapted tests of respective files to spy on the correct method - adapted README in order to promote usage of method that logs a DeprecationWarning
2020-11-27Code alignedTaras Verveha1-155/+155
2020-11-27Current faker instance passed into user-agent generate function to avoid ↵Taras Verveha1-3/+2
loading additional locales
2020-06-23Make user agent deterministicShaun Starsprung1-1/+2
2018-10-14[vendor] [minor] Removing dead codeMarak1-7/+0
2018-09-22[api] [fix] user-agent randomness #521Marak1-0/+6
* Now using `faker.random.number` * Adds faker seed and mersenne
2014-09-13[api] Added Internet.userAgent #16Marak1-0/+209