| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | Support variable precision for latitude and longitude | Mahmoud Gamal | 1 | -8/+22 | |
| 2018-09-26 | Merge pull request #616 from driade/patch-2 | Marak | 1 | -19/+7 | |
| `es` various fixes | |||||
| 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-24 | Merge pull request #591 from johnmaia/bugfix/bitcoin-address | Marak | 1 | -2/+2 | |
| 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 | 1 | -4/+6 | |
| Add background color to `image.dataUri` | |||||
| 2018-09-24 | Merge pull request #690 from driade/patch-2 | Marak | 1 | -12/+10 | |
| Missing accents in `es` | |||||
| 2018-09-24 | Merge pull request #689 from driade/patch-1 | Marak | 1 | -3/+3 | |
| Missing accents in `es` | |||||
| 2018-09-24 | [api] [fix] [refactor] Unique options into class | Marak | 1 | -2/+24 | |
| * #466 #596 * Fixes scope issues with max values | |||||
| 2018-09-24 | [fix] Copy paste error in `ar` local #505 | Marak | 1 | -8/+8 | |
| 2018-09-24 | fix: system.directoryPath and system.filePath | Simone Sanfratello | 1 | -1/+1 | |
| 2018-09-23 | Update last_name.js | David Fernández | 1 | -12/+10 | |
| Corrections | |||||
| 2018-09-23 | Update adjective.js | David Fernández | 1 | -3/+3 | |
| Add missing accents | |||||
| 2018-09-23 | Merge pull request #638 from h0x91b/patch-1 | Marak | 1 | -1/+3 | |
| Fix docJS for faker.phone namespace | |||||
| 2018-09-23 | Merge pull request #600 from karllhughes/400-zipcode-by-state-1 | Marak | 3 | -54/+228 | |
| Added `address.postcode_by_state` | |||||
| 2018-09-23 | Merge pull request #668 from jfreyre/feature/register-new-fr-ch-locale | Marak | 13 | -0/+270 | |
| Added new locale `fr_CH` | |||||
| 2018-09-23 | change shas to use hex chars | Danielle Adams | 1 | -2/+4 | |
| 2018-09-23 | add commit entry and remove readme changes | Danielle Adams | 1 | -8/+30 | |
| 2018-09-23 | cleanup tests and formatting | Danielle Adams | 1 | -1/+1 | |
| 2018-09-23 | add git module to lib | Danielle Adams | 2 | -0/+66 | |
| 2018-09-23 | Merge pull request #655 from codecalm/patch-1 | Marak | 1 | -12/+12 | |
| [fix] Wrong cell phone format in Poland | |||||
| 2018-09-22 | Merged `addess.nearbyGPSCoordinate` method | Marak | 1 | -0/+52 | |
| 2018-09-22 | [minor] [fix] Missing comma #397 | Marak | 1 | -2/+2 | |
| 2018-09-22 | Added some names | Per Ström | 1 | -2/+19 | |
| 2018-09-22 | Added `ar` locale (partial ) #505 | Marak | 22 | -0/+594 | |
| * Merges work from @atefBB * Original PR could not be merged | |||||
| 2018-09-21 | Merge pull request #517 from nunsie/master | Marak | 20 | -0/+443 | |
| Added South African (ZA) Locale | |||||
| 2018-09-21 | [api] [minor] Don’t use `Object.assign` | Marak | 1 | -5/+8 | |
| * Should fix tests for `faker.random.float` * Was causing older versions of Node to fail | |||||
| 2018-09-21 | [api] Add method `faker.random.float` | Jimmy Cann | 1 | -0/+20 | |
| - Extends the `faker.random.number` float to automatically return a 0.01 precision float - First parameter is set as the precision value | |||||
| 2018-08-15 | Ensure faker.random.word does not return more than one word | Brandon Slade | 1 | -2/+2 | |
| 2018-08-13 | Added custom background color to data URI image | Kevin Yue | 1 | -2/+4 | |
| 2018-08-13 | Make data URI text align center and middle | Kevin Yue | 1 | -3/+3 | |
| 2018-08-10 | feat: add "blockchains" as a company.bs_noun | Sean | 1 | -1/+2 | |
| 2018-08-09 | Added support for strings in first name with gender | kstamant | 1 | -0/+10 | |
| 2018-07-10 | - registering new locale (fr-ch) | Jérome Freyre | 13 | -0/+270 | |
| 2018-06-14 | Update formats.js | Paweł Kuna | 1 | -12/+12 | |
| 2018-06-12 | Fixes Swedish translation for products. | Patrik | 1 | -8/+8 | |
| Noticed some errors in the translation. Here's a PR :smile: | |||||
| 2018-05-21 | Update last_name.js | Tomasz Tomys | 1 | -0/+1 | |
| 2018-05-21 | Update last_name.js | Tomasz Tomys | 1 | -0/+7 | |
| 2018-05-02 | Fix docJS for faker.phone namespace | Arseniy Pavlenko | 1 | -1/+3 | |
| 2018-04-30 | Remove controversial name from source | Bas Huis | 3 | -3/+0 | |
