aboutsummaryrefslogtreecommitdiff
path: root/lib/internet.js
AgeCommit message (Collapse)AuthorFilesLines
2015-03-12Replaces symbols in domain words so it generates output for all localesrob.scott1-1/+1
2015-01-25added protocol() and url()Daniel Mills1-0/+9
2014-11-19Ensure that colours are always of the form #RRGGBBFilip Wieland1-1/+7
2014-09-22[api] [minor] Added default values for more methods. Cleaned up image ↵Marak1-8/+12
module. Use a less specific regex for usernames.
2014-09-21[api] Added internet.password method using `password-generator` library.Marak1-0/+9
[dist] Added `password-generator` to vendor Closes #33
2014-09-21[api] Added hacker module. Added default values for all methods. Cleaned up ↵Marak1-0/+3
errant methods. Added mustache helper.
2014-09-16[api] Add ability to generate contextual data for user names and emails. #68Marak1-7/+11
2014-09-16[fix] Prevented emails and userNames from including generally unacceptable ↵Tim Oxley1-5/+4
characters such as apostrophes, which occur semi-regularly when Faker generates last names such as "o'hara". Conflicts: Faker.js lib/internet.js
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now ↵Marak1-2/+2
loaded from localized data sets, en is default locale. #116
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-5/+14
[refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication.
2014-09-13[api] Added Internet.userAgent #16Marak1-1/+6
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ↵Marak1-2/+2
ranges are now inclusive of max instead of exclusive. #88 #48
2014-09-08Removed "this" from functions, breaks mixinsgoliatone1-2/+2
Conflicts: lib/name.js
2014-05-17Moving to major new version for change of package name for uppercase to ↵FotoVerite1-10/+10
lowercase.
2013-11-05Add random color to Internet.jscyanos31-0/+10
2013-06-12Revert "Merge pull request #59 from rschmukler/this-fix"FotoVerite1-2/+2
This reverts commit dceaccf2ca2c2ff217436404c41f2bf69f7577f6, reversing changes made to 1d28802e388277a6b75efbaa1589027879df101f.
2013-06-05Switched from this to var name to avoid context issuesRyan Schmukler1-2/+2
2013-03-15fix #42: Email has invalid charactersMikhail Fedosov1-3/+7
2013-01-07renaming array_rand to array_elementBryan Donovan1-1/+1
2013-01-07100% test coverage.Bryan Donovan1-28/+31
2013-01-05linted internet.jsBryan Donovan1-25/+22
2011-12-28Merge pull request #14 from aratak/trailing_spacesMarak Squires1-11/+11
[dist] Code cleanup
2011-12-28Internet.ipAlexey Osipenko1-1/+14
2011-12-28Trailing spacesAlexey Osipenko1-1/+1
2011-12-28tabs to spacesAlexey Osipenko1-11/+11
2010-05-15cleaning up library, all definition exports are now getters of definition valuesMarak Squires1-6/+6
2010-05-15cleaning up directories, creating BUILD scriptMarak Squires1-1/+1
2010-05-15few more functions added to addressMatthew Bergman1-2/+6
2010-05-15added companyMatthew Bergman1-2/+14
2010-05-15variousMatthew Bergman1-38/+3
2010-05-15few more fixesMatthew Bergman1-1/+1
2010-05-15more helperMatthew Bergman1-0/+45
2010-05-14first commitMarak Squires1-0/+0