| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-14 | chore: remove ts-generated source files | Shinigami92 | 1 | -123/+0 | |
| 2022-01-11 | chore: format lib without locales (#66) | Shinigami | 1 | -20/+19 | |
| 2021-03-22 | Linting fixes for `./lib` | Marak | 1 | -7/+7 | |
| 2021-03-03 | Issue 1114: New datatype module | LBuerstmayr | 1 | -1/+1 | |
| 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 | |||||
| 2017-10-21 | re-order of the company.bs adjective and buzz (#496) | mbehzad | 1 | -1/+1 | |
| - re-orderes adjective and buzz in the company.bs template literal for a correct gramatics as sugessted in the issue #496, - re-orders the statements in the unit test to reflect the same order as in the function for an easier read. | |||||
| 2016-03-03 | Install jsdoc and add doclet stubs for all methods | Tobias Witt | 1 | -0/+60 | |
| Descriptions are taken from existing comments if available. The address module already has some new sample descriptions. | |||||
| 2015-07-08 | [api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵ | Marak | 1 | -7/+7 | |
| 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 | -53/+53 | |
| 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-07 | [fix] [minor] Off by 1 error | Marak | 1 | -1/+1 | |
| 2015-07-05 | [merge] Add basic Ukrainian support | Marak | 1 | -2/+2 | |
| 2015-07-04 | [api] [refactor] Replaced switch / cases and string concats with Faker.fake ↵ | Marak | 1 | -6/+2 | |
| method. #199 | |||||
| 2015-07-04 | [api] [refactor] [fix] Begin switch to using Faker.fake generator for all ↵ | Marak | 1 | -9/+14 | |
| string concats. Replaced switch / case statements with formatting arrays. Closes #226 | |||||
| 2015-06-27 | Add basic Ukrainian support and bugfixes | Anatoliy Yevpack | 1 | -1/+1 | |
| 2014-12-09 | Make company suffix function use data from locale instead of hard-coded data. | jkillian | 1 | -1/+2 | |
| 2014-09-15 | [api] [refactor] Removed definitions.js file. All data definitions are now ↵ | Marak | 1 | -6/+6 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -10/+36 | |
| [refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication. | |||||
| 2014-09-11 | [api] [refactor] Replaced Math.Random calls with Random.number. Random ↵ | Marak | 1 | -1/+1 | |
| 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 | -12/+12 | |
| lowercase. | |||||
| 2013-06-12 | Revert "Merge pull request #59 from rschmukler/this-fix" | FotoVerite | 1 | -2/+2 | |
| 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 | -2/+2 | |
| 2013-01-07 | renaming array_rand to array_element | Bryan Donovan | 1 | -1/+1 | |
| 2013-01-07 | linting and getting address.js to 100% test coverage | Bryan Donovan | 1 | -1/+1 | |
| 2013-01-07 | making company.suffixes a function | Bryan Donovan | 1 | -2/+4 | |
| 2013-01-07 | namespacing with 'Faker' | Bryan Donovan | 1 | -13/+12 | |
| 2013-01-05 | refactoring so we do not need to use Helpers.randomize() everywhere | Bryan Donovan | 1 | -11/+10 | |
| 2013-01-05 | refactoring company.js | Bryan Donovan | 1 | -23/+28 | |
| 2013-01-05 | 100% coverage on company.js | Bryan Donovan | 1 | -3/+9 | |
| 2013-01-05 | linted company.js | Bryan Donovan | 1 | -20/+16 | |
| 2011-12-28 | tabs to spaces | Alexey Osipenko | 1 | -15/+15 | |
| 2010-07-12 | changes + additions zipCodeFormat, usState, phoneNumberFormat, companyName, ↵ | nhassan | 1 | -3/+3 | |
| companySuffix | |||||
| 2010-05-15 | tests working for library, browser, and node | Marak Squires | 1 | -2/+2 | |
| 2010-05-15 | cleaning up library, all definition exports are now getters of definition values | Marak Squires | 1 | -8/+8 | |
| 2010-05-15 | cleaning up directories, creating BUILD script | Marak Squires | 1 | -1/+1 | |
| 2010-05-15 | few more functions added to address | Matthew Bergman | 1 | -2/+2 | |
| 2010-05-15 | added company | Matthew Bergman | 1 | -0/+29 | |
| 2010-05-14 | first commit | Marak Squires | 1 | -0/+0 | |
