aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-30refactor(mersenne): rewrite internal mersenne (#1447)Shinigami3-76/+42
2022-10-28feat(locale): update Korean color, date, location, word, company (#1492)thilllon13-1/+501
2022-10-26feat(internet): add options to url() (#1480)Eric Cheng1-3/+18
2022-10-23feat: fake with multiple parameters (#1459)ST-DDT1-13/+13
2022-10-21refactor(location)!: rename address module (#1469)Shinigami847-843/+871
2022-10-20docs(string): update function jsdocs (#1473)Eric Cheng1-5/+9
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig10-299/+547
2022-10-16feat(location)!: `latitude`/`longitude` returns number (#1064)Leyla Jähnig1-21/+19
2022-10-16refactor(person)!: rename name module (#1445)Shinigami583-888/+927
2022-10-14refactor!: make mersenne internal (#1444)Shinigami4-9/+14
2022-10-14refactor(locale)!: change en_IND to en_IN (#1448)wael21-8/+8
2022-10-15refactor(company)!: remove hardcoded name fallback pattern (#1451)Guilherme Minozzi1-9/+3
2022-10-14feat(location)!: `nearbyGPSCoordinate` returns number tuple (#1061)Leyla Jähnig1-6/+6
2022-10-14feat(internet)!: ip now returns ipv4 and ipv6 (#1059)Leyla Jähnig1-3/+3
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami16-656/+22
2022-10-11chore: mark mersenne as deprecated (internal) (#1429)ST-DDT2-0/+5
2022-10-10feat(locale): add male first names starting with Z to id_ID (#1424)Fauzan1-0/+3
2022-10-09feat: lorem null response fix (#1407)ST-DDT3-57/+305
2022-10-08test(locale): check for duplicated entries (#1137)Leyla Jähnig221-4653/+415
2022-10-01chore(locale): regenerate locale indexes (#1403)ST-DDT1-1/+1
2022-09-29feat(locale): add first name for zh_CN (#1376)Kayson Wu3-0/+126
2022-09-29fix(image): properly lock loremflickr.com images (#1396)Manuel Odendahl1-16/+16
2022-09-29feat(locale): extends id_ID company prefix (#1399)fzn0x1-1/+1
2022-09-29feat(locale): add new Indonesia state (#1400)fzn0x1-0/+3
2022-09-29fix(locale): change id_ID name to `Indonesian` (#1401)fzn0x1-1/+1
2022-09-26fix(finance): update Venezuelan bolívar name and code (#1394)Adri Van Houdt1-2/+2
2022-09-26fix(finance): update Zambian Kwacha to new version (#1393)Adri Van Houdt1-2/+2
2022-09-26fix(finance): fix typo in Belarusian Ruble's name (#1395)Adri Van Houdt1-1/+1
2022-09-26fix(finance): Update Belarusian Ruble to new version (#1392)Adri Van Houdt1-2/+2
2022-09-26feat(science): add more units in en locale (#1386)Eric Cheng1-0/+28
2022-09-22fix(finance): adjust min length of generated bitcoin address (#1384)Guilherme Minozzi1-4/+4
2022-09-22feat(finance): branch code option in bic() (#1378)Eric Cheng1-3/+14
2022-09-21test(finance): use validator.js for bitcoin addresses (#1375)Guilherme Minozzi1-1/+1
2022-09-08fix: improve default seed initialization (#1334)Shraddha Falane1-1/+1
2022-09-08feat(modules): export module interfaces (#932)Shinigami28-110/+132
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer26-0/+541
2022-08-31feat(locale): add months, days and few other minor strings to es (#1320)P. León10-1/+88
2022-08-29fix(internal): Fix typo in deprecation message (#1316)ST-DDT1-1/+1
2022-08-29feat(system): add cron (#897)Nick Hammond1-0/+73
2022-08-29refactor(unique): move to helpers (#1298)Leyla Jähnig4-13/+63
2022-08-29fix(random): retry on invalid word generation (#1307)Leyla Jähnig1-15/+51
2022-08-29refactor(address): update deprecation warning (#1314)Shinigami1-2/+3
2022-08-28docs(datatype): fix hexadecimal jsdoc (#1308)Eric Cheng1-1/+1
2022-08-28fix(datatype): unintentional hex breaking change (#1306)Eric Cheng5-12/+26
2022-08-26fix(locale): remove SUS names (#1303)bertlobbezoo3-4/+0
2022-08-25refactor(helpers): deprecate repeatString (#1299)Leyla Jähnig1-7/+12
2022-08-22feat(company): move name formats to locales (#1293)Guilherme Minozzi54-60/+68
2022-08-22feat(name): add sexType method (#1289)Shinigami1-0/+10
2022-08-19feat(locale): add city names (de) (#1283)Henrik Fuchs2-0/+204
2022-08-19feat(name): extract sex generator from gender to sex (#1168)Hanna18-21/+45