aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2023-06-19refactor(locale): cs_CZ state_abbr not applicable (#2140)DivisionByZero1-5/+1
2023-06-17feat(location): fi addresses (#2146)Matt Mayer9-0/+63
2023-06-17feat(metadata): add method to access metadata (#2143)Matt Mayer1-1/+14
2023-06-17feat(color): migrate hu human colors (#2157)Matt Mayer4-2/+14
2023-06-17feat(locale): add direction to ja (#2191)KeisukeYamashita2-0/+3
Signed-off-by: KeisukeYamashita <[email protected]>
2023-06-16feat(location): add ne postcodes (#2148)Matt Mayer2-0/+4
2023-06-16feat(locale): add company name to zh_CN (#2203)Zach Wang5-0/+47
2023-06-16feat(locale): added word and music to Farsi (#2210)Atena Dadkhah10-0/+423
2023-06-04fix(locale): limited ja first names without passing sex (#2190)KeisukeYamashita1-23/+8
2023-06-04fix(locale): remove duplicated countries in `ja` locale (#2189)KeisukeYamashita1-4/+0
2023-06-04fix(locale): remove continent from ja countries (#2194)KeisukeYamashita1-8/+0
2023-06-01chore: fix jsdoc lint error (#2182)ST-DDT1-2/+2
2023-05-27fix(git): limit need for Intl to specific method (#2172)Matt Mayer1-17/+33
2023-05-25docs(image): add content warnings to image function jsdocs (#2159)Eric Cheng3-0/+36
2023-05-25fix(locale): ro_MD city should be city_pattern (#2155)Matt Mayer2-2/+2
2023-05-25docs(number): update default max value (#2176)An Nguyen1-3/+3
2023-05-24fix(locale): en_HK last_name_patterns should be last_name_pattern (#2154)Matt Mayer2-2/+2
2023-05-15docs: switch doc links to stable (#2152)Shinigami24-76/+76
2023-05-09fix(locales): add real cities for zu_ZA and af_ZA, update en_ZA city list ↵Matt Mayer7-14/+40
(#2141)
2023-05-04docs(location): mention real cities (#2118)DivisionByZero1-1/+1
2023-05-04chore: rename generics (#2046)Shinigami5-43/+43
2023-05-03fix(locale): remove unrealistic fictional patterns in ne, ro, tr (#2120)Matt Mayer3-21/+3
2023-05-03feat(helpers): new method `objectEntry` (#2123)Suyash Gulati1-2/+27
2023-05-02fix(locale): el county should be city_name (#2106)Matt Mayer3-8/+3
2023-05-02fix(locale): remove incorrect and unused city_prefix/suffix for sk (#2117)Matt Mayer2-21/+2
2023-05-01feat(locale): add ro_MD locale (#2084)Matt Mayer40-0/+1574
2023-05-01fix(locale): rename city_prefix to city_name for en_NG, en_ZA, en_AU_ocker ↵Matt Mayer9-9/+9
(#2111)
2023-05-01chore: improve regex usage (#2108)Shinigami3-9/+9
2023-05-01fix(location): no leading zero on building number or secondary address (#2032)Matt Mayer2-12/+18
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT512-1100/+1131
2023-04-30refactor(locale): add city_name to city_patterns (#2104)DivisionByZero5-0/+5
2023-04-29fix(locale): fix en_HK city_pattern (#2105)Matt Mayer3-2/+5
2023-04-29fix(locale): es cities should be in city_name not city_prefix, remove ↵Matt Mayer7-28/+6
extraneous city_suffix (#2109)
2023-04-28fix(types): locale proxy (#2099)ST-DDT3-14/+17
2023-04-28chore(helpers): move unique store into faker instance (#2072)Shinigami2-15/+18
2023-04-27refactor(location)!: rename definition city to city_pattern (#2094)DivisionByZero118-118/+120
2023-04-26chore: eslint report-unused-disable-directives (#2097)Shinigami1-1/+0
2023-04-26feat(date): introduce anytime (#2096)ST-DDT2-2/+38
2023-04-25fix: add support for equals on locale proxies (#2092)ST-DDT1-1/+7
2023-04-25feat(locale): add en_HK locale (#2083)Matt Mayer28-0/+522
2023-04-23feat: introduce locale proxy (#2004)ST-DDT6-10/+104
2023-04-23feat(locale): de color human (#1997)DivisionByZero3-0/+70
2023-04-23refactor(locale): use null as not applicable (#2078)ST-DDT31-72/+52
2023-04-22refactor(datatype): deprecate datetime (#2053)Shinigami1-1/+12
2023-04-22feat(locale): add additional metadata properties (#2025)Matt Mayer65-134/+526
2023-04-22feat(locale): add city names for th (#2075)Matt Mayer3-0/+17
2023-04-22fix: export AircraftType correctly as type (#2077)Shinigami1-2/+2
2023-04-21refactor(location)!: rename definition street to street_pattern (#2051)Shinigami116-114/+119
2023-04-21refactor(helpers)!: remove default value from arrayElement (#2045)DivisionByZero1-13/+23
2023-04-21refactor(location): deprecate cityName (#2070)DivisionByZero2-1/+10