| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-14 | chore: remove ts-generated source files | Shinigami92 | 1 | -387/+0 | |
| 2022-01-11 | chore: format lib without locales (#66) | Shinigami | 1 | -148/+183 | |
| 2022-01-09 | fix(tests): fix failing tests (#12) | Mateus Dadalto | 1 | -2/+2 | |
| Co-authored-by: Shinigami <[email protected]> | |||||
| 2021-08-18 | spelling: abcdefghijklmnopqrstuvwxyz | Josh Soref | 1 | -2/+2 | |
| Signed-off-by: Josh Soref <[email protected]> | |||||
| 2021-04-07 | Avoid ES6 syntax for now | Brock Fanning | 1 | -1/+1 | |
| 2021-03-03 | Issue 1114: New datatype module | LBuerstmayr | 1 | -12/+11 | |
| 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 | perf: ⚡️ Optimize finance transaction description method | Ognjen Jevremovic | 1 | -5/+6 | |
| Remove the multiple calls to `createTransaction` method from within the `finance.transactionDescription` and instead call the method once and reference the properties from the returned transaction object. ✅ Closes: #1108 | |||||
| 2021-02-11 | Merge pull request #1015 from strobelt/autoFormatFlagOnFinanceAmount | Marak | 1 | -4/+11 | |
| Add autoFormat flag on finance amount | |||||
| 2021-02-04 | Merge pull request #989 from rebuy-de/patch-iban-country | Marak | 1 | -2/+17 | |
| Add optional country code parameter for iban method | |||||
| 2020-10-01 | Add auto formatting to finance.amount | Luiz Strobelt | 1 | -4/+11 | |
| 2020-09-07 | Use if construct instead of conditional assignment | Martin Parsiegla | 1 | -2/+8 | |
| 2020-09-06 | Fix return of finance.amount to string | Lukazovic | 1 | -1/+1 | |
| 2020-09-01 | Add optional country code parameter for iban method | Martin Parsiegla | 1 | -2/+11 | |
| 2020-08-24 | Merge pull request #824 from ashishra0/add-transaction-description | Marak | 1 | -0/+16 | |
| add transaction description method on finance module | |||||
| 2020-08-23 | Merge pull request #566 from r3nya/patch-1 | Marak | 1 | -1/+1 | |
| update finance.js | |||||
| 2020-06-10 | Merge pull request #597 from johnmaia/feature/lite-coin | Marak | 1 | -0/+16 | |
| Add litecoinAddress generator | |||||
| 2020-03-11 | Fix return of finance.amount | Eduardo Moreira | 1 | -1/+2 | |
| 2019-09-12 | add transaction description method on finance module | Ashish Rao | 1 | -0/+16 | |
| 2019-04-03 | fix: lowercase eth addresses | A.J. May | 1 | -1/+1 | |
| Ethereum addresses should be all lowercase. Uppercase chars in ethereum addresses are a sort of optional checksum. If a program is validating ethereum addresses, random capital letters in the hex string will cause the checksum to fail. | |||||
| 2018-03-01 | Fix bitcoinAddress generator | John Maia | 1 | -2/+2 | |
| 2018-01-13 | Add litecoinAddress generator | John Maia | 1 | -0/+16 | |
| 2017-10-27 | Update finance.js | Andrew M | 1 | -1/+1 | |
| Change docs | |||||
| 2017-10-11 | Merge pull request #423 from uphold-forks/feature/add-finance-routing-number | Marak | 1 | -0/+21 | |
| Add ABA routing number generator | |||||
| 2017-09-08 | Merge branch 'creditCard' of https://github.com/zpiman/faker.js | Marak | 1 | -0/+46 | |
| 2017-06-19 | Generate an ethereum address | Gokulnath Reddy | 1 | -0/+11 | |
| 2017-02-26 | Merge branch 'Mark/origin' into creditCard | Jakub Mandula | 1 | -20/+84 | |
| 2017-02-11 | Merge branch 'master' into patch-1 | alexpts | 1 | -5/+71 | |
| # Conflicts: # lib/finance.js | |||||
| 2017-02-11 | Fix aomount and price argument dec for case = 0. Add unit tests. Minor ↵ | alexpts | 1 | -14/+12 | |
| codestyle fix. | |||||
| 2017-02-09 | Merge remote-tracking branch 'codemanx/master' | Marak | 1 | -5/+71 | |
| 2017-01-15 | Fix dec for amount | Alexpts | 1 | -1/+1 | |
| Now: amount(10, 10, 0); // => 10.00 Expected: amount(10, 10, 0); // => 10 | |||||
| 2016-10-17 | Add ABA routing number | João Fonseca | 1 | -0/+21 | |
| 2016-07-11 | Adds precision value to faker.random.number call. | Johnny Reina | 1 | -2/+2 | |
| 2016-06-13 | add credit card function + helpers | Jakub Mandula | 1 | -1/+47 | |
| 2016-04-07 | Add IBAN and BIC generator functions | CoDEmanX | 1 | -0/+66 | |
| 2016-04-07 | Correct spelling | CoDEmanX | 1 | -5/+5 | |
| 2016-03-20 | * Use faker.random.number | ashmothership | 1 | -0/+15 | |
| * Range was incorrect. Was 27-36. Should be 27-34. | |||||
| 2016-03-19 | [fix] [revert] finance.bitcoinAddress | Marak | 1 | -14/+0 | |
| * Causing tests to fail * Not using `faker.random.number` ! | |||||
| 2016-03-17 | Bitcoin support | ashmothership | 1 | -0/+15 | |
| 2016-03-03 | remove Math.random() calls to utilize faker.seed() | Ben Southgate | 1 | -2/+3 | |
| Conflicts: lib/internet.js lib/random.js | |||||
| 2016-03-03 | Install jsdoc and add doclet stubs for all methods | Tobias Witt | 1 | -0/+52 | |
| Descriptions are taken from existing comments if available. The address module already has some new sample descriptions. | |||||
| 2015-07-08 | [api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵ | Marak | 1 | -3/+3 | |
| Set default max random number to 99999. Added default arguments to some methods. | |||||
| 2015-07-08 | [refactor] [major] Adds incremental browser builds. Switch to using ↵ | Marak | 1 | -60/+59 | |
| prototype for internal API. Previous usage of `module.parent` is not acceptable. Locale information is now passed into Faker constructor. Closes #125 | |||||
| 2015-07-07 | [refactor] [dist] Allow for node to require individual locales ( to avoid ↵ | Marak | 1 | -1/+1 | |
| the default behavior of requiring all locale data. #125 #167 | |||||
| 2014-09-17 | [feature] - add faker for currency | MQuy | 1 | -2/+19 | |
| 2014-09-15 | [api] [refactor] Removed definitions.js file. All data definitions are now ↵ | Marak | 1 | -4/+4 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2013-08-03 | I forgot how much of stinker zero is in Javascript. Looping tests on finance ↵ | Josef Salyer | 1 | -4/+5 | |
| should no longer fail | |||||
| 2013-08-03 | fixed linting issues in lib/finance. TODO: automate this as part of the tests? | Josef Salyer | 1 | -63/+61 | |
| 2013-07-28 | added tests and cleaned up at 100% in istanbul (not constantinople) | Josef Salyer | 1 | -9/+6 | |
| 2013-07-28 | added a bunch of test, changed format of many files to match the newer style | Josef Salyer | 1 | -59/+65 | |
| 2012-11-04 | added to node lib. all tests pass | Josef Salyer | 1 | -0/+68 | |
