| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-02 | Merge pull request #408 from paolo-tanium/allow-mac-to-specify-separator | Marak | 1 | -3/+13 | |
| [api] Allow user to specify separator to be used in mac address | |||||
| 2017-02-09 | [refactor] [fix] Move password generator to core | Marak | 1 | -9/+51 | |
| * Migrates password generator from vendor * Removes erroneous browserifying code * Switches `Math.random` to faker random * Closes #460 * Should close #430 | |||||
| 2016-10-01 | [api] Added `internet.ipv6` method | cvega | 1 | -0/+26 | |
| * Returns a random 8 octet ipv6 address | |||||
| 2016-09-26 | Comments | Paolo del Mundo | 1 | -0/+1 | |
| 2016-09-25 | separator enhancements and unit tests | Paolo del Mundo | 1 | -2/+11 | |
| 2016-09-06 | Add separator | Paolo del Mundo | 1 | -2/+2 | |
| 2016-03-03 | remove Math.random() calls to utilize faker.seed() | Ben Southgate | 1 | -1/+1 | |
| Conflicts: lib/internet.js lib/random.js | |||||
| 2016-03-03 | Merge pull request #348 from jmalonzo/jan-exampleEmail-fix | Marak | 1 | -1/+1 | |
| Fix 'this' reference in exampleEmail | |||||
| 2016-03-03 | Install jsdoc and add doclet stubs for all methods | Tobias Witt | 1 | -0/+88 | |
| Descriptions are taken from existing comments if available. The address module already has some new sample descriptions. | |||||
| 2016-03-01 | Fix reference in exampleEmail | Jan Alonzo | 1 | -1/+1 | |
| 2016-02-15 | [api] Rename safe_email -> exampleEmail #301 | Marak | 1 | -3/+3 | |
| * Public API convention is camelCase * "example" seemed more explicit than "safe" | |||||
| 2016-02-14 | add faker.internet.safe_email | alexei-lexx | 1 | -0/+5 | |
| Conflicts: lib/internet.js | |||||
| 2016-02-08 | [api] [minor] Replace sampleResult #170 | Marak | 1 | -10/+10 | |
| * Always return array of samples instead | |||||
| 2016-02-08 | adding schema for internet.avatar | Cliff Pyles | 1 | -0/+5 | |
| 2016-02-08 | adding schema for internet.password | Cliff Pyles | 1 | -0/+29 | |
| 2016-02-08 | adding schema for internet.schema | Cliff Pyles | 1 | -0/+5 | |
| 2016-02-08 | adding schema for internet.color | Cliff Pyles | 1 | -1/+23 | |
| 2016-02-08 | adding schema for internet.userAgent | Cliff Pyles | 1 | -0/+5 | |
| 2016-02-08 | adding schema for internet.ip | Cliff Pyles | 1 | -0/+5 | |
| 2016-02-08 | adding schema for internet.domainWord | Cliff Pyles | 1 | -0/+5 | |
| 2016-02-08 | adding schema for internet.domainSuffix | Cliff Pyles | 1 | -0/+5 | |
| 2016-02-08 | adding schema for internet.domainName | Cliff Pyles | 1 | -0/+5 | |
| 2016-02-08 | adding schema for internet.url | Cliff Pyles | 1 | -0/+8 | |
| 2016-02-08 | adding schema for internet.protocol | Cliff Pyles | 1 | -0/+5 | |
| 2016-02-08 | adding schema for internet.userName | Cliff Pyles | 1 | -0/+23 | |
| 2016-02-08 | adding schema for internet.email | Cliff Pyles | 1 | -0/+22 | |
| 2015-12-29 | Prevent apostrophes in return value of internet#domainWords | yn5 | 1 | -2/+2 | |
| 2015-07-08 | [api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵ | Marak | 1 | -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 ↵ | Marak | 1 | -106/+107 | |
| 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 ↵ | Marak | 1 | -1/+1 | |
| the default behavior of requiring all locale data. #125 #167 | |||||
| 2015-07-06 | Merge pull request #230 from xomaczar/master | Marak | 1 | -1/+1 | |
| [fix] Username must be a string | |||||
| 2015-07-06 | username must be a string | Andrey Khomenko | 1 | -1/+1 | |
| 2015-07-06 | [merge] Commerce implementation | Marak | 1 | -1/+1 | |
| 2015-06-13 | Including a MAC Address generator | João Ferreira | 1 | -0/+11 | |
| 2015-06-11 | Merge pull request #164 from dmamills/master | Marak | 1 | -0/+9 | |
| [api] Add internet.url() | |||||
| 2015-03-20 | Fixed color copy-paste | Jevgeni Smirnov | 1 | -2/+2 | |
| 2015-03-12 | Replaces symbols in domain words so it generates output for all locales | rob.scott | 1 | -1/+1 | |
| 2015-01-25 | added protocol() and url() | Daniel Mills | 1 | -0/+9 | |
| 2014-11-19 | Ensure that colours are always of the form #RRGGBB | Filip Wieland | 1 | -1/+7 | |
| 2014-09-22 | [api] [minor] Added default values for more methods. Cleaned up image ↵ | Marak | 1 | -8/+12 | |
| module. Use a less specific regex for usernames. | |||||
| 2014-09-21 | [api] Added internet.password method using `password-generator` library. | Marak | 1 | -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 ↵ | Marak | 1 | -0/+3 | |
| errant methods. Added mustache helper. | |||||
| 2014-09-16 | [api] Add ability to generate contextual data for user names and emails. #68 | Marak | 1 | -7/+11 | |
| 2014-09-16 | [fix] Prevented emails and userNames from including generally unacceptable ↵ | Tim Oxley | 1 | -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 ↵ | Marak | 1 | -2/+2 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -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 #16 | Marak | 1 | -1/+6 | |
| 2014-09-11 | [api] [refactor] Replaced Math.Random calls with Random.number. Random ↵ | Marak | 1 | -2/+2 | |
| ranges are now inclusive of max instead of exclusive. #88 #48 | |||||
| 2014-09-08 | Removed "this" from functions, breaks mixins | goliatone | 1 | -2/+2 | |
| Conflicts: lib/name.js | |||||
| 2014-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 1 | -10/+10 | |
| lowercase. | |||||
