aboutsummaryrefslogtreecommitdiff
path: root/test/__snapshots__
AgeCommit message (Expand)AuthorFilesLines
2023-02-04refactor(datatype): standardize arguments (#1804)DivisionByZero1-3/+9
2023-02-04refactor(location): normalize signatures (#1784)DivisionByZero1-39/+153
2023-02-02fix(person): change fullName to use name patterns (#1637)Matt Mayer2-26/+26
2023-01-30feat(airline): add airline module (#1699)Matthew Petro1-0/+154
2023-01-30feat(number)!: default to high precision float (#1675)Matt Mayer4-47/+23
2023-01-29refactor(system): replace mime db with common dataset (#1788)DivisionByZero1-20/+20
2023-01-29refactor(string): rename `special` to `symbol` (#1789)DivisionByZero1-21/+21
2023-01-29refactor(internet): remove weigths in userAgent (#1761)DivisionByZero1-3/+3
2023-01-26feat(helpers): add length range support in `arrayElements` (#1772)Eric Cheng1-0/+24
2023-01-24fix(helpers): uniform distribution in helpers.arrayElements (#1770)ST-DDT1-5/+5
2023-01-18fix(locale): filter inappropriate words in the en locale (#1745)Matt Mayer5-55/+55
2023-01-11feat(string): generate string from characters (#1717)ST-DDT1-0/+36
2023-01-09feat(string): nanoid (#1716)Leyla Jähnig1-0/+42
2023-01-09feat(person): split prefix into gendered versions (#1665)Matt Mayer1-5/+5
2023-01-05feat(locale): add Luxembourg (French) locale (#1693)David Morais Ferreira1-1/+1
2023-01-05feat(string): add binary and octal random string generation (#1710)Pablo Ladreyt1-0/+60
2023-01-03feat(number): add binary and octal random number generation (#1708)Pablo Ladreyt1-0/+36
2023-01-02feat(locale): extend english company (#1701)PE LETT1-4/+4
2023-01-02refactor(location): nearbyGPSCoordinate options (#1682)Shinigami1-0/+126
2023-01-02feat(helpers): add new faker.helpers.weightedArrayElement (#1654)Matt Mayer1-0/+12
2022-12-31feat(person): add short bio (#1696)Matt Mayer1-0/+6
2022-12-25feat(helpers): allow empty string in fake (#1679)ST-DDT1-0/+6
2022-12-24fix(locale): filter inappropriate words in the en locale (#1633)Ryan Fox4-59/+59
2022-12-24feat(locale): update location/country list (#1676)Matt Mayer1-2/+2
2022-12-23fix(location): use IANA standard for timezone (#1678)Matt Mayer1-3/+3
2022-12-23feat(helpers): fake from array (#1453)ST-DDT1-6/+18
2022-12-17test: fix duplicate test names (#1647)Shinigami2-39/+3
2022-12-17feat(number)!: change int default params (#1643)Shinigami4-60/+60
2022-12-13test: remove duplicate fixed-seeded-tests (#1653)ST-DDT1-72/+0
2022-12-10feat(number): adjust hex default (#1649)Shinigami1-2/+2
2022-12-10fix(number): values out of bounds (#1648)ST-DDT2-4/+4
2022-12-09feat(number)!: change float default params (#1642)Shinigami1-6/+6
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT6-19/+165
2022-12-07feat(string): add special() method (#1634)Brayton Rude1-0/+42
2022-12-07infra: check test snapshots to be up to date (#1632)ST-DDT1-12/+0
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng2-26/+26
2022-12-05refactor(image)!: rewrite module (#1477)Shinigami1-0/+185
2022-12-03fix(internet): userName, email and slugify return only ascii (#1554)Matt Mayer1-0/+96
2022-12-01refactor(date)!: unify signatures (#1534)Shinigami1-0/+246
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-0/+109
2022-11-21feat(helpers): add rangeToNumber method and add range parameters (#1486)ST-DDT5-49/+265
2022-11-14refactor(string): rename params (#1551)Eric Cheng1-24/+24
2022-11-10feat(word): add sample method (#714)Piotr Kuczynski2-24/+72
2022-11-08fix(git): adjust commitEntry to match `git log` output (#1539)ST-DDT1-27/+45
2022-11-07refactor(helpers)!: rewrite shuffle (#1521)Shinigami1-6/+102
2022-11-07feat(person): add `zodiacSign()` (#182)Bobby1-0/+6
2022-11-07feat(git): add options.refDate to commitEntry (#1512)Kevin Meinhardt2-0/+105
2022-11-06feat(locale): add dv locale (#1506)Mohamed Suhaib1-1/+1
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT5-88/+100
2022-10-30refactor(mersenne): rewrite internal mersenne (#1447)Shinigami1-30/+18