| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-07-17 | fix encoding for street_address | [email protected] | 1 | -3/+2 | |
| 2016-07-16 | add address for fa locale | [email protected] | 15 | -0/+166 | |
| 2016-07-12 | Merge pull request #390 from jreina/fix-issue-361 | Marak | 1 | -2/+2 | |
| [fix] output of faker.finance.amount #361 | |||||
| 2016-07-11 | Adds precision value to faker.random.number call. | Johnny Reina | 1 | -2/+2 | |
| 2016-07-11 | Merge pull request #362 from joshgordon/patch-1 | Marak | 1 | -1/+1 | |
| [fix] [minor] typo in docstring | |||||
| 2016-07-11 | Merge pull request #363 from krzkaczor/alpha-numeric-count | Marak | 2 | -3/+25 | |
| [api] alphaNumeric takes now count as a argument | |||||
| 2016-07-11 | Merge pull request #338 from Niels-NTG/master | Marak | 3 | -28/+2539 | |
| [api] realistic Dutch city naming components | |||||
| 2016-07-11 | Merge pull request #379 from fdsimms/fix-misspelling-of-liaison | Marak | 4 | -4/+4 | |
| [fix] misspelling of 'Liaison' from faker.name.jobType(). | |||||
| 2016-07-11 | Merge pull request #381 from zpiman/master | Marak | 45 | -0/+14768 | |
| [locales] Add `CZ` Czech | |||||
| 2016-06-13 | add String.prototype.repeat in older versions of node - see PR #382 | Jakub Mandula | 1 | -0/+15 | |
| 2016-06-13 | add tests for credit card functions and helpers | Jakub Mandula | 3 | -3/+136 | |
| 2016-06-13 | add credit card function + helpers | Jakub Mandula | 2 | -1/+140 | |
| 2016-06-13 | remove `/` from card formating | Jakub Mandula | 10 | -34/+48 | |
| 2016-06-13 | add new credit card company | Jakub Mandula | 2 | -0/+4 | |
| 2016-06-13 | move credit_card into finance + add to definitions | Jakub Mandula | 14 | -2/+2 | |
| 2016-06-13 | Add CZ Czech locales | Jakub Mandula | 45 | -0/+14768 | |
| 2016-05-14 | Fix misspelling of 'Liaison' from faker.name.jobType(). | Frankie | 4 | -4/+4 | |
| 2016-05-06 | Added unit test for nearbyGPSCoordinate | Vivek Seth | 1 | -0/+48 | |
| 2016-05-06 | Using different heuristic for producing a random GPS coordinate | Vivek Seth | 1 | -8/+6 | |
| this approach will not result in a uniform distribution, but will instead concentrate points in the center. | |||||
| 2016-05-06 | Ensure longitude points are within range [-180, 180] | Vivek Seth | 1 | -0/+7 | |
| 2016-05-06 | Fixed bug where variables were being leaked to global namespace | Vivek Seth | 1 | -4/+4 | |
| 2016-05-05 | If no input params return random coordinate | Vivek Seth | 1 | -1/+4 | |
| 2016-05-05 | Use term 'coordinate' instead of 'location' | Vivek Seth | 1 | -7/+7 | |
| 2016-05-05 | Updated readme | Vivek Seth | 1 | -1/+1 | |
| Included mention of nearbyLocation method | |||||
| 2016-05-05 | Added address.nearbyLocation() method | Vivek Seth | 1 | -0/+44 | |
| Returns a random GPS coordinate located within a distance of the given GPS coordinate | |||||
| 2016-04-19 | Merge pull request #372 from icebob/patch-1 | Marak | 1 | -1/+0 | |
| [fix] [minor] Remove duplicate Congo from country.js | |||||
| 2016-04-19 | Remove duplicate Congo from countries.js | Icebob | 1 | -1/+0 | |
| 2016-04-15 | Merge pull request #369 from koistya/patch-1 | Marak | 1 | -3/+1 | |
| [fix] [minor] Clean up faker.commerce.department method | |||||
| 2016-04-15 | Clean up faker.commerce.department method | Konstantin Tarkus | 1 | -3/+1 | |
| Remove "max" and "fixedAmount" arguments from the faker.commerce.department method | |||||
| 2016-04-08 | add faker.random.arrayElements | Joon Ho Cho | 2 | -0/+68 | |
| 2016-04-07 | Add IBAN and BIC generator functions | CoDEmanX | 5 | -5/+1227 | |
| 2016-04-07 | Don't change line endings | CoDEmanX | 1 | -0/+1 | |
| 2016-04-07 | Correct spelling | CoDEmanX | 3 | -12/+12 | |
| 2016-04-04 | alphaNumeric takes now count as a argument | Krzysztof Kaczor | 2 | -3/+25 | |
| 2016-04-04 | Update lorem.js | Josh Gordon | 1 | -1/+1 | |
| Fix typo in docstring. | |||||
| 2016-03-30 | Added gendered names to en locale | Keegan Landreth | 6 | -6/+1018 | |
| 2016-03-20 | [dist] Bump v3.1.0 | Marak | 1 | -1/+34 | |
| 2016-03-20 | [dist] Re-build library for v3.1.0 release | Marak | 160 | -15564/+572013 | |
| 2016-03-20 | Merge pull request #291 from skylarstein/master | Marak | 1 | -5/+5 | |
| [fix] hacker.phrase - generate random string for each lexical instance | |||||
| 2016-03-20 | Update tests to confirm name suffix is correct | Logan Allred | 1 | -0/+3 | |
| 2016-03-20 | Fix name suffixes | Logan Allred | 1 | -1/+1 | |
| Fixes names so that it puts suffixes at the end of names instead of prefixes Conflicts: lib/name.js | |||||
| 2016-03-19 | [dist] Added jsdoc and gh-pages to gulpfile | Marak | 3 | -16/+52 | |
| * Will now build jsdocs as part of build * Will now commit and push jsdocs to gh-pages | |||||
| 2016-03-19 | Merge pull request #353 from ashpr/bitcoinaddress-fix | Marak | 2 | -2/+15 | |
| [api] [fix] finance.bitcoinAddress | |||||
| 2016-03-19 | [dist] Switch back to new lodash | Marak | 1 | -1/+1 | |
| 2016-03-19 | [dist] Remove old versions of node from travis | Marak | 2 | -3/+9 | |
| * Issues with devDeps requirements * faker API should still work on old versions | |||||
| 2016-03-20 | * Use faker.random.number | ashmothership | 2 | -2/+15 | |
| * Range was incorrect. Was 27-36. Should be 27-34. | |||||
| 2016-03-19 | [fix] [tests] Update lodash API | Marak | 1 | -2/+2 | |
| * .contains() -> .includes() | |||||
| 2016-03-19 | [dist] [tests] Adjusting dev dips | Marak | 1 | -1/+1 | |
| * Use new lodash | |||||
| 2016-03-19 | [dist] [tests] Less specific loads | Marak | 1 | -1/+1 | |
| * For old node versions | |||||
| 2016-03-20 | Merge remote-tracking branch 'Marak/master' | ashmothership | 6 | -13/+40 | |
