aboutsummaryrefslogtreecommitdiff
path: root/src/finance.ts
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-436/+0
2022-05-01refactor: move some random methods to helpers (#892)Shinigami1-16/+16
Co-authored-by: ST-DDT <[email protected]>
2022-04-30feat: add creditCardIssuer (#888)beninsydney1-8/+20
2022-04-30feat: separate methods for object key value (#503)Leyla Jähnig1-7/+6
Co-authored-by: Leyla Jähnig <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-25/+15
2022-04-08chore: use consistent method calls (#817)Shinigami1-2/+2
2022-04-06chore: finance use faker.helpers (#789)Piotr Kuczynski1-14/+10
2022-04-06chore: IBAN library typed and moved to utils (#785)Piotr Kuczynski1-26/+15
2022-04-06feat: faker.finance.pin() (#695)Eric Cheng1-0/+17
2022-04-03refactor: rename hexaDecimal to hexadecimal (#764)Piotr Kuczynski1-1/+1
2022-03-31feat: FakerError (#718)Leyla Jähnig1-1/+2
2022-03-26refactor: replace intern use of helper.randomize (#687)Leyla Jähnig1-2/+4
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-2/+1
2022-03-24fix: normalize provider in finance.creditCardNumber (#662)Shinigami1-3/+4
2022-03-21fix: remove unreachable code finance (#508)Leyla Jähnig1-19/+4
Co-authored-by: Leyla Jähnig <[email protected]>
2022-03-15chore: fix some lint warnings (#613)ST-DDT1-2/+1
Co-authored-by: Shinigami <[email protected]>
2022-03-07chore: configure eqeqeq lint rule (#595)Shinigami1-3/+3
2022-02-20docs: various fixes (#523)ST-DDT1-5/+2
2022-02-19chore: enable jsdoc/sort-tags (#512)Shinigami1-1/+1
2022-02-06docs: improve finance jsdocs (#434)ST-DDT1-44/+83
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-1/+1
2022-02-05fix: optional args on faker.finance.iban() (#431)Daniel Friesen1-1/+1
2022-02-01feat(types): provide strong typing for locales (#363)ST-DDT1-0/+1
2022-01-30chore: use recommended restrict-plus-operands (#369)Shinigami1-5/+10
2022-01-29chore: add more type annotations (#358)Eric Cheng1-4/+4
2022-01-29chore: remove ts-expect-errorShinigami921-10/+4
2022-01-28fix: some return types (#307)Eric Cheng1-3/+3
2022-01-14feat: migrate finance (#131)Shinigami1-0/+410