| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-20 | merge with master | Tyler | 192 | -381/+6461 | |
| 2018-10-20 | Merge branch 'master' of https://github.com/tylerreichle/faker.js into ↵ | Tyler | 3 | -6/+11 | |
| add-vehicle | |||||
| 2018-10-17 | [test] `faker.fake` now at 100% code coverage | Marak | 1 | -0/+20 | |
| 2018-10-17 | [api] `faker.fake` should throw error on empty | Marak | 1 | -2/+1 | |
| * Was previously returning error as string * Throwing errors conforms to existing APIs | |||||
| 2018-10-16 | add middleName tests | Maksim Gruzdev | 1 | -0/+45 | |
| 2018-10-16 | Merge remote-tracking branch 'github/master' | Maksim Gruzdev | 49 | -14/+1379 | |
| 2018-10-15 | Bugfix random.shuffle last element. | Matt R. Wilson | 2 | -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-15 | Merge pull request #694 from Tomassito/patch-1 | Marak | 1 | -1/+1 | |
| Added options schema to JSDocs | |||||
| 2018-10-15 | Merge pull request #681 from AlbinoDrought/master | Marak | 1 | -1/+2 | |
| [minor] add "blockchains" as a company.bs_noun | |||||
| 2018-10-14 | Merge pull request #710 from 07Gond/master | Marak | 2 | -2/+36 | |
| Improve Canadian local postal code support | |||||
| 2018-10-14 | [vendor] [minor] Removing dead code | Marak | 1 | -7/+0 | |
| 2018-10-14 | [test] Increasing coverage for Mersenne Twister | Marak | 1 | -0/+22 | |
| * Covers internal argument validation * This validation is already tested upstream | |||||
| 2018-10-14 | Merge branch 'master' of https://github.com/titonobre/faker.js | Marak | 42 | -1/+1316 | |
| 2018-10-14 | [dist] [minor] Add reports folder to .gitignore | Marak | 1 | -2/+2 | |
| 2018-10-15 | Improve unit tests for name.findName() and name.prefix() | Tito Nobre | 1 | -0/+95 | |
| 2018-10-14 | Improve pt_PT name prefixes | Tito Nobre | 2 | -3/+5 | |
| 2018-10-14 | Improve locale pt_PT with city names | Tito Nobre | 5 | -0/+164 | |
| 2018-10-14 | Improve locale pt_PT with cell_phone formats | Tito Nobre | 3 | -0/+9 | |
| 2018-10-14 | Update pt_PT references | Tito Nobre | 2 | -2/+2 | |
| 2018-10-14 | Add locale pt_PT | Tito Nobre | 35 | -1/+1046 | |
| 2018-10-11 | locale ru: add name.middleName with russian gender | Maksim Gruzdev | 1 | -0/+21 | |
| 2018-10-10 | [fix] Mersenne Twister seed_array #712 | Marak | 2 | -3/+16 | |
| 2018-10-10 | [fix] Code styling for undefined check #711 | Marak | 1 | -4/+4 | |
| 2018-10-10 | style(date): Avoid use of ternary expressions for optional args | Droogans | 1 | -4/+20 | |
| 2018-10-09 | fix(date): Allow for `refDate` in `soon()`, `recent()` | Droogans | 2 | -6/+34 | |
| Closes #686 | |||||
| 2018-10-08 | Improve Canadian local postal code support | Gerson Niño | 2 | -2/+36 | |
| 2018-10-06 | Merge pull request #705 from iUtsavB/master | Marak | 2 | -20/+22 | |
| Updated `en_IND` states | |||||
| 2018-10-06 | Added and corrected | Utsav Bhardwaj | 1 | -10/+11 | |
| 1.> Added "Telangana" and "Uttarakhand" 2.> Ordered in alphabetical 3.> Corrected the spelling of "Odisha" | |||||
| 2018-10-06 | Updated and ordered | Utsav Bhardwaj | 1 | -10/+11 | |
| 1.> Ordered the state Abbrs 2.> Added some missing abbrs | |||||
| 2018-10-06 | corrected the format | Utsav Bhardwaj | 1 | -3/+12 | |
| The actual format of mobile phone no is rarely starts with less than 6 so corrected that | |||||
| 2018-10-02 | Updated phone number & cell number for vi locale | thanhpd | 2 | -20/+6 | |
| 2018-10-02 | Updated address for vi locale | thanhpd | 4 | -74/+200 | |
| 2018-10-02 | Added date for vi locale | thanhpd | 4 | -0/+111 | |
| 2018-10-01 | Update city_root.js | thanhpd | 1 | -40/+40 | |
| 2018-09-26 | Merge pull request #631 from sbmart/ru-additions | Marak | 7 | -2/+34 | |
| `ru` additional locale data | |||||
| 2018-09-26 | [minor] Spelling error in tests | Marak | 1 | -2/+2 | |
| 2018-09-26 | Add tests | Mahmoud Gamal | 1 | -2/+32 | |
| 2018-09-26 | Support variable precision for latitude and longitude | Mahmoud Gamal | 1 | -8/+22 | |
| 2018-09-26 | Merge pull request #696 from ashpr/fix/bitcoinAddress-tests | Marak | 1 | -1/+6 | |
| fix: ammend tests for bitcoin addresses | |||||
| 2018-09-26 | Merge pull request #616 from driade/patch-2 | Marak | 1 | -19/+7 | |
| `es` various fixes | |||||
| 2018-09-27 | fix(bitcoinAddress): fix tests for bitcoin addresses | Ash Prosser | 1 | -1/+6 | |
| The tests for bitcoin addresses had an invalid regex. | |||||
| 2018-09-26 | Merge pull request #615 from driade/patch-1 | Marak | 1 | -6/+6 | |
| Spanish. Missing accents | |||||
| 2018-09-26 | added south african names and details | Paul Salmon | 48 | -16/+2434 | |
| 2018-09-26 | Add mixed options shape to the documentation | Tomassito | 1 | -1/+1 | |
| From the documentation it is not clear what shape should the options object take. | |||||
| 2018-09-25 | [dist] Added `CODE_OF_MERIT` | Marak | 1 | -0/+52 | |
| 2018-09-24 | Merge pull request #591 from johnmaia/bugfix/bitcoin-address | Marak | 2 | -5/+5 | |
| Fix bitcoinAddress generator | |||||
| 2018-09-24 | Merge pull request #582 from chilicoder/fix/replaceSymbols-JSdoc | Marak | 1 | -1/+2 | |
| Code comments for replaceSymbols extended | |||||
| 2018-09-24 | Merge pull request #593 from brantem/patch-1 | Marak | 1 | -4/+4 | |
| Add my first name to `id_ID` | |||||
| 2018-09-24 | Merge pull request #595 from ru03/ruben/AddCommerceEs | Marak | 5 | -0/+94 | |
| Added commerce for `es` locale | |||||
| 2018-09-24 | Merge pull request #682 from yuezk/master | Marak | 3 | -5/+15 | |
| Add background color to `image.dataUri` | |||||
