aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-03-29fix: remove doubled extension in system.filePath (#300)Piotr Kuczynski1-2/+3
2022-03-29docs: update faker.fake documentation (#709)Piotr Kuczynski1-15/+25
2022-03-29docs: add jsdoc examples to faker.word (#717)Piotr Kuczynski1-14/+42
2022-03-28fix: fake behavior with special replacement patterns (#688)ST-DDT1-14/+8
2022-03-28fix: Vehicle vin is always 17 characters long (#320)Demi - Alvaro Martinez de Miguel1-1/+1
2022-03-28chore: use a standardized deprecated function (#689)Shinigami5-64/+153
2022-03-28chore: improve readability and type safety for loadDefinitions (#269)ST-DDT1-26/+23
2022-03-28fix: force passed locales into faker constructor (#580)Jason Papakostas1-3/+15
2022-03-28refactor: drop usage of `fake` for internal calls (#703)Piotr Kuczynski4-54/+55
2022-03-28docs: mention template literals in fake docs (#701)ST-DDT1-1/+4
2022-03-27fix: replaced placeimg.com on loremflickr.com (#692)Andrew Molchanov1-48/+48
2022-03-26chore: replace substr with substring (#678)Shinigami1-1/+1
2022-03-26refactor: replace intern use of helper.randomize (#687)Leyla Jähnig2-3/+7
2022-03-26refactor(address.secondaryAddress): use local definition (#680)Leyla Jähnig1-2/+3
2022-03-25refactor: use number tuple as input for coordinate (#668)Shinigami1-50/+73
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami14-48/+40
2022-03-25refactor: deprecate time.recent (#661)Shinigami1-1/+12
2022-03-25refactor: date accept number input (#670)Leyla Jähnig1-27/+20
2022-03-24fix: only return word with desirable alpha characters (#654)Shinigami1-4/+30
2022-03-24fix: name module gender (#644)Shinigami2-150/+146
2022-03-24fix: solve various todos (#649)Shinigami4-22/+14
2022-03-24refactor: set seed directly (#563)ST-DDT3-20/+9
2022-03-24fix: datatype.datetime should use static boundaries (#343)ST-DDT1-2/+2
2022-03-24fix: fake is unable to return empty strings (#347)ST-DDT1-0/+4
2022-03-24fix: normalize provider in finance.creditCardNumber (#662)Shinigami1-3/+4
2022-03-24fix: accept dates as params for Date methods (#200)Piotr Kuczynski2-43/+46
2022-03-24chore: drop fake usage in vehicle.ts (#275)Piotr Kuczynski1-7/+2
2022-03-23fix: corrected the Costa Rican IBAN format (#646)Jelle Hulter1-2/+6
2022-03-21chore(locale): added curated names for default(en) locale (#440)Ganesh Budhathoki4-0/+382
2022-03-21fix: remove unreachable code finance (#508)Leyla Jähnig1-19/+4
2022-03-21refactor: make number input immutable (#545)Leyla Jähnig1-13/+12
2022-03-21fix: mersenne rand invalid input argument (#577)Leyla Jähnig1-7/+6
2022-03-21fix: alphaNumeric all chars banned (#550)Leyla Jähnig1-4/+10
2022-03-21docs: deprecate randomize (#506)Leyla Jähnig1-1/+5
2022-03-21chore: deprecate helpers.*Card methods (#543)Stéphane Prohaszka1-0/+12
2022-03-21fix(finance): update iso-3166-1 country codes for IBAN/BIC (#168)Benjamin MENANT1-18/+1
2022-03-15chore: fix some lint warnings (#613)ST-DDT6-39/+53
2022-03-15docs: add image_providers jsdocs (#612)ST-DDT3-125/+150
2022-03-15docs: improve visualization for complex types (#608)ST-DDT1-1/+1
2022-03-07chore: configure eqeqeq lint rule (#595)Shinigami9-23/+23
2022-03-07docs: display correct signature (#596)ST-DDT1-0/+20
2022-03-02fix: fix time.recent method signature (#586)ST-DDT2-6/+16
2022-03-01docs: improve random jsdocs (part 2) (#562)ST-DDT1-13/+53
2022-03-01docs: generate docs for fake() and unique() (#564)ST-DDT2-1/+4
2022-03-01docs: Fix 'Missing' entries (#565)ST-DDT2-3/+9
2022-03-01chore(type): type seedValue (#567)Shinigami3-6/+6
2022-03-01chore: refactor datatype array function (#566)ST-DDT1-6/+4
2022-03-01chore(deps): add prettier-plugin-organize-imports (#552)Shinigami51-51/+50
2022-02-24chore: move faker into own file (#548)Shinigami58-201/+205
2022-02-23refactor: convert mersenne into a class (#530)Leyla Jähnig2-114/+163