aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-15[fix] fixes address module switch casesFotoVerite4-13/+13
2013-03-15Merge pull request #44 from fedosov/masterMatthew Bergman8-26/+58
2013-03-15fix #42: Email has invalid charactersMikhail Fedosov8-26/+58
2013-01-16incremented versionFotoVerite1-1/+1
2013-01-16fixed typo for windows machinesFotoVerite1-1/+1
2013-01-08changed main to index as is common node styleFotoVerite3-4/+4
2013-01-08Merge pull request #37 from BryanDonovan/mainMatthew Bergman38-860/+9712
2013-01-08re-buildBryan Donovan4-16/+32
2013-01-08adding randomNumber and randomize back to helpers.jsBryan Donovan2-0/+28
2013-01-08Fixing merge conflicts from upstreamBryan Donovan7-23/+67
2013-01-08rebuiltFotoVerite3-5/+5
2013-01-08fixed broken faker clouser and street address function from busted pull request.FotoVerite6-53/+100
2013-01-08updated readme not to have outdated linkFotoVerite5-5/+5
2013-01-08added minified versionFotoVerite5-9/+52
2013-01-08fixed package.jsonFotoVerite1-4/+3
2013-01-07commenting out faker closure to get browser test to workBryan Donovan6-377/+542
2013-01-07allowing all tests to run in browserBryan Donovan14-140/+4259
2013-01-07adding real browser testsBryan Donovan6-0/+3478
2013-01-07renaming array_rand to array_elementBryan Donovan7-37/+37
2013-01-07bumping test coverage thresholdsBryan Donovan4-240/+230
2013-01-07100% test coverage.Bryan Donovan7-43/+161
2013-01-07phone number testsBryan Donovan5-10/+42
2013-01-07lorem.js testsBryan Donovan2-28/+196
2013-01-07style changeBryan Donovan1-64/+68
2013-01-07linting and getting address.js to 100% test coverageBryan Donovan6-9/+73
2013-01-07cleanup old codeBryan Donovan1-46/+0
2013-01-07adding test run instructions to docsBryan Donovan5-10/+20
2013-01-07working browser testBryan Donovan5-461/+697
2013-01-07making company.suffixes a function in testsBryan Donovan1-1/+1
2013-01-07using this instead of _name for internal referencesBryan Donovan1-3/+3
2013-01-07making company.suffixes a functionBryan Donovan1-2/+4
2013-01-07adding make build targetBryan Donovan1-1/+4
2013-01-07Completely removing aliased lower-case functionsBryan Donovan5-54/+37
2013-01-07namespacing with 'Faker'Bryan Donovan7-186/+184
2013-01-07reverting downcasingBryan Donovan3-30/+31
2013-01-07.jshintrc cleanupBryan Donovan1-6/+2
2013-01-07backward-compat testsBryan Donovan1-6/+14
2013-01-07lower-casing modulesBryan Donovan5-54/+54
2013-01-07lower-case module namesBryan Donovan1-7/+16
2013-01-07brState() testsBryan Donovan3-6/+48
2013-01-06tests for streetAddress()Bryan Donovan3-6/+63
2013-01-06initial address.unit.jsBryan Donovan8-23/+129
2013-01-06adding functional test for each functionBryan Donovan1-0/+46
2013-01-06Merge pull request #27 from DimitarChristoff/jshint-fixesMatthew Bergman15-1139/+1286
2013-01-05refactoring to use random.jsBryan Donovan4-45/+48
2013-01-05refactoring so we do not need to use Helpers.randomize() everywhereBryan Donovan4-50/+83
2013-01-05refactoring company.jsBryan Donovan2-23/+29
2013-01-05100% coverage on company.jsBryan Donovan3-14/+127
2013-01-05refactored name.jsBryan Donovan1-15/+20
2013-01-05adding mocha test runnerBryan Donovan3-2/+111