aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-20merge with masterTyler192-381/+6461
2018-10-20Merge branch 'master' of https://github.com/tylerreichle/faker.js into ↵Tyler3-6/+11
add-vehicle
2018-10-17[test] `faker.fake` now at 100% code coverageMarak1-0/+20
2018-10-17[api] `faker.fake` should throw error on emptyMarak1-2/+1
* Was previously returning error as string * Throwing errors conforms to existing APIs
2018-10-16add middleName testsMaksim Gruzdev1-0/+45
2018-10-16Merge remote-tracking branch 'github/master'Maksim Gruzdev49-14/+1379
2018-10-15Bugfix random.shuffle last element.Matt R. Wilson2-3/+23
There was a bug in the implementation of the modern Fisher–Yates algorithm in that `i` was being decremented prematurely in each loop. This caused the last element of the array to never be swapped and therefore remain the last element. Updated doc to denote the provided array is shuffled in place.
2018-10-15Merge pull request #694 from Tomassito/patch-1Marak1-1/+1
Added options schema to JSDocs
2018-10-15Merge pull request #681 from AlbinoDrought/masterMarak1-1/+2
[minor] add "blockchains" as a company.bs_noun
2018-10-14Merge pull request #710 from 07Gond/masterMarak2-2/+36
Improve Canadian local postal code support
2018-10-14[vendor] [minor] Removing dead codeMarak1-7/+0
2018-10-14[test] Increasing coverage for Mersenne TwisterMarak1-0/+22
* Covers internal argument validation * This validation is already tested upstream
2018-10-14Merge branch 'master' of https://github.com/titonobre/faker.jsMarak42-1/+1316
2018-10-14[dist] [minor] Add reports folder to .gitignoreMarak1-2/+2
2018-10-15Improve unit tests for name.findName() and name.prefix()Tito Nobre1-0/+95
2018-10-14Improve pt_PT name prefixesTito Nobre2-3/+5
2018-10-14Improve locale pt_PT with city namesTito Nobre5-0/+164
2018-10-14Improve locale pt_PT with cell_phone formatsTito Nobre3-0/+9
2018-10-14Update pt_PT referencesTito Nobre2-2/+2
2018-10-14Add locale pt_PTTito Nobre35-1/+1046
2018-10-11locale ru: add name.middleName with russian genderMaksim Gruzdev1-0/+21
2018-10-10[fix] Mersenne Twister seed_array #712Marak2-3/+16
2018-10-10[fix] Code styling for undefined check #711Marak1-4/+4
2018-10-10style(date): Avoid use of ternary expressions for optional argsDroogans1-4/+20
2018-10-09fix(date): Allow for `refDate` in `soon()`, `recent()`Droogans2-6/+34
Closes #686
2018-10-08Improve Canadian local postal code supportGerson Niño2-2/+36
2018-10-06Merge pull request #705 from iUtsavB/masterMarak2-20/+22
Updated `en_IND` states
2018-10-06Added and correctedUtsav Bhardwaj1-10/+11
1.> Added "Telangana" and "Uttarakhand" 2.> Ordered in alphabetical 3.> Corrected the spelling of "Odisha"
2018-10-06Updated and orderedUtsav Bhardwaj1-10/+11
1.> Ordered the state Abbrs 2.> Added some missing abbrs
2018-10-06corrected the formatUtsav Bhardwaj1-3/+12
The actual format of mobile phone no is rarely starts with less than 6 so corrected that
2018-10-02Updated phone number & cell number for vi localethanhpd2-20/+6
2018-10-02Updated address for vi localethanhpd4-74/+200
2018-10-02Added date for vi localethanhpd4-0/+111
2018-10-01Update city_root.jsthanhpd1-40/+40
2018-09-26Merge pull request #631 from sbmart/ru-additionsMarak7-2/+34
`ru` additional locale data
2018-09-26[minor] Spelling error in testsMarak1-2/+2
2018-09-26Add testsMahmoud Gamal1-2/+32
2018-09-26Support variable precision for latitude and longitudeMahmoud Gamal1-8/+22
2018-09-26Merge pull request #696 from ashpr/fix/bitcoinAddress-testsMarak1-1/+6
fix: ammend tests for bitcoin addresses
2018-09-26Merge pull request #616 from driade/patch-2Marak1-19/+7
`es` various fixes
2018-09-27fix(bitcoinAddress): fix tests for bitcoin addressesAsh Prosser1-1/+6
The tests for bitcoin addresses had an invalid regex.
2018-09-26Merge pull request #615 from driade/patch-1Marak1-6/+6
Spanish. Missing accents
2018-09-26added south african names and detailsPaul Salmon48-16/+2434
2018-09-26Add mixed options shape to the documentationTomassito1-1/+1
From the documentation it is not clear what shape should the options object take.
2018-09-25[dist] Added `CODE_OF_MERIT`Marak1-0/+52
2018-09-24Merge pull request #591 from johnmaia/bugfix/bitcoin-addressMarak2-5/+5
Fix bitcoinAddress generator
2018-09-24Merge pull request #582 from chilicoder/fix/replaceSymbols-JSdocMarak1-1/+2
Code comments for replaceSymbols extended
2018-09-24Merge pull request #593 from brantem/patch-1Marak1-4/+4
Add my first name to `id_ID`
2018-09-24Merge pull request #595 from ru03/ruben/AddCommerceEsMarak5-0/+94
Added commerce for `es` locale
2018-09-24Merge pull request #682 from yuezk/masterMarak3-5/+15
Add background color to `image.dataUri`