aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Merge branch 'xaka-master'FotoVerite1-7/+11
2014-08-13BUILD added successfully.FotoVerite1-7/+11
2014-08-13Merge pull request #95 from avanderhoorn/random-updateMatthew Bergman2-10/+8
Updates to switch changes over to using 2 args to support min/max
2014-08-13Merges in changes.FotoVerite1-1/+3
2014-08-13Merge branch 'javiercejudo-patch-1'FotoVerite1-2/+2
2014-08-13Merge branch 'patch-1' of github.com:javiercejudo/Faker.js into ↵FotoVerite1-2/+2
javiercejudo-patch-1
2014-08-13Merge pull request #101 from javiercejudo/patch-2Matthew Bergman1-1/+1
Fixes link to Ruby Gem faker
2014-08-13Merge pull request #106 from DjebbZ/patch-1Matthew Bergman1-1/+3
Add installation instructions for npm
2014-08-13Merge branch 'juampi92-patch-1'FotoVerite1-3/+3
2014-08-13Fix context of findNameJuan Pablo1-3/+3
Using this, you could change the context of the method, and an error was sent. By removing the context and using _name, this does not happen.
2014-08-12Add installation instructions for npmKhalid Jebbari1-1/+3
Prevents people from having to open package.json to find package name like I just did.
2014-07-31Merge branch 'pmalouin-master'FotoVerite0-0/+0
2014-07-31Merges in upstream changes.FotoVerite0-0/+0
2014-07-29Fixes link to Ruby Gem fakerJavier Cejudo1-2/+2
2014-07-29Fixes link to Data::fakerJavier Cejudo1-2/+2
2014-07-23Updates to switch changes over to using 2 args to support min/maxAnthony van der Hoorn2-10/+8
2014-07-22Bug fixes and latest version.FotoVerite8-30/+74
2014-07-22Merge pull request #86 from northernv/fix-future-dateMatthew Bergman2-1/+9
Ensure Date.future returns a date in the future.
2014-07-22Merge pull request #90 from edshadi/random-number-rangeMatthew Bergman2-2/+28
random number now accepts a range array [min, max].
2014-07-22Merge pull request #89 from edshadi/fix-date-recent-bugMatthew Bergman2-2/+2
fixed date.recent() bug
2014-06-16random number now accepts a range array [min, max].Ed Shadi2-2/+28
2014-06-16added hours in date.recent. Currently the code returns date in past minutes. ↵Ed Shadi2-2/+2
random days could return 0 so modified the test to reflect <= current date.
2014-05-21Ensure Date.future returns a date in the future.Shane A. Stillwell2-1/+9
2014-05-17All files are now lowercased. :DFotoVerite3-0/+1495
2014-05-17deletes the last Uppercase faker file.FotoVerite1-730/+0
2014-05-17We need remove these versions because of mac os case stupidity.FotoVerite2-765/+0
2014-05-17Moving to major new version for change of package name for uppercase to ↵FotoVerite37-1023/+1023
lowercase.
2014-05-17Adds female and male name methods. #NOTE they will return a random name and ↵FotoVerite7-26/+74
working as intended.
2014-05-17Bumps version number and rebuildsFotoVerite4-6/+6
2014-05-17Merge pull request #83 from hkal/better_version_handlingMatthew Bergman2-3/+3
better version handling:
2014-05-17Merge pull request #80 from hkal/remove_gender_related_filesMatthew Bergman3-25/+0
remove gender related files
2014-05-05better version handling:hkal2-3/+3
* 'Faker.version' will now be populated by the version property in 'package.json'
2014-05-05Merge pull request #82 from hkal/run_build_against_pull_requestsMatthew Bergman4-32/+32
run build to reflect latest changes:
2014-05-05run build to reflect latest changes:hkal4-32/+32
* should reflect changes from 10181fbf6c1e7fa334fa0b86935326c140bee830 * should reflect changes from 272cd8e1e1fa7a504326b3f3ed5cd75151429977
2014-05-05Merge pull request #79 from hkal/resolve_image_undefinedMatthew Bergman2-22/+92
Resolve image undefined
2014-05-05Merge pull request #81 from hkal/auto_increment_copyright_yearMatthew Bergman2-2/+3
auto-increment copyright year in docs
2014-05-05Updates Build.FotoVerite4-94/+35
2014-05-05auto-increment copyright year in docshkal2-2/+3
2014-05-04remove gender related files:hkal3-25/+0
* removed files relating to gender * removed an esoteric `import.js` file which did not seem to be used
2014-05-03improve image test coveragehkal1-9/+79
2014-05-03functions should reference current literal:hkal1-13/+13
* fixes error: 'Uncaught ReferenceError: image is not defined Faker.js:275'
2014-04-03Better UMD (Universal Module Definition) supportPavel Strashkin5-115/+68
The previous implementation of `UMD` (Universal Module Definition) didn't work well with such libraries as `AngularJS` which globalizes `module` variable which is injected with `exports` by another 3rd party library. That leads to situation when `Faker` doesn't add itself to `window`, but to that `module.exports` variable which is wrong. Implementing `UMD` in a common way used by such tools as `browserify` solves the problem thought it's pretty clear that other libraries should respect the rules, not only `Faker`.
2014-02-22Fixed random date functions that did not distribute results evenly over the ↵pmalouin1-3/+3
requested period.
2014-02-19removes gender tests.FotoVerite1-26/+0
2014-02-19Removes gender. Score 1 for non binary fake data.FotoVerite3-0/+25
2014-02-19reverts f2f37f8FotoVerite6-5550/+5
2014-02-17Merge pull request #70 from FotoVerite/masterMatthew Bergman23-184/+7757
Keep up to date.
2014-02-17Updates the Readme.FotoVerite1-1/+1
2014-02-17I'm an idiot lets make sure that the package is right this time.FotoVerite1-1/+1
2014-02-17bumps version.FotoVerite1-1/+1