| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-09-09 | Revert "Update Random to create a per-instance copy of the RNG" | Marak | 1 | -15/+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 | 1 | -3/+15 | |
| 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 | -4/+12 | |
| [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 | 1 | -0/+28 | |
| [api] Add `faker.random.arrayElements` | |||||
| 2017-09-08 | Merge pull request #303 from shadefinale/master | Marak | 3 | -36/+38 | |
| [api] [locale] More accurate US/CA phone numbers. | |||||
| 2017-09-08 | Merge pull request #524 from chilicoder/master | Marak | 1 | -0/+2 | |
| [api] add alphanumeric symbol * to `helpers.replaceSymbols` | |||||
| 2017-09-08 | Merge pull request #488 from APIs-guru/master | Marak | 1 | -0/+4 | |
| [api] Add 'Faker.setLocale' method to solve problem with ES6 import | |||||
| 2017-09-08 | Merge pull request #487 from atorkhov/patch-2 | Marak | 1 | -1/+21 | |
| [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 | 27 | -56/+230 | |
| 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 | Merge pull request #419 from cvega/master | Marak | 3 | -5/+69 | |
| [api] [dist] Add system methods, update travis.yml | |||||
| 2017-09-08 | Merge pull request #514 from ygnr/master | Marak | 2 | -0/+30 | |
| [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-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-05 | added missing town | Thomas Hochörtler | 1 | -0/+1 | |
| my hometown is missing. tha's a MASSIVE issue ;) | |||||
| 2017-09-03 | [api] [fix] [minor] Wrong scope for gender | Marak | 1 | -2/+1 | |
| 2017-09-03 | [api] Added 71 additional gender options | Marak | 4 | -2/+87 | |
| * 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 | 1 | -0/+2 | |
| * 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 | 1 | -0/+2 | |
| 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-07 | Added South African (SA) Locale | Nusrath Khan | 20 | -0/+443 | |
| 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 | 1 | -0/+11 | |
| 2017-06-19 | Generate a hexaDecimal string | Gokulnath Reddy | 1 | -0/+19 | |
| 2017-04-03 | Remove emdash from pl's first_name.js | Pat Tullmann | 1 | -1/+0 | |
| I think this em-dash was separating the male and female names? Its definitely not a good first name to suggest. (I noticed when faker.internet.domainWord() returned this em-dash.) | |||||
| 2017-03-08 | Add 'setLocale' method to solve problem with ES6 import | Ivan Goncharov | 1 | -0/+4 | |
| 2017-03-07 | Add faker.date.soon method | Alexey Torkhov | 1 | -1/+21 | |
| 2017-03-02 | Merge pull request #408 from paolo-tanium/allow-mac-to-specify-separator | Marak | 1 | -3/+13 | |
| [api] Allow user to specify separator to be used in mac address | |||||
| 2017-03-01 | Merge pull request #476 from AlmazN/master | Marak | 6 | -0/+91 | |
| [api] ru locale hacker directory | |||||
| 2017-03-01 | require abbreviation removed | AlmazN | 2 | -32/+0 | |
| 2017-03-01 | rewrite and add some new translation for words | AlmazN | 4 | -51/+51 | |
| 2017-03-01 | Fix generation of float numbers | Ivan Goncharov | 1 | -1/+3 | |
| Fixes #401 | |||||
| 2017-02-27 | add one more translated word into ru locale | AlmazN | 1 | -1/+1 | |
| 2017-02-27 | ru index.js ru.hacker field added | AlmazN | 1 | -0/+1 | |
| 2017-02-27 | added ru locale of hacker dir | AlmazN | 6 | -0/+122 | |
| 2017-02-26 | replace String.prototype.repeat with proper helper | Jakub Mandula | 1 | -17/+19 | |
| 2017-02-26 | Merge branch 'Mark/origin' into creditCard | Jakub Mandula | 108 | -112/+19820 | |
| 2017-02-21 | [api] Added bindAll() to Database module #377 | Marak | 1 | -3/+1 | |
| 2017-02-21 | Statically bind all module methods | Jim Fitzpatrick | 1 | -13/+22 | |
| 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-20 | [api] [fix] Remove old image links. Closes #464 | Marak | 2 | -18/+0 | |
| 2017-02-11 | [api] [minor] Rename `dataurl` to `dataUri` | Marak | 1 | -2/+2 | |
| 2017-02-11 | #420 Added dataurl method | Sylvain BANNIER | 1 | -1/+13 | |
| 2017-02-11 | [api] Added additional https option for imageUrl | Marak | 1 | -3/+6 | |
| * Only covers one image generation method * Current function signature is bloated * Needs to be refactored into options hash * Starts to address #442 | |||||
