aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-18Add georgian phone numbersLevan Velijanashvili1-0/+37
2015-01-18Add georgian internetLevan Velijanashvili1-0/+17
2015-01-18Add georgian addressesLevan Velijanashvili1-0/+857
2015-01-18Add georgian last names and job titlesLevan Velijanashvili1-0/+247
2015-01-18Add georgian localeLevan Velijanashvili1-0/+393
separator and name.first_name
2015-01-07[dist] Bump v2.1.2Marak1-1/+1
2015-01-07Merge pull request #152 from jdrew1303/feature/uuid_generatorMarak2-0/+18
[api] Adds fake uuid generator
2014-12-26fix random number bug (with {max: 0})linkkingjay1-1/+1
2014-12-25Merge pull request #151 from deepflame/patch-1Marak1-1/+1
[minor] update description of array_element
2014-12-22Added function to generate UUIDJames Drew1-0/+10
2014-12-22Added unit test for uuid generatorJames Drew1-0/+8
2014-12-16update documentation of array_elementAndreas Böhrnsen1-1/+1
2014-12-09Add new jobTitle function to name object.JKillian5-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-09Make company suffix function use data from locale instead of hard-coded data.jkillian2-2/+3
2014-12-09Fasten travis meteor tests by not starting a meteor mongodbRonen Babayoff1-1/+1
2014-12-09Try and fix .travis.ymlRonen Babayoff1-3/+3
2014-12-08Try and fix travisRonen Babayoff1-1/+2
2014-12-08Fix .travis.ymlRonen Babayoff1-2/+2
2014-12-08Remove and ignore meteor versions.jsonRonen Babayoff2-15/+3
2014-12-08Package for meteor, including testing the meteor package in travisRonen Babayoff10-1/+89
2014-11-29[dist] Bump to v2.1.1Marak1-1/+1
2014-11-29Merge pull request #144 from FLamparski/make-valid-coloursMarak1-1/+7
[fix] Ensure that colours are always of the form #RRGGBB
2014-11-29Merge pull request #146 from mkawalec/masterMarak3-41/+77
[fix] Precision changes precision and max doesn't modify options object
2014-11-28added tests and corrected the number functionMichał Kawalec3-35/+68
2014-11-28precision changes precision and max doesn't modify options objectMichał Kawalec1-10/+13
2014-11-24Merge pull request #145 from arigesher/masterMarak2-2/+8
[fix] Fixed male/female split check on findName()
2014-11-20Fixed male/female split check on findName()Ari Gesher2-2/+8
(It was failing on locales that use a fallback)
2014-11-19Ensure that colours are always of the form #RRGGBBFilip Wieland1-1/+7
2014-11-19[dist] Bump to v2.1.0Marak1-1/+1
2014-11-19Merge pull request #138 from unindented/masterMarak2-4/+26
[fix] Have past, future and recent return random dates #110
2014-11-17[dist] Bump to v2.0.3Marak1-1/+1
2014-11-17[dist] Bump to v2.0.2Marak1-1/+1
2014-11-14Merge pull request #140 from eweap/patch-1Marak1-1/+1
[dist] Update bower.json
2014-11-14Update bower.jsonJonathan Bonnefoy1-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-12Have past, future and recent return random datesDaniel Perez Alvarez2-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-27adds ability to get random country code and tests.FotoVerite3-5/+19
2014-10-21[examples] Clean up min exampleMarak1-57/+1
2014-10-21[fix] ru locale now works with name.firstName and name.lastName methods #132Marak1-2/+23
2014-10-09Added street suffixYann Barraud1-2/+2
2014-10-09Added missing street prefix methodYann Barraud1-0/+4
Added missing street prefix method
2014-09-29[dist] Fix project nameMarak1-1/+1
2014-09-22[fix] state_abbr -> stateAbbrMarak1-1/+1
2014-09-22[dist] [fix] Package nameMarak1-1/+1
2014-09-22[docs] Add demo linkMarak2-0/+8
2014-09-22[docs] Update travis imageMarak2-2/+2
2014-09-22[dist] Update changelogMarak1-0/+29
2014-09-22[dist] Release v2.0.0Marak4-6/+6
2014-09-22[dist] RebuildMarak7-360/+1999
2014-09-22[fix] Rename state_abbr to stateAbbrMarak2-1/+2
2014-09-22[api] [minor] Add back state_abbr.Marak2-2/+6