| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-14 | chore: remove ts-generated source files | Shinigami92 | 1 | -258/+0 | |
| 2022-01-11 | chore: format lib without locales (#66) | Shinigami | 1 | -35/+65 | |
| 2021-03-22 | Linting fixes for `./lib` | Marak | 1 | -26/+26 | |
| 2021-03-03 | Issue 1114: New datatype module | LBuerstmayr | 1 | -6/+6 | |
| Current status: - moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype - moved respective test from random.unit to datatype.unit - tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called - adapted all lib files that use moved methods (mostly number) - adapted tests of respective files to spy on the correct method - adapted README in order to promote usage of method that logs a DeprecationWarning | |||||
| 2021-02-17 | Adds support for binary gender definitions | Marak | 1 | -2/+6 | |
| 2020-08-27 | Merge pull request #713 from jonny64/master | Marak | 1 | -0/+21 | |
| locale ru: add name.middleName with russian gender for russian passport (отчество) | |||||
| 2018-10-11 | locale ru: add name.middleName with russian gender | Maksim Gruzdev | 1 | -0/+21 | |
| 2018-08-09 | Added support for strings in first name with gender | kstamant | 1 | -0/+10 | |
| 2017-10-12 | Merge pull request #360 from landretk/master | Marak | 1 | -3/+9 | |
| Added gendered first names to en locale | |||||
| 2017-09-03 | [api] [fix] [minor] Wrong scope for gender | Marak | 1 | -2/+1 | |
| 2017-09-03 | [api] Added 71 additional gender options | Marak | 1 | -0/+11 | |
| * Adds new gender options for `en` locality * Updates example page to use gender * Still needs translations for other locales | |||||
| 2016-03-30 | Added gendered names to en locale | Keegan Landreth | 1 | -3/+9 | |
| 2016-03-20 | Fix name suffixes | Logan Allred | 1 | -1/+1 | |
| Fixes names so that it puts suffixes at the end of names instead of prefixes Conflicts: lib/name.js | |||||
| 2016-03-03 | Install jsdoc and add doclet stubs for all methods | Tobias Witt | 1 | -0/+70 | |
| Descriptions are taken from existing comments if available. The address module already has some new sample descriptions. | |||||
| 2015-12-09 | adjust method to allow for gender based prefixes | Carl Sutton | 1 | -6/+16 | |
| Mr Jane Smith is ok, but could be better. | |||||
| 2015-07-08 | [api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵ | Marak | 1 | -14/+14 | |
| 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 | -83/+81 | |
| 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] Support gender in names | Marak | 1 | -12/+28 | |
| 2015-07-05 | [merge] Add basic Ukrainian support | Marak | 1 | -1/+1 | |
| 2015-07-05 | [fix] [minor] Typo | Marak | 1 | -1/+1 | |
| 2015-07-05 | [merge] [api] Add name.jobTitle | Marak | 1 | -0/+18 | |
| 2015-06-27 | Add basic Ukrainian support and bugfixes | Anatoliy Yevpack | 1 | -1/+1 | |
| 2015-06-11 | create title function | Ivan Velasquez | 1 | -3/+11 | |
| 2015-02-17 | More readable gender choosing | Marat Dyatko | 1 | -3/+9 | |
| 2015-02-17 | Support gender in names | Marat Dyatko | 1 | -12/+22 | |
| 2014-12-09 | Add new jobTitle function to name object. | JKillian | 1 | -0/+20 | |
| I had to make a few concessions when doing this. Ideally I would have added this function under the 'company' module, but I chose to add it to the 'name' object instead, as the data happened to already exist in the locale files under 'name.title'. However, I felt that the field names in the locale files were confusing, so their wrappers in the name module are renamed for clarity. For example, faker.name.jobArea() returns a random element from locale.name.title.level. In my opinion, 'jobArea' was a much better description of the data than 'level'. Finally, fixed a bug in one unit test which didn't restore a function to its original state after watching it. | |||||
| 2014-11-20 | Fixed male/female split check on findName() | Ari Gesher | 1 | -2/+2 | |
| (It was failing on locales that use a fallback) | |||||
| 2014-10-21 | [fix] ru locale now works with name.firstName and name.lastName methods #132 | Marak | 1 | -2/+23 | |
| 2014-09-22 | [api] [minor] Added default values for more methods. Cleaned up image ↵ | Marak | 1 | -4/+6 | |
| module. Use a less specific regex for usernames. | |||||
| 2014-09-21 | [api] Added hacker module. Added default values for all methods. Cleaned up ↵ | Marak | 1 | -9/+0 | |
| errant methods. Added mustache helper. | |||||
| 2014-09-16 | [api] Add ability to generate contextual data for user names and emails. #68 | Marak | 1 | -3/+3 | |
| 2014-09-15 | [api] [refactor] Removed definitions.js file. All data definitions are now ↵ | Marak | 1 | -4/+4 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -8/+17 | |
| [refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication. | |||||
| 2014-09-08 | Removed "this" from functions, breaks mixins | goliatone | 1 | -3/+3 | |
| Conflicts: lib/name.js | |||||
| 2014-08-13 | Fix context of findName | Juan Pablo | 1 | -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-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 1 | -8/+8 | |
| lowercase. | |||||
| 2014-05-17 | Adds female and male name methods. #NOTE they will return a random name and ↵ | FotoVerite | 1 | -0/+9 | |
| working as intended. | |||||
| 2014-02-19 | reverts f2f37f8 | FotoVerite | 1 | -16/+4 | |
| 2013-11-05 | My take on separating male and female names. Tests passing, Coverage restored. | cyanos3 | 1 | -9/+17 | |
| 2013-06-27 | Add gender to name class | Richard Butler | 1 | -4/+8 | |
| 2013-06-27 | Split male and female names into two groups | Richard Butler | 1 | -2/+2 | |
| 2013-06-12 | Revert "Merge pull request #59 from rschmukler/this-fix" | FotoVerite | 1 | -3/+3 | |
| This reverts commit dceaccf2ca2c2ff217436404c41f2bf69f7577f6, reversing changes made to 1d28802e388277a6b75efbaa1589027879df101f. | |||||
| 2013-06-05 | Switched from this to var name to avoid context issues | Ryan Schmukler | 1 | -3/+3 | |
| 2013-01-07 | using this instead of _name for internal references | Bryan Donovan | 1 | -3/+3 | |
| 2013-01-07 | namespacing with 'Faker' | Bryan Donovan | 1 | -6/+6 | |
| 2013-01-05 | refactoring to use random.js | Bryan Donovan | 1 | -7/+6 | |
| 2013-01-05 | refactored name.js | Bryan Donovan | 1 | -15/+20 | |
| 2013-01-05 | adding test/name.unit.js | Bryan Donovan | 1 | -8/+7 | |
| 2013-01-05 | linted lorem.js | Bryan Donovan | 1 | -4/+4 | |
