| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-02 | Adds check for length param in lorem.word. | Johnny Reina | 1 | -2/+5 | |
| 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 | 86 | -6069/+1130 | |
| 2017-09-21 | Merge pull request #549 from vodasan/master | Marak | 1 | -1/+2 | |
| [minor] [fix] Update street_prefix.js | |||||
| 2017-09-21 | Update street_prefix.js | vodasan | 1 | -1/+2 | |
| 2017-09-20 | [docs] Updating rawgit link | Marak | 1 | -1/+1 | |
| Needed to use uncached version. | |||||
| 2017-09-20 | [misc] Comment out new fields in demo ( for now ) | Marak | 1 | -2/+3 | |
| * Won’t be available until next release * Was causing demo to break #547 | |||||
| 2017-09-13 | Merge pull request #543 from kuldipem/master | Marak | 1 | -1/+1 | |
| [locale] [fix] Indian postcodes are always numeric | |||||
| 2017-09-13 | Indian postcodes are always numeric | KULDIP PIPALIYA | 1 | -1/+1 | |
| 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 | 2 | -31/+3 | |
| This reverts commit 8a33cf0e7a57f8fe766034706d0230802788d1ff. | |||||
| 2017-09-08 | Merge pull request #516 from thewhodidthis/develop | Marak | 14 | -5901/+0 | |
| [dist] [locales] Remove duplicate lorem/supplemental.js | |||||
| 2017-09-08 | Update Random to create a per-instance copy of the RNG | Chris Chambers | 2 | -3/+31 | |
| 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 | 2 | -4/+38 | |
| [api] Add max, min for latitude and longitude | |||||
| 2017-09-08 | [minor] Fix typo in code comment | Marak | 1 | -1/+1 | |
| 2017-09-08 | Merge pull request #366 from joonhocho/master | Marak | 2 | -0/+68 | |
| [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 #351 from prio101/master | Marak | 1 | -1/+3 | |
| [dist] Added .npm in .gitignore file | |||||
| 2017-09-08 | Merge pull request #303 from shadefinale/master | Marak | 4 | -38/+57 | |
| [api] [locale] More accurate US/CA phone numbers. | |||||
| 2017-09-08 | Merge pull request #524 from chilicoder/master | Marak | 2 | -0/+11 | |
| [api] add alphanumeric symbol * to `helpers.replaceSymbols` | |||||
| 2017-09-08 | Merge pull request #488 from APIs-guru/master | Marak | 2 | -0/+6 | |
| [api] Add 'Faker.setLocale' method to solve problem with ES6 import | |||||
| 2017-09-08 | Merge pull request #487 from atorkhov/patch-2 | Marak | 3 | -1/+32 | |
| [api] Added faker.date.soon | |||||
| 2017-09-08 | Merge branch 'master' of https://github.com/Marak/faker.js | Marak | 2 | -2/+2 | |
| 2017-09-08 | Merge branch 'creditCard' of https://github.com/zpiman/faker.js | Marak | 30 | -59/+374 | |
| 2017-09-08 | Merge pull request #446 from dugoh/price-fix | Marak | 2 | -2/+2 | |
| [api] Price should default minimum to 1 | |||||
| 2017-09-08 | [dist] Add vendor folder to test coverage paths | Marak | 1 | -1/+2 | |
| 2017-09-08 | [test] Added `Faker.unique` test suite #466 | Marak | 1 | -0/+54 | |
| 2017-09-08 | [api] Unique compare function now configurable | Marak | 1 | -3/+25 | |
| * Can now use custom compare functions * Improved comments | |||||
| 2017-09-08 | Merge pull request #419 from cvega/master | Marak | 4 | -5/+71 | |
| [api] [dist] Add system methods, update travis.yml | |||||
| 2017-09-08 | Merge pull request #514 from ygnr/master | Marak | 5 | -0/+54 | |
| [api] Add Ethereum Address | |||||
| 2017-09-07 | Merge pull request #494 from tullmann/patch-1 | Marak | 1 | -1/+0 | |
| [locale] [fix] [minor] Remove emdash from pl's first_name.js | |||||
| 2017-09-07 | hacker ru-locale updates | dhilt | 6 | -27/+69 | |
| 2017-09-07 | hacker phrase module extract | dhilt | 4 | -13/+14 | |
| 2017-09-07 | Merge pull request #490 from aretecode-forks/patch-1 | Marak | 1 | -2/+2 | |
| [examples] [minor] add missing statement, consistent `=` format | |||||
| 2017-09-07 | Merge pull request #535 from davidjb/patch-1 | Marak | 1 | -7/+1 | |
| [locales] Update Australian postcode ranges | |||||
| 2017-09-08 | Update Australian postcode ranges | David Beitey | 1 | -7/+1 | |
| Ranges also include 1000-1999 and 8000-9999, see https://en.wikipedia.org/wiki/Postcodes_in_Australia#Allocation | |||||
| 2017-09-07 | Merge pull request #534 from hochitom/patch-1 | Marak | 1 | -0/+1 | |
| [locales] Added missing town | |||||
| 2017-09-05 | added missing town | Thomas Hochörtler | 1 | -0/+1 | |
| my hometown is missing. tha's a MASSIVE issue ;) | |||||
| 2017-09-04 | [dist] Added code coverage tooling | Marak | 1 | -1/+27 | |
| * Adds nyc for code coverage * Adds coveralls to get repo badge | |||||
| 2017-09-04 | [docs] Added Code Coverage badge | Marak | 1 | -1/+1 | |
| 2017-09-03 | [api] [fix] [minor] Wrong scope for gender | Marak | 1 | -2/+1 | |
| 2017-09-03 | [api] Added 71 additional gender options | Marak | 5 | -3/+95 | |
| * Adds new gender options for `en` locality * Updates example page to use gender * Still needs translations for other locales | |||||
| 2017-08-20 | [api] [minor] [refactor]`faker.unique` into class | Marak | 2 | -1/+19 | |
| 2017-08-20 | [api] First pass at `faker.unique` module | Marak | 3 | -0/+94 | |
| * Adds unique value API for use with any method * Using in-memory store for unique values * Provides maxRetries and maxTime options * RE: #466 #245 #477 | |||||
| 2017-08-10 | add alphanumeric symbol * to helpers.replaceSymbols | Iaroslav Popov | 2 | -0/+11 | |
| 2017-07-27 | Adds description to lorem.word() | Johnny Reina | 1 | -1/+1 | |
| 2017-07-27 | Adds length filter to lorem.word() | Johnny Reina | 1 | -3/+4 | |
| 2017-07-27 | Adds unit test for lorem.word() | Johnny Reina | 1 | -0/+18 | |
| 2017-07-03 | Cleanup extra/duplicate lorem/supplemental.js locale files and exports | Sotiris Bakagiannis | 14 | -5901/+0 | |
| 2017-06-19 | Generate an ethereum address | Gokulnath Reddy | 3 | -0/+20 | |
