index
:
faker
erica/update-maintainers-sponsers-backers
imgbot
main
update_logo_and_readme
Generate massive amounts of fake data in the browser and node.js
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
finance
/
index.ts
Age
Commit message (
Collapse
)
Author
Files
Lines
2025-07-04
refactor!: remove deprecations (#3553)
Shinigami
1
-166
/
+0
2025-03-06
feat(finance): add ISO 4217 numerical codes to Currency (#3404)
Owen
1
-2
/
+21
2025-01-11
docs(finance): add seeAlsos (#3344)
ST-DDT
1
-0
/
+18
* docs(finance): add seeAlsos * chore: rephrase
2024-12-29
docs: fix examples which return string/number (#3348)
Matt Mayer
1
-10
/
+10
2024-12-11
feat(finance): use fake patterns for transactionDescription (#3202)
ST-DDT
1
-9
/
+4
2024-11-12
refactor(finance): deprecate maskedNumber for removal (#3201)
ST-DDT
1
-3
/
+20
2024-10-16
docs: iban might be invalid due to country specific rules (#3175)
ST-DDT
1
-1
/
+3
2024-06-05
feat(bitcoinAddress): multiple bitcoin address types and testnet (#2922)
David Simão
1
-11
/
+42
2024-03-09
refactor(finance)!: remove v8 deprecated finance methods (#2727)
Shinigami
1
-363
/
+50
2024-02-19
docs: more jsdoc fixes (#2668)
ST-DDT
1
-3
/
+3
2024-02-18
infra(unicorn): prefer-string-replace-all (#2653)
Shinigami
1
-1
/
+1
2024-02-11
docs(finance): fix bad see tags (#2660)
ST-DDT
1
-4
/
+3
2024-02-05
docs: missing options jsdocs (#2638)
ST-DDT
1
-0
/
+15
2024-01-24
docs: fix missing deprecations (#2614)
Shinigami
1
-53
/
+57
2024-01-18
feat(number): add parameter `fractionDigits` in float (#1855)
DivisionByZero
1
-1
/
+1
Co-authored-by: ST-DDT <
[email protected]
>
2023-12-30
refactor(number): deprecate precision in favor of multipleOf in float (#2564)
DivisionByZero
1
-1
/
+1
2023-11-20
docs: consistent @see jsdoc tags (#2473)
ST-DDT
1
-5
/
+5
2023-11-14
infra: enable strictNullChecks in tsconfig (#2435)
ST-DDT
1
-3
/
+19
2023-11-13
test(docs): ensure defaults are consistent (#2177)
ST-DDT
1
-19
/
+19
2023-11-07
fix(finance): maskedNumber has incorrect defaults (#2494)
ST-DDT
1
-1
/
+1
2023-11-06
refactor: simplify module creation (#2485)
ST-DDT
1
-7
/
+2
2023-11-04
infra(typescript-eslint): strict-type-checked (#2467)
ST-DDT
1
-1
/
+1
2023-10-28
refactor(finance): simplify maskedNumber implementation (#2493)
ST-DDT
1
-12
/
+6
2023-10-26
infra(unicorn): prefer-ternary (#2464)
ST-DDT
1
-8
/
+3
2023-10-23
refactor(finance): simplify litecoin address implementation (#2495)
ST-DDT
1
-6
/
+6
Co-authored-by: DivisionByZero <
[email protected]
>
2023-10-17
infra(unicorn): prefer-spread (#2421)
Shinigami
1
-3
/
+3
Co-authored-by: ST-DDT <
[email protected]
>
2023-07-18
chore: enable strictBindCallApply (#2254)
Shinigami
1
-10
/
+2
2023-07-08
docs: fix jsdocs typos (#2244)
Robin van der Vliet
1
-7
/
+7
2023-05-15
docs: switch doc links to stable (#2152)
Shinigami
1
-4
/
+4
2023-05-01
chore: improve regex usage (#2108)
Shinigami
1
-1
/
+1
2023-04-20
refactor(finance): rename mask to maskedNumber (#2055)
Shinigami
1
-38
/
+50
2023-04-18
refactor(finance): rename account to accountNumber (#2054)
Shinigami
1
-17
/
+44
2023-04-17
chore: consistent jsdocs tag formatting (#2056)
ST-DDT
1
-0
/
+6
2023-04-03
refactor(finance)!: simplify account implementation (#1992)
ST-DDT
1
-12
/
+2
2023-03-30
refactor(finance): simplify routingNumber implementation (#1993)
ST-DDT
1
-2
/
+4
2023-03-29
docs: add overview guides to specific modules (#1929)
Matt Mayer
1
-1
/
+11
2023-02-27
feat(finance): currency object (#1809)
Matt Mayer
1
-9
/
+42
2023-02-15
chore: activate noImplicitAny (#1839)
Shinigami
1
-1
/
+3
2023-02-15
refactor(finance): standardize arguments (#1821)
DivisionByZero
1
-13
/
+672
2023-01-18
docs: jsdoc for options (#1644)
Shinigami
1
-0
/
+5
2022-12-31
chore: turn on padding-line-between-statements (#1691)
Shinigami
1
-0
/
+8
2022-12-10
docs(finance): ethereumAddress returns non checksummed addresses (#1650)
ST-DDT
1
-1
/
+3
2022-11-25
feat(number): move methods to new module (#1122)
Leyla Jähnig
1
-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-14
refactor(string): rename params (#1551)
Eric Cheng
1
-1
/
+1
2022-11-03
feat(datatype): introduce probability option to boolean (#1476)
ST-DDT
1
-2
/
+2
2022-10-18
feat(string): move methods to new module (#1155)
Leyla Jähnig
1
-7
/
+11
Co-authored-by: Eric Cheng <
[email protected]
> Co-authored-by: ST-DDT <
[email protected]
> Co-authored-by: Shinigami92 <
[email protected]
>
2022-09-22
fix(finance): adjust min length of generated bitcoin address (#1384)
Guilherme Minozzi
1
-4
/
+4
2022-09-22
feat(finance): branch code option in bic() (#1378)
Eric Cheng
1
-3
/
+14
2022-09-21
test(finance): use validator.js for bitcoin addresses (#1375)
Guilherme Minozzi
1
-1
/
+1
2022-09-08
feat(modules): export module interfaces (#932)
Shinigami
1
-2
/
+2
[next]