| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-01-20 | Adding test for zipcode by state, basic functionality | Karl Hughes | 1 | -0/+16 | |
| 2018-01-13 | Add litecoinAddress generator | John Maia | 1 | -2/+10 | |
| 2017-10-22 | add direction abbr options with tests | Tyler | 1 | -3/+27 | |
| 2017-10-21 | add direction generator and test | Tyler | 1 | -0/+10 | |
| 2017-10-21 | add unit tests and schema desciptions | Tyler | 1 | -0/+19 | |
| 2017-10-21 | re-order of the company.bs adjective and buzz (#496) | mbehzad | 1 | -5/+5 | |
| - re-orderes adjective and buzz in the company.bs template literal for a correct gramatics as sugessted in the issue #496, - re-orders the statements in the unit test to reflect the same order as in the function for an easier read. | |||||
| 2017-10-15 | Merge branch 'master' of https://github.com/Marak/faker.js into add-vehicle | Tyler | 2 | -1/+12 | |
| 2017-10-15 | update vin to return randomly generated vin and update tests | Tyler | 1 | -6/+3 | |
| 2017-10-15 | add random.alpaha with tests | Tyler | 1 | -0/+20 | |
| 2017-10-12 | Merge pull request #360 from landretk/master | Marak | 1 | -1/+1 | |
| Added gendered first names to en locale | |||||
| 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-10-10 | add vehicle unit tests | Tyler | 1 | -0/+67 | |
| 2017-10-02 | Removes unused spy attachments to lorem.word. | Johnny Reina | 1 | -7/+0 | |
| 2017-10-02 | Adds unit test for faker.lorem.word without a length param. | Johnny Reina | 1 | -1/+8 | |
| 2017-10-02 | Merge branch 'master' of https://github.com/Marak/faker.js | Johnny Reina | 10 | -6/+336 | |
| 2017-09-09 | Merge pull request #538 from APIs-guru/master | Marak | 1 | -1/+12 | |
| [test] Add test for setLocale function added in #488 | |||||
| 2017-09-09 | Revert "Update Random to create a per-instance copy of the RNG" | Marak | 1 | -16/+0 | |
| This reverts commit 8a33cf0e7a57f8fe766034706d0230802788d1ff. | |||||
| 2017-09-08 | Update Random to create a per-instance copy of the RNG | Chris Chambers | 1 | -0/+16 | |
| Before this change, it appeared that multiple, independent Faker instances were legal. But, when multiple instances were created, their shared random number generators would overwrite each others' states. After this change, each Random instance (and therefore each Faker instance) has its own copy of the random number generator, ensuring that calls to one Faker instance do not affect the stream of values generated by another. | |||||
| 2017-09-08 | Merge pull request #455 from andresilvagomez/max-min-latlong | Marak | 1 | -0/+26 | |
| [api] Add max, min for latitude and longitude | |||||
| 2017-09-08 | Merge pull request #366 from joonhocho/master | Marak | 1 | -0/+40 | |
| [api] Add `faker.random.arrayElements` | |||||
| 2017-09-08 | Add test for setLocale function added in #488 | Ivan Goncharov | 1 | -1/+12 | |
| 2017-09-08 | Merge pull request #303 from shadefinale/master | Marak | 1 | -2/+19 | |
| [api] [locale] More accurate US/CA phone numbers. | |||||
| 2017-09-08 | Merge pull request #524 from chilicoder/master | Marak | 1 | -0/+9 | |
| [api] add alphanumeric symbol * to `helpers.replaceSymbols` | |||||
| 2017-09-08 | Merge pull request #487 from atorkhov/patch-2 | Marak | 1 | -0/+10 | |
| [api] Added faker.date.soon | |||||
| 2017-09-08 | Merge branch 'master' of https://github.com/Marak/faker.js | Marak | 1 | -1/+1 | |
| 2017-09-08 | Merge branch 'creditCard' of https://github.com/zpiman/faker.js | Marak | 3 | -3/+144 | |
| 2017-09-08 | Merge pull request #446 from dugoh/price-fix | Marak | 1 | -1/+1 | |
| [api] Price should default minimum to 1 | |||||
| 2017-09-08 | [test] Added `Faker.unique` test suite #466 | Marak | 1 | -0/+54 | |
| 2017-08-10 | add alphanumeric symbol * to helpers.replaceSymbols | Iaroslav Popov | 1 | -0/+9 | |
| 2017-07-27 | Adds unit test for lorem.word() | Johnny Reina | 1 | -0/+18 | |
| 2017-06-19 | Generate an ethereum address | Gokulnath Reddy | 1 | -0/+8 | |
| 2017-06-19 | Generate a hexaDecimal string | Gokulnath Reddy | 1 | -0/+14 | |
| 2017-03-07 | Add test for faker.date.soon | Alexey Torkhov | 1 | -0/+10 | |
| 2017-03-02 | Merge pull request #408 from paolo-tanium/allow-mac-to-specify-separator | Marak | 1 | -0/+18 | |
| [api] Allow user to specify separator to be used in mac address | |||||
| 2017-03-01 | Fix generation of float numbers | Ivan Goncharov | 1 | -0/+8 | |
| Fixes #401 | |||||
| 2017-02-26 | add debug info to credit card because of node v0.10 | Jakub Mandula | 1 | -0/+5 | |
| 2017-02-26 | replace String.prototype.repeat with proper helper | Jakub Mandula | 1 | -4/+4 | |
| 2017-02-26 | Merge branch 'Mark/origin' into creditCard | Jakub Mandula | 11 | -37/+241 | |
| 2017-02-21 | Functionally test all modules/methods | Jim Fitzpatrick | 1 | -45/+47 | |
| Walk over the faker object to accumulate all methods for functional testing purposes, blacklisting those that should be ignored. Conflicts: test/all.functional.js | |||||
| 2017-02-21 | Statically bind all module methods | Jim Fitzpatrick | 1 | -3/+14 | |
| Statically bind the methods on all modules to their correct context so that the methods can be called in a composable, callback-oriented manner. Closes #376 Conflicts: lib/index.js test/all.functional.js | |||||
| 2017-02-11 | [api] [minor] Rename `dataurl` to `dataUri` | Marak | 1 | -3/+3 | |
| 2017-02-11 | #420 Added dataurl method | Sylvain BANNIER | 1 | -0/+6 | |
| 2017-02-11 | [test] [fix] [minor] Typo in test name | Marak | 1 | -1/+1 | |
| 2017-02-11 | Merge branch 'master' into patch-1 | alexpts | 6 | -6/+133 | |
| # Conflicts: # lib/finance.js | |||||
| 2017-02-11 | Fix aomount and price argument dec for case = 0. Add unit tests. Minor ↵ | alexpts | 2 | -1/+34 | |
| codestyle fix. | |||||
| 2017-02-09 | Merge remote-tracking branch 'codemanx/master' | Marak | 1 | -6/+26 | |
| 2017-02-09 | Merge pull request #437 from lencse/master | Marak | 2 | -1/+31 | |
| [api] Added `lorem.slug` method | |||||
| 2017-02-09 | [api] [fix] Don't allow `/` in file names or paths | Marak | 1 | -0/+27 | |
| Don't allow path seperators in generated filenames | |||||
| 2017-02-09 | tests | kulaeff | 3 | -0/+50 | |
| 2017-01-26 | Add max, min for latitude and longitude | Andres Silva | 1 | -0/+26 | |
