aboutsummaryrefslogtreecommitdiff
path: root/src/modules/finance
AgeCommit message (Collapse)AuthorFilesLines
2025-07-04refactor!: remove deprecations (#3553)Shinigami1-166/+0
2025-04-05fix(iban): more strict pattern for IE and PS (#3464)DivisionByZero1-2/+2
2025-03-06feat(finance): add ISO 4217 numerical codes to Currency (#3404)Owen1-2/+21
2025-01-11docs(finance): add seeAlsos (#3344)ST-DDT1-0/+18
* docs(finance): add seeAlsos * chore: rephrase
2024-12-29docs: fix examples which return string/number (#3348)Matt Mayer1-10/+10
2024-12-11feat(finance): use fake patterns for transactionDescription (#3202)ST-DDT1-9/+4
2024-11-12refactor(finance): deprecate maskedNumber for removal (#3201)ST-DDT1-3/+20
2024-10-16docs: iban might be invalid due to country specific rules (#3175)ST-DDT1-1/+3
2024-06-05feat(bitcoinAddress): multiple bitcoin address types and testnet (#2922)David Simão2-11/+114
2024-03-09refactor(finance)!: remove v8 deprecated finance methods (#2727)Shinigami1-363/+50
2024-02-19docs: more jsdoc fixes (#2668)ST-DDT1-3/+3
2024-02-18infra(unicorn): prefer-string-replace-all (#2653)Shinigami2-2/+2
2024-02-11docs(finance): fix bad see tags (#2660)ST-DDT1-4/+3
2024-02-05docs: missing options jsdocs (#2638)ST-DDT1-0/+15
2024-01-24docs: fix missing deprecations (#2614)Shinigami1-53/+57
2024-01-18feat(number): add parameter `fractionDigits` in float (#1855)DivisionByZero1-1/+1
Co-authored-by: ST-DDT <[email protected]>
2023-12-30refactor(number): deprecate precision in favor of multipleOf in float (#2564)DivisionByZero1-1/+1
2023-11-23infra(unicorn): prefer-code-point (#2509)ST-DDT1-1/+1
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT1-5/+5
2023-11-18fix(finance): correct VG IBAN format (#2552)Alex Nagelkerke1-1/+1
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-3/+19
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-19/+19
2023-11-07fix(finance): maskedNumber has incorrect defaults (#2494)ST-DDT1-1/+1
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-7/+2
2023-11-04infra(typescript-eslint): strict-type-checked (#2467)ST-DDT1-1/+1
2023-10-28refactor(finance): simplify maskedNumber implementation (#2493)ST-DDT1-12/+6
2023-10-26infra(unicorn): prefer-ternary (#2464)ST-DDT1-8/+3
2023-10-24infra(unicorn): no-for-loop (#2490)ST-DDT1-2/+2
2023-10-23refactor(finance): simplify litecoin address implementation (#2495)ST-DDT1-6/+6
Co-authored-by: DivisionByZero <[email protected]>
2023-10-17infra(unicorn): prefer-spread (#2421)Shinigami1-3/+3
Co-authored-by: ST-DDT <[email protected]>
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-10/+2
2023-07-08docs: fix jsdocs typos (#2244)Robin van der Vliet1-7/+7
2023-05-15docs: switch doc links to stable (#2152)Shinigami1-4/+4
2023-05-01chore: improve regex usage (#2108)Shinigami1-1/+1
2023-04-20refactor(finance): rename mask to maskedNumber (#2055)Shinigami1-38/+50
2023-04-18refactor(finance): rename account to accountNumber (#2054)Shinigami1-17/+44
2023-04-17chore: consistent jsdocs tag formatting (#2056)ST-DDT1-0/+6
2023-04-03refactor(finance)!: simplify account implementation (#1992)ST-DDT1-12/+2
2023-03-30refactor(finance): simplify routingNumber implementation (#1993)ST-DDT1-2/+4
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-1/+11
2023-02-27feat(finance): currency object (#1809)Matt Mayer1-9/+42
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-02-15refactor(finance): standardize arguments (#1821)DivisionByZero1-13/+672
2023-01-18docs: jsdoc for options (#1644)Shinigami1-0/+5
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami2-0/+9
2022-12-10docs(finance): ethereumAddress returns non checksummed addresses (#1650)ST-DDT1-1/+3
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-12/+8
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: Leyla Jähnig <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
2022-11-14refactor(string): rename params (#1551)Eric Cheng1-1/+1
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT1-2/+2
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig1-7/+11
Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami92 <[email protected]>