aboutsummaryrefslogtreecommitdiff
path: root/lib/hacker.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-14chore: remove ts-generated source filesShinigami921-74/+0
2022-01-11chore: format lib without locales (#66)Shinigami1-5/+4
2017-09-07hacker phrase module extractdhilt1-12/+2
2016-03-20Merge pull request #291 from skylarstein/masterMarak1-5/+5
[fix] hacker.phrase - generate random string for each lexical instance
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-0/+34
Descriptions are taken from existing comments if available. The address module already has some new sample descriptions.
2015-10-11hacker.phrase - generate random string for each lexical instanceSkylar Stein1-5/+5
2015-07-08[api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵Marak1-6/+6
Set default max random number to 99999. Added default arguments to some methods.
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using ↵Marak1-24/+23
prototype for internal API. Previous usage of `module.parent` is not acceptable. Locale information is now passed into Faker constructor. Closes #125
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid ↵Marak1-1/+1
the default behavior of requiring all locale data. #125 #167
2014-09-21[api] Added hacker module. Added default values for all methods. Cleaned up ↵Marak1-0/+52
errant methods. Added mustache helper.