aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02Adds check for length param in lorem.word.Johnny Reina1-2/+5
2017-10-02Adds unit test for faker.lorem.word without a length param.Johnny Reina1-1/+8
2017-10-02Merge branch 'master' of https://github.com/Marak/faker.jsJohnny Reina86-6069/+1130
2017-09-21Merge pull request #549 from vodasan/masterMarak1-1/+2
[minor] [fix] Update street_prefix.js
2017-09-21Update street_prefix.jsvodasan1-1/+2
2017-09-20[docs] Updating rawgit linkMarak1-1/+1
Needed to use uncached version.
2017-09-20[misc] Comment out new fields in demo ( for now )Marak1-2/+3
* Won’t be available until next release * Was causing demo to break #547
2017-09-13Merge pull request #543 from kuldipem/masterMarak1-1/+1
[locale] [fix] Indian postcodes are always numeric
2017-09-13Indian postcodes are always numericKULDIP PIPALIYA1-1/+1
2017-09-09Merge pull request #538 from APIs-guru/masterMarak1-1/+12
[test] Add test for setLocale function added in #488
2017-09-09Revert "Update Random to create a per-instance copy of the RNG"Marak2-31/+3
This reverts commit 8a33cf0e7a57f8fe766034706d0230802788d1ff.
2017-09-08Merge pull request #516 from thewhodidthis/developMarak14-5901/+0
[dist] [locales] Remove duplicate lorem/supplemental.js
2017-09-08Update Random to create a per-instance copy of the RNGChris Chambers2-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-08Merge pull request #455 from andresilvagomez/max-min-latlongMarak2-4/+38
[api] Add max, min for latitude and longitude
2017-09-08[minor] Fix typo in code commentMarak1-1/+1
2017-09-08Merge pull request #366 from joonhocho/masterMarak2-0/+68
[api] Add `faker.random.arrayElements`
2017-09-08Add test for setLocale function added in #488Ivan Goncharov1-1/+12
2017-09-08Merge pull request #351 from prio101/masterMarak1-1/+3
[dist] Added .npm in .gitignore file
2017-09-08Merge pull request #303 from shadefinale/masterMarak4-38/+57
[api] [locale] More accurate US/CA phone numbers.
2017-09-08Merge pull request #524 from chilicoder/masterMarak2-0/+11
[api] add alphanumeric symbol * to `helpers.replaceSymbols`
2017-09-08Merge pull request #488 from APIs-guru/masterMarak2-0/+6
[api] Add 'Faker.setLocale' method to solve problem with ES6 import
2017-09-08Merge pull request #487 from atorkhov/patch-2Marak3-1/+32
[api] Added faker.date.soon
2017-09-08Merge branch 'master' of https://github.com/Marak/faker.jsMarak2-2/+2
2017-09-08Merge branch 'creditCard' of https://github.com/zpiman/faker.jsMarak30-59/+374
2017-09-08Merge pull request #446 from dugoh/price-fixMarak2-2/+2
[api] Price should default minimum to 1
2017-09-08[dist] Add vendor folder to test coverage pathsMarak1-1/+2
2017-09-08[test] Added `Faker.unique` test suite #466Marak1-0/+54
2017-09-08[api] Unique compare function now configurableMarak1-3/+25
* Can now use custom compare functions * Improved comments
2017-09-08Merge pull request #419 from cvega/masterMarak4-5/+71
[api] [dist] Add system methods, update travis.yml
2017-09-08Merge pull request #514 from ygnr/masterMarak5-0/+54
[api] Add Ethereum Address
2017-09-07Merge pull request #494 from tullmann/patch-1Marak1-1/+0
[locale] [fix] [minor] Remove emdash from pl's first_name.js
2017-09-07hacker ru-locale updatesdhilt6-27/+69
2017-09-07hacker phrase module extractdhilt4-13/+14
2017-09-07Merge pull request #490 from aretecode-forks/patch-1Marak1-2/+2
[examples] [minor] add missing statement, consistent `=` format
2017-09-07Merge pull request #535 from davidjb/patch-1Marak1-7/+1
[locales] Update Australian postcode ranges
2017-09-08Update Australian postcode rangesDavid Beitey1-7/+1
Ranges also include 1000-1999 and 8000-9999, see https://en.wikipedia.org/wiki/Postcodes_in_Australia#Allocation
2017-09-07Merge pull request #534 from hochitom/patch-1Marak1-0/+1
[locales] Added missing town
2017-09-05added missing townThomas Hochörtler1-0/+1
my hometown is missing. tha's a MASSIVE issue ;)
2017-09-04[dist] Added code coverage toolingMarak1-1/+27
* Adds nyc for code coverage * Adds coveralls to get repo badge
2017-09-04[docs] Added Code Coverage badgeMarak1-1/+1
2017-09-03[api] [fix] [minor] Wrong scope for gender Marak1-2/+1
2017-09-03[api] Added 71 additional gender optionsMarak5-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 classMarak2-1/+19
2017-08-20[api] First pass at `faker.unique` moduleMarak3-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-10add alphanumeric symbol * to helpers.replaceSymbolsIaroslav Popov2-0/+11
2017-07-27Adds description to lorem.word()Johnny Reina1-1/+1
2017-07-27Adds length filter to lorem.word()Johnny Reina1-3/+4
2017-07-27Adds unit test for lorem.word()Johnny Reina1-0/+18
2017-07-03Cleanup extra/duplicate lorem/supplemental.js locale files and exportsSotiris Bakagiannis14-5901/+0
2017-06-19Generate an ethereum addressGokulnath Reddy3-0/+20