| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-03-15 | infra: run generate scripts first (#1933) | ST-DDT | 1 | -1/+1 | |
| 2023-03-14 | chore(deps): update dependency vitepress to v1.0.0-alpha.58 (#1923) | renovate[bot] | 3 | -23/+23 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2023-03-14 | docs: add reproducible results section (#1892) | Matt Mayer | 1 | -0/+42 | |
| 2023-03-14 | refactor(internet): standardize signatures (#1845) | DivisionByZero | 5 | -103/+1318 | |
| Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami <[email protected]> | |||||
| 2023-03-14 | refactor(date): remove duplicate context of date definitions (#1915) | Matt Mayer | 35 | -727/+42 | |
| 2023-03-14 | feat: provide enums for color values (#1910) | Shinigami | 4 | -41/+52 | |
| 2023-03-14 | chore(deps): update devdependencies (#1925) | renovate[bot] | 2 | -102/+117 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2023-03-13 | chore(deps): update pnpm to v7.29.1 (#1924) | renovate[bot] | 1 | -1/+1 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2023-03-11 | fix(locale): fix pt_PT street addresses (#1911) | Matt Mayer | 4 | -5/+4 | |
| 2023-03-11 | fix(locale): az company name_patterns return undefined in name (#1914) | Matt Mayer | 1 | -5/+0 | |
| 2023-03-09 | docs: Add 'Sourcing data for definitions' to CONTRIBUTING (#1888) | Matt Mayer | 1 | -0/+9 | |
| 2023-03-08 | fix(internet): filter banned dots from email addresses (#1883) | Matt Mayer | 2 | -0/+31 | |
| 2023-03-08 | fix(locale): correct capitalization of last_name in en_AU (#1912) | Matt Mayer | 1 | -7/+7 | |
| 2023-03-08 | fix(locale): remove invalid city patterns from pt_BR (#1913) | Matt Mayer | 1 | -2/+0 | |
| 2023-03-07 | fix: consistent locale names (#1884) | ST-DDT | 6 | -9/+9 | |
| 2023-03-07 | chore(deps): update dependency glob to v9 (#1903) | renovate[bot] | 3 | -22/+4 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2023-03-07 | chore(deps): update vitest to ~0.29.2 (#1902) | renovate[bot] | 30 | -77/+65 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2023-03-07 | chore(deps): update typescript-eslint to ~5.54.1 (#1901) | renovate[bot] | 2 | -57/+57 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2023-03-07 | chore(deps): update doc-dependencies (#1899) | renovate[bot] | 2 | -31/+59 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2023-03-07 | chore(deps): update pnpm to v7.29.0 (#1900) | renovate[bot] | 1 | -1/+1 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2023-03-07 | refactor!: remove dynamic locale switching support (#1735) | ST-DDT | 103 | -1222/+914 | |
| 2023-03-06 | chore(deps): update devdependencies (#1898) | renovate[bot] | 2 | -170/+213 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2023-03-06 | chore: fix typo (#1896) | Beau Dobbin | 1 | -3/+3 | |
| 2023-03-05 | fix: more discord links (#1893) | Matt Mayer | 1 | -3/+3 | |
| 2023-03-04 | docs: show deprecation message (#1889) | Matt Mayer | 7 | -28/+36 | |
| 2023-03-04 | fix: discord link (#1891) | Shinigami | 1 | -1/+1 | |
| 2023-03-03 | docs: update top section of readme (#1887) | Matt Mayer | 1 | -5/+4 | |
| 2023-02-28 | fix: correct types field (#1878) | Shinigami | 1 | -1/+1 | |
| 2023-02-28 | fix(currency): modernise currency list for 2023 (#1880) | Matt Mayer | 3 | -107/+27 | |
| 2023-02-27 | feat(finance): currency object (#1809) | Matt Mayer | 11 | -585/+1004 | |
| 2023-02-23 | infra: error on deprecation (#1867) | ST-DDT | 8 | -532/+505 | |
| 2023-02-22 | refactor(git): length for commit sha (#1863) | Shinigami | 3 | -26/+74 | |
| 2023-02-22 | fix(random): remove deprecated method usage (#1865) | ST-DDT | 1 | -3/+3 | |
| 2023-02-21 | refactor(company)!: rename bs to buzz (#1860) | Shinigami | 32 | -90/+172 | |
| 2023-02-21 | fix(person): avoid repeated last name via new last_name_patterns (#1819) | Matt Mayer | 25 | -60/+142 | |
| 2023-02-20 | refactor(location)!: countryCode use ISO-3166-1 (#1720) | DivisionByZero | 8 | -524/+276 | |
| Co-authored-by: Shinigami92 <[email protected]> | |||||
| 2023-02-20 | chore: turn on noImplicitThis (#1842) | ST-DDT | 3 | -2/+3 | |
| 2023-02-20 | chore(deps): update devdependencies (#1859) | renovate[bot] | 2 | -133/+124 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2023-02-20 | chore(deps): update pnpm to v7.27.1 (#1858) | renovate[bot] | 1 | -1/+1 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
| 2023-02-19 | refactor(datatype): deprecate `array` (#1853) | DivisionByZero | 2 | -0/+14 | |
| 2023-02-18 | refactor(datatype): deprecate `json` (#1852) | DivisionByZero | 1 | -0/+9 | |
| 2023-02-18 | docs: update README to utilize faker.helpers.multiple (#1854) | Jim Burbridge | 1 | -4/+2 | |
| 2023-02-18 | infra: add preflight script (#1846) | DivisionByZero | 4 | -3/+7 | |
| 2023-02-17 | infra: fix broken links in `pull_request_template` (#1849) | DivisionByZero | 1 | -2/+2 | |
| 2023-02-17 | chore: improve error message for faker.date.birthday (#1843) | John Mal | 2 | -5/+7 | |
| 2023-02-15 | chore: activate noImplicitAny (#1839) | Shinigami | 31 | -36/+112 | |
| 2023-02-15 | refactor(finance): standardize arguments (#1821) | DivisionByZero | 3 | -44/+827 | |
| 2023-02-14 | test(date): add birthdate error test (#1833) | Peter | 1 | -0/+13 | |
| 2023-02-14 | docs: focus api search immediately (#1774) | ST-DDT | 1 | -1/+25 | |
| 2023-02-14 | chore: remove comments in tsconfig.json (#1811) | Brad Beggs | 1 | -5/+0 | |
