aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-04-19feat: add internet.emoji (#504)Hugo ATTAL1-0/+14
2022-04-19feat: dynamic definitions tree (#822)ST-DDT1-14/+27
2022-04-10feat: phone IMEI (#829)Eric Cheng1-1/+33
2022-04-10refactor: log messages for unique fields (#828)Shinigami1-0/+3
2022-04-10feat: immutable options in random.alpha methods (#790)ST-DDT1-0/+26
2022-04-10refactor: improve unique (#810)Shinigami1-8/+57
2022-04-08refactor: datatype number (#798)Shinigami1-31/+61
2022-04-08docs: nice string literals (#814)ST-DDT2-2/+27
2022-04-08feat: special characters in emails (#792)Harsohail Brar1-0/+31
2022-04-08feat: updated mime-db to 1.52.0 (#808)Daniel Bannert1-12/+12
2022-04-08docs: nice literal unions (#811)ST-DDT5-73/+128
2022-04-07test: add parameter defaults to our signature generation test (#793)ST-DDT3-5/+226
2022-04-06chore: IBAN library typed and moved to utils (#785)Piotr Kuczynski2-14/+10
2022-04-06feat: Add MongoDB ObjectId generation (#616)Nick Hammond1-1/+17
2022-04-06feat: faker.finance.pin() (#695)Eric Cheng1-0/+32
2022-04-05fix: use `\n` as default separator for lorem.paragraphs() (#783)ST-DDT1-4/+4
2022-04-05feat: add some en locale city prefixes and suffixes (#685)Eric Cheng2-10/+10
2022-04-05feat: add some en locale product names (#686)Eric Cheng1-4/+4
2022-04-04test: fix random alpha and alphaNumeric tests assumptions (#774)ST-DDT1-5/+5
2022-04-04fix: random word fails on undefined (#771)ST-DDT1-0/+15
2022-04-04chore: fix mustache type warning and add some tests (#753)ST-DDT1-5/+44
2022-04-03chore: deprecate name.title() in favor of name.jobTitle() (#766)ST-DDT1-1/+22
2022-04-03chore: address zipCodeByState fix types (#760)ST-DDT1-3/+3
2022-04-03test: check that system.filePath() generates file extensions (#765)ST-DDT1-2/+5
2022-04-03refactor: rename hexaDecimal to hexadecimal (#764)Piotr Kuczynski2-11/+35
2022-04-02test: add a general country iban test (#746)ST-DDT1-0/+14
2022-04-01chore: remove invalid country code files (#752)ST-DDT1-1/+0
2022-04-01fix: deterministic results for address.nearbyGPSCoordinate (#737)Leyla Jähnig1-0/+14
2022-03-31feat: FakerError (#718)Leyla Jähnig5-8/+29
2022-03-31fix: datatype.number when min = max + precision, throw when max > min (#664)Piotr Kuczynski4-40/+53
2022-03-31test: added a few test cases for Albania IBAN (#739)wael1-0/+35
2022-03-29fix: remove doubled extension in system.filePath (#300)Piotr Kuczynski1-8/+4
2022-03-28fix: fake behavior with special replacement patterns (#688)ST-DDT1-0/+34
2022-03-28fix: Vehicle vin is always 17 characters long (#320)Demi - Alvaro Martinez de Miguel1-2/+11
2022-03-28chore: use a standardized deprecated function (#689)Shinigami4-31/+15
2022-03-28chore: improve readability and type safety for loadDefinitions (#269)ST-DDT1-0/+21
2022-03-28fix: force passed locales into faker constructor (#580)Jason Papakostas1-1/+23
2022-03-28test: fix all_functional tests (#609)ST-DDT1-39/+49
2022-03-26test: fix flaky unique test coverage (#667)ST-DDT1-0/+17
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-4/+1
2022-03-25refactor: deprecate time.recent (#661)Shinigami1-1/+45
2022-03-25refactor: date accept number input (#670)Leyla Jähnig1-117/+96
2022-03-24test: remove todo for number conversion (#669)Shinigami2-4/+4
2022-03-24fix: only return word with desirable alpha characters (#654)Shinigami2-11/+72
2022-03-24fix: name module gender (#644)Shinigami2-89/+162
2022-03-24refactor: set seed directly (#563)ST-DDT1-0/+26
2022-03-24fix: datatype.datetime should use static boundaries (#343)ST-DDT1-20/+50
2022-03-24fix: fake is unable to return empty strings (#347)ST-DDT1-0/+4
2022-03-24fix: normalize provider in finance.creditCardNumber (#662)Shinigami1-1/+13
2022-03-24fix: accept dates as params for Date methods (#200)Piotr Kuczynski1-137/+115