aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02feat(locale): extend english company (#1701)PE LETT1-4/+4
2023-01-02refactor(location): nearbyGPSCoordinate options (#1682)Shinigami2-5/+142
Co-authored-by: ST-DDT <[email protected]>
2023-01-02feat(helpers): add new faker.helpers.weightedArrayElement (#1654)Matt Mayer2-0/+114
2022-12-31feat(person): add short bio (#1696)Matt Mayer2-1/+8
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami3-0/+5
2022-12-30docs: fix param check (#1694)ST-DDT1-1/+27
2022-12-26docs(datatype): allow markdown in @see links (#1667)Matt Mayer2-0/+31
2022-12-26test(helpers): fake should not trim whitespace (#1680)ST-DDT1-0/+4
2022-12-25feat(helpers): allow empty string in fake (#1679)ST-DDT2-7/+13
2022-12-24fix(locale): filter inappropriate words in the en locale (#1633)Ryan Fox4-59/+59
2022-12-24chore(deps): update doc-dependencies (#1671)renovate[bot]1-17/+17
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
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-DDT2-15/+51
2022-12-17test: fix duplicate test names (#1647)Shinigami5-48/+24
2022-12-17feat(number)!: change int default params (#1643)Shinigami4-60/+60
2022-12-13test: remove duplicate fixed-seeded-tests (#1653)ST-DDT2-103/+2
2022-12-10feat(number): adjust hex default (#1649)Shinigami1-2/+2
2022-12-10fix(image)!: remove lorempixel (#1641)Shinigami1-48/+1
2022-12-10fix(number): values out of bounds (#1648)ST-DDT3-15/+12
2022-12-10test: fix system fileExt assumption (#1646)Shinigami1-4/+2
2022-12-09feat(number)!: change float default params (#1642)Shinigami2-25/+26
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT11-29/+293
2022-12-07feat(string): add special() method (#1634)Brayton Rude2-0/+80
2022-12-07infra: check test snapshots to be up to date (#1632)ST-DDT1-12/+0
2022-12-07fix: broken `allowLeadingZeros` tests (#1638)Eric Cheng2-2/+2
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng4-31/+31
2022-12-05refactor(image)!: rewrite module (#1477)Shinigami2-9/+385
2022-12-03fix(internet): userName, email and slugify return only ascii (#1554)Matt Mayer3-30/+178
2022-12-01refactor(date)!: unify signatures (#1534)Shinigami2-59/+566
Co-authored-by: Eric Cheng <[email protected]>
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig7-24/+501
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: Leyla Jähnig <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
2022-11-21chore: re-enable sanitizeHtml check (#1500)ST-DDT1-28/+28
2022-11-21feat(helpers): add rangeToNumber method and add range parameters (#1486)ST-DDT10-56/+461
2022-11-14refactor(string): rename params (#1551)Eric Cheng3-90/+90
2022-11-10feat(word): add sample method (#714)Piotr Kuczynski4-25/+78
Co-authored-by: Shinigami <[email protected]> Co-authored-by: ST-DDT <[email protected]>
2022-11-09test: use test snapshots for scripts/apidoc/signature.spec.ts (#1488)ST-DDT4-356/+510
2022-11-09fix(date): don't allow parameters <= 0 (#1536)Shinigami1-9/+23
2022-11-08fix(git): adjust commitEntry to match `git log` output (#1539)ST-DDT2-30/+63
2022-11-07refactor(helpers)!: rewrite shuffle (#1521)Shinigami2-16/+153
Co-authored-by: ST-DDT <[email protected]>
2022-11-07feat(person): add `zodiacSign()` (#182)Bobby2-0/+18
Co-authored-by: ST-DDT <[email protected]>
2022-11-07feat(git): add options.refDate to commitEntry (#1512)Kevin Meinhardt4-3/+116
2022-11-06feat(locale): add dv locale (#1506)Mohamed Suhaib1-1/+1
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT7-90/+157
2022-10-30refactor(mersenne): rewrite internal mersenne (#1447)Shinigami2-90/+33
2022-10-28docs: add version banner (#1487)Divyansh Singh1-16/+16
2022-10-26feat(internet): add options to url() (#1480)Eric Cheng2-4/+41
2022-10-23feat: fake with multiple parameters (#1459)ST-DDT1-14/+34
2022-10-23docs: fix version test (#1478)ST-DDT1-12/+15
2022-10-23docs: link to next docs and vice versa (#1438)ST-DDT1-0/+29
2022-10-21refactor(location)!: rename address module (#1469)Shinigami6-273/+275
Co-authored-by: ST-DDT <[email protected]>