aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-20docs: use vue components for api-docs (#446)ST-DDT1-2/+2
2022-02-20docs: various fixes (#523)ST-DDT14-69/+90
2022-02-19chore: enable jsdoc/sort-tags (#512)Shinigami12-95/+56
2022-02-19test: rewrite helpers tests (#499)Shinigami1-1/+1
2022-02-17feat(types): generate all locales index files with non-any types (#494)ST-DDT42-60/+228
2022-02-15fix: remove invalid aliases (#488)Shinigami1-9/+0
2022-02-15test: rewrite random (#490)Shinigami1-7/+8
2022-02-15docs: improve internet jsdocs (#447)ST-DDT1-215/+97
2022-02-15fix: move el credit card information to the expected location (#484)ST-DDT8-4/+4
2022-02-14test: rewrite mersenne tests (#480)Piotr Narożnik1-1/+1
2022-02-14fix: fix bicycle_types files being named incorrectly (#477)ST-DDT4-8/+8
2022-02-11feat(types): provide strong typing for locales 2 (#398)ST-DDT381-621/+2428
2022-02-10docs: fix JSDoc comments in commerce.ts (#351)ST-DDT1-20/+36
2022-02-10fix: fix unique method types (#457)ST-DDT2-18/+22
2022-02-10docs: improve helpers jsdocs (#442)ST-DDT1-57/+143
2022-02-10chore: add JSDoc comments to address.ts (#230)Manav Bokinala1-84/+143
2022-02-10chore: fix JSDoc comments in random.ts (#408)Piotr Kuczynski1-29/+76
2022-02-09docs: improve lorem jsdocs (#458)ST-DDT1-28/+86
2022-02-06docs: improve unique jsdocs (#439)ST-DDT1-2/+17