| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-21 | chore(test): migrate to vitest (#235) | Shinigami | 1 | -482/+0 | |
| 2022-01-18 | ci: add node version matrix (#179) | Mohd Imran | 1 | -15/+18 | |
| Co-authored-by: Shinigami92 <[email protected]> | |||||
| 2022-01-18 | feat!: support tree-shaking (#152) | Shinigami | 1 | -1/+1 | |
| 2022-01-14 | feat: migrate finance (#131) | Shinigami | 1 | -2/+2 | |
| 2022-01-13 | chore: format tests (#67) | Shinigami | 1 | -321/+387 | |
| 2022-01-09 | fix(tests): fix failing tests (#12) | Mateus Dadalto | 1 | -1/+1 | |
| Co-authored-by: Shinigami <[email protected]> | |||||
| 2021-08-18 | spelling: preceding | Josh Soref | 1 | -1/+1 | |
| Signed-off-by: Josh Soref <[email protected]> | |||||
| 2021-03-03 | Issue 1114: New datatype module | LBuerstmayr | 1 | -2/+2 | |
| Current status: - moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype - moved respective test from random.unit to datatype.unit - tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called - adapted all lib files that use moved methods (mostly number) - adapted tests of respective files to spy on the correct method - adapted README in order to promote usage of method that logs a DeprecationWarning | |||||
| 2021-02-28 | test: 💍 Finance transactionDescription method | Ognjen Jevremovic | 1 | -6/+15 | |
| Extend the tests for the `finance.transactionDescription` method call. Create a spy for the `createTransaction` method on the helpers object and assert that the method is called only once from within `finance.transactionDescription`. ✅ Closes: #1108 | |||||
| 2021-02-11 | Merge pull request #1015 from strobelt/autoFormatFlagOnFinanceAmount | Marak | 1 | -0/+20 | |
| Add autoFormat flag on finance amount | |||||
| 2021-02-09 | Merge pull request #1020 from josecarlosweb/feature/remove-deprecated-asset | Marak | 1 | -15/+15 | |
| Replacement of deprecated functions on tests. | |||||
| 2021-02-04 | Merge pull request #989 from rebuy-de/patch-iban-country | Marak | 1 | -0/+11 | |
| Add optional country code parameter for iban method | |||||
| 2020-11-22 | fix broken finance test | Andy Coupe | 1 | -1/+1 | |
| 2020-10-04 | Change deprecated assert.equal | Carlos Carvalho | 1 | -15/+15 | |
| 2020-10-01 | Test passing false or undefined to autoFormat | Luiz Strobelt | 1 | -6/+12 | |
| 2020-10-01 | Add auto formatting to finance.amount | Luiz Strobelt | 1 | -1/+15 | |
| 2020-09-06 | Fix return of finance.amount to string | Lukazovic | 1 | -10/+9 | |
| 2020-09-01 | Add optional country code parameter for iban method | Martin Parsiegla | 1 | -0/+11 | |
| 2020-08-27 | Problem found with `finance.amount`, see #984 | Marak | 1 | -1/+3 | |
| Disables newly broken test ( randomness seed reveals ) | |||||
| 2020-08-24 | Merge pull request #824 from ashishra0/add-transaction-description | Marak | 1 | -0/+8 | |
| add transaction description method on finance module | |||||
| 2020-06-10 | Update random seed value for finance test ( again ) | Marak | 1 | -1/+1 | |
| 2020-06-10 | Merge pull request #597 from johnmaia/feature/lite-coin | Marak | 1 | -0/+8 | |
| Add litecoinAddress generator | |||||
| 2020-06-10 | Set default random seed for finance tests | Marak | 1 | -0/+1 | |
| 2020-06-10 | Merge pull request #887 from edumoreira1506/fix/amount-return-number | Marak | 1 | -4/+14 | |
| Fix return of finance.amount | |||||
| 2020-05-18 | Fixes currency codeS | Zacharias Björngren | 1 | -1/+1 | |
| 2020-03-11 | Fix return of finance.amount | Eduardo Moreira | 1 | -4/+14 | |
| 2019-09-12 | add transaction description method on finance module | Ashish Rao | 1 | -0/+8 | |
| 2019-04-03 | test: check generated ethereum addresses are all lowercase | A.J. May | 1 | -1/+1 | |
| 2018-09-27 | fix(bitcoinAddress): fix tests for bitcoin addresses | Ash Prosser | 1 | -1/+6 | |
| The tests for bitcoin addresses had an invalid regex. | |||||
| 2018-03-01 | Fix bitcoinAddress generator | John Maia | 1 | -3/+3 | |
| 2018-01-13 | Add litecoinAddress generator | John Maia | 1 | -2/+10 | |
| 2017-10-11 | Merge pull request #423 from uphold-forks/feature/add-finance-routing-number | Marak | 1 | -0/+11 | |
| Add ABA routing number generator | |||||
| 2017-09-08 | Merge branch 'creditCard' of https://github.com/zpiman/faker.js | Marak | 1 | -3/+75 | |
| 2017-06-19 | Generate an ethereum address | Gokulnath Reddy | 1 | -0/+8 | |
| 2017-02-26 | add debug info to credit card because of node v0.10 | Jakub Mandula | 1 | -0/+5 | |
| 2017-02-26 | Merge branch 'Mark/origin' into creditCard | Jakub Mandula | 1 | -5/+41 | |
| 2017-02-11 | Merge branch 'master' into patch-1 | alexpts | 1 | -5/+25 | |
| # Conflicts: # lib/finance.js | |||||
| 2017-02-11 | Fix aomount and price argument dec for case = 0. Add unit tests. Minor ↵ | alexpts | 1 | -1/+17 | |
| codestyle fix. | |||||
| 2016-10-17 | Add ABA routing number | João Fonseca | 1 | -0/+11 | |
| 2016-06-13 | add tests for credit card functions and helpers | Jakub Mandula | 1 | -3/+67 | |
| 2016-04-07 | Add IBAN and BIC generator functions | CoDEmanX | 1 | -1/+21 | |
| 2016-04-07 | Correct spelling | CoDEmanX | 1 | -5/+5 | |
| 2016-03-20 | * Use faker.random.number | ashmothership | 1 | -2/+0 | |
| * Range was incorrect. Was 27-36. Should be 27-34. | |||||
| 2016-03-19 | [test] Comment out finance.bitcoinAddress | Marak | 1 | -0/+2 | |
| 2016-03-17 | Bitcoin support | ashmothership | 1 | -0/+8 | |
| 2014-09-17 | [feature] - add faker for currency | MQuy | 1 | -6/+14 | |
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -15/+15 | |
| [refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication. | |||||
| 2014-09-13 | [api] Added basic financial generators Closes #32 | Marak | 1 | -0/+197 | |
| Merge https://github.com/josefsalyer/Faker.js | |||||
| 2013-08-03 | I forgot how much of stinker zero is in Javascript. Looping tests on finance ↵ | Josef Salyer | 1 | -173/+188 | |
| should no longer fail | |||||
| 2013-07-28 | added tests and cleaned up at 100% in istanbul (not constantinople) | Josef Salyer | 1 | -10/+49 | |
