| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-01-18 | Add georgian phone numbers | Levan Velijanashvili | 1 | -0/+37 | |
| 2015-01-18 | Add georgian internet | Levan Velijanashvili | 1 | -0/+17 | |
| 2015-01-18 | Add georgian addresses | Levan Velijanashvili | 1 | -0/+857 | |
| 2015-01-18 | Add georgian last names and job titles | Levan Velijanashvili | 1 | -0/+247 | |
| 2015-01-18 | Add georgian locale | Levan Velijanashvili | 1 | -0/+393 | |
| separator and name.first_name | |||||
| 2015-01-07 | [dist] Bump v2.1.2 | Marak | 1 | -1/+1 | |
| 2015-01-07 | Merge pull request #152 from jdrew1303/feature/uuid_generator | Marak | 2 | -0/+18 | |
| [api] Adds fake uuid generator | |||||
| 2014-12-26 | fix random number bug (with {max: 0}) | linkkingjay | 1 | -1/+1 | |
| 2014-12-25 | Merge pull request #151 from deepflame/patch-1 | Marak | 1 | -1/+1 | |
| [minor] update description of array_element | |||||
| 2014-12-22 | Added function to generate UUID | James Drew | 1 | -0/+10 | |
| 2014-12-22 | Added unit test for uuid generator | James Drew | 1 | -0/+8 | |
| 2014-12-16 | update documentation of array_element | Andreas Böhrnsen | 1 | -1/+1 | |
| 2014-12-09 | Add new jobTitle function to name object. | JKillian | 5 | -2/+44 | |
| I had to make a few concessions when doing this. Ideally I would have added this function under the 'company' module, but I chose to add it to the 'name' object instead, as the data happened to already exist in the locale files under 'name.title'. However, I felt that the field names in the locale files were confusing, so their wrappers in the name module are renamed for clarity. For example, faker.name.jobArea() returns a random element from locale.name.title.level. In my opinion, 'jobArea' was a much better description of the data than 'level'. Finally, fixed a bug in one unit test which didn't restore a function to its original state after watching it. | |||||
| 2014-12-09 | Make company suffix function use data from locale instead of hard-coded data. | jkillian | 2 | -2/+3 | |
| 2014-12-09 | Fasten travis meteor tests by not starting a meteor mongodb | Ronen Babayoff | 1 | -1/+1 | |
| 2014-12-09 | Try and fix .travis.yml | Ronen Babayoff | 1 | -3/+3 | |
| 2014-12-08 | Try and fix travis | Ronen Babayoff | 1 | -1/+2 | |
| 2014-12-08 | Fix .travis.yml | Ronen Babayoff | 1 | -2/+2 | |
| 2014-12-08 | Remove and ignore meteor versions.json | Ronen Babayoff | 2 | -15/+3 | |
| 2014-12-08 | Package for meteor, including testing the meteor package in travis | Ronen Babayoff | 10 | -1/+89 | |
| 2014-11-29 | [dist] Bump to v2.1.1 | Marak | 1 | -1/+1 | |
| 2014-11-29 | Merge pull request #144 from FLamparski/make-valid-colours | Marak | 1 | -1/+7 | |
| [fix] Ensure that colours are always of the form #RRGGBB | |||||
| 2014-11-29 | Merge pull request #146 from mkawalec/master | Marak | 3 | -41/+77 | |
| [fix] Precision changes precision and max doesn't modify options object | |||||
| 2014-11-28 | added tests and corrected the number function | Michał Kawalec | 3 | -35/+68 | |
| 2014-11-28 | precision changes precision and max doesn't modify options object | Michał Kawalec | 1 | -10/+13 | |
| 2014-11-24 | Merge pull request #145 from arigesher/master | Marak | 2 | -2/+8 | |
| [fix] Fixed male/female split check on findName() | |||||
| 2014-11-20 | Fixed male/female split check on findName() | Ari Gesher | 2 | -2/+8 | |
| (It was failing on locales that use a fallback) | |||||
| 2014-11-19 | Ensure that colours are always of the form #RRGGBB | Filip Wieland | 1 | -1/+7 | |
| 2014-11-19 | [dist] Bump to v2.1.0 | Marak | 1 | -1/+1 | |
| 2014-11-19 | Merge pull request #138 from unindented/master | Marak | 2 | -4/+26 | |
| [fix] Have past, future and recent return random dates #110 | |||||
| 2014-11-17 | [dist] Bump to v2.0.3 | Marak | 1 | -1/+1 | |
| 2014-11-17 | [dist] Bump to v2.0.2 | Marak | 1 | -1/+1 | |
| 2014-11-14 | Merge pull request #140 from eweap/patch-1 | Marak | 1 | -1/+1 | |
| [dist] Update bower.json | |||||
| 2014-11-14 | Update bower.json | Jonathan Bonnefoy | 1 | -1/+1 | |
| Some Grunt Task use the main property of the bower.json file to auto-include the script in the "index.html". Since faker.js script is not at root of the package but in the "build/build" folder, I've edited the "main" property accordingly. Nice work BTW ! | |||||
| 2014-11-12 | Have past, future and recent return random dates | Daniel Perez Alvarez | 2 | -4/+26 | |
| Functions `past` and `future` only returned dates EXACTLY N YEARS before or after the reference date. Function `recent` only returned dates EXACTLY N DAYS before the reference date. For example, `faker.date.past(1)` would return either *Nov 12, 2014*, or *Nov 12, 2013*, but nothing in-between. Also, now you can call those functions without parameter, and N will take the default value of `1`. | |||||
| 2014-10-27 | adds ability to get random country code and tests. | FotoVerite | 3 | -5/+19 | |
| 2014-10-21 | [examples] Clean up min example | Marak | 1 | -57/+1 | |
| 2014-10-21 | [fix] ru locale now works with name.firstName and name.lastName methods #132 | Marak | 1 | -2/+23 | |
| 2014-10-09 | Added street suffix | Yann Barraud | 1 | -2/+2 | |
| 2014-10-09 | Added missing street prefix method | Yann Barraud | 1 | -0/+4 | |
| Added missing street prefix method | |||||
| 2014-09-29 | [dist] Fix project name | Marak | 1 | -1/+1 | |
| 2014-09-22 | [fix] state_abbr -> stateAbbr | Marak | 1 | -1/+1 | |
| 2014-09-22 | [dist] [fix] Package name | Marak | 1 | -1/+1 | |
| 2014-09-22 | [docs] Add demo link | Marak | 2 | -0/+8 | |
| 2014-09-22 | [docs] Update travis image | Marak | 2 | -2/+2 | |
| 2014-09-22 | [dist] Update changelog | Marak | 1 | -0/+29 | |
| 2014-09-22 | [dist] Release v2.0.0 | Marak | 4 | -6/+6 | |
| 2014-09-22 | [dist] Rebuild | Marak | 7 | -360/+1999 | |
| 2014-09-22 | [fix] Rename state_abbr to stateAbbr | Marak | 2 | -1/+2 | |
| 2014-09-22 | [api] [minor] Add back state_abbr. | Marak | 2 | -2/+6 | |
