| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-14 | chore: remove ts-generated source files | Shinigami92 | 1 | -461/+0 | |
| 2022-01-11 | chore: format lib without locales (#66) | Shinigami | 1 | -244/+291 | |
| 2021-05-28 | feat: add uniqueArray helper function | Hanna Walter | 1 | -0/+29 | |
| 2021-03-03 | Issue 1114: New datatype module | LBuerstmayr | 1 | -7/+7 | |
| 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 | |||||
| 2020-09-10 | fix: internet email for japanese and chinese characters | Neto Chaves | 1 | -1/+1 | |
| 2020-09-06 | fix spelling & formatting mistakes | Sebastian Pettersson | 1 | -4/+4 | |
| 2020-08-23 | Merge pull request #614 from mastermatt/bufix-shuffle-last-element | Marak | 1 | -3/+10 | |
| Bugfix random.shuffle last element. | |||||
| 2020-08-22 | Fixes default value issue for example page | Marak | 1 | -2/+4 | |
| 2018-10-15 | Bugfix random.shuffle last element. | Matt R. Wilson | 1 | -3/+10 | |
| There was a bug in the implementation of the modern Fisher–Yates algorithm in that `i` was being decremented prematurely in each loop. This caused the last element of the array to never be swapped and therefore remain the last element. Updated doc to denote the provided array is shuffled in place. | |||||
| 2018-09-24 | Merge pull request #582 from chilicoder/fix/replaceSymbols-JSdoc | Marak | 1 | -1/+2 | |
| Code comments for replaceSymbols extended | |||||
| 2017-11-23 | Doc for replaceSymbols extended | Iaroslav Popov | 1 | -1/+2 | |
| 2017-09-08 | Merge pull request #303 from shadefinale/master | Marak | 1 | -0/+2 | |
| [api] [locale] More accurate US/CA phone numbers. | |||||
| 2017-09-08 | Merge pull request #524 from chilicoder/master | Marak | 1 | -0/+2 | |
| [api] add alphanumeric symbol * to `helpers.replaceSymbols` | |||||
| 2017-08-10 | add alphanumeric symbol * to helpers.replaceSymbols | Iaroslav Popov | 1 | -0/+2 | |
| 2017-02-26 | replace String.prototype.repeat with proper helper | Jakub Mandula | 1 | -17/+19 | |
| 2017-02-26 | Merge branch 'Mark/origin' into creditCard | Jakub Mandula | 1 | -3/+6 | |
| 2017-02-10 | [api] [fix] [minor] Default shuffle value #405 | Marak | 1 | -1/+1 | |
| 2017-02-09 | Merge remote-tracking branch 'codemanx/master' | Marak | 1 | -3/+3 | |
| 2016-08-30 | Prevented a crash on running helpers.shuffle on an empty array | Ben Douglas | 1 | -0/+3 | |
| 2016-06-13 | add String.prototype.repeat in older versions of node - see PR #382 | Jakub Mandula | 1 | -0/+15 | |
| 2016-06-13 | add credit card function + helpers | Jakub Mandula | 1 | -0/+93 | |
| 2016-04-07 | Add IBAN and BIC generator functions | CoDEmanX | 1 | -3/+3 | |
| 2016-03-03 | remove Math.random() calls to utilize faker.seed() | Ben Southgate | 1 | -4/+4 | |
| Conflicts: lib/internet.js lib/random.js | |||||
| 2016-03-03 | Install jsdoc and add doclet stubs for all methods | Tobias Witt | 1 | -5/+62 | |
| Descriptions are taken from existing comments if available. The address module already has some new sample descriptions. | |||||
| 2015-11-11 | Use faker.random options dict instead of adding 2 | shadefinale | 1 | -1/+1 | |
| 2015-11-11 | Edit locales and replaceSymbolwithNumber for more accurate phone numbers. | shadefinale | 1 | -3/+5 | |
| 2015-07-08 | [api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵ | Marak | 1 | -7/+5 | |
| 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 | -153/+161 | |
| 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] Canadian zip codes | Marak | 1 | -0/+18 | |
| 2015-06-04 | Fix issue Marak/faker.js#214 with shuffle() | Sherman Mui | 1 | -1/+1 | |
| Add a dubious spec. | |||||
| 2015-02-17 | Implemented proper formatting of Canadian postal codes (remains ↵ | portse | 1 | -0/+18 | |
| address.zipCode in the API) when locale is set to en_CA. address.zipCode also now accepts a zip format string, so that a user can specifically specify the format they wish to see. If this is not passed in, a locale based zip format string is used. This will keep the concerns of zipCode formatting specific to the locales. | |||||
| 2014-09-22 | [api] [minor] Added default values for more methods. Cleaned up image ↵ | Marak | 1 | -1/+1 | |
| 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 | -1/+15 | |
| errant methods. Added mustache helper. | |||||
| 2014-09-16 | [api] Add ability to generate contextual data for user names and emails. #68 | Marak | 1 | -0/+27 | |
| 2014-09-15 | replaced string[index] with charAt - issue 91 | beastlike | 1 | -2/+2 | |
| replaced string[index] with charAt; was getting "undefinedundefinedundefinedundefined" when using Faker.PhoneNumber.phoneNumber(); in Internet Explorer 9 (quirks mode) | |||||
| 2014-09-15 | [api] [refactor] Removed definitions.js file. All data definitions are now ↵ | Marak | 1 | -5/+5 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -49/+49 | |
| [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 basic financial generators Closes #32 | Marak | 1 | -1/+13 | |
| Merge https://github.com/josefsalyer/Faker.js | |||||
| 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-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 1 | -47/+47 | |
| lowercase. | |||||
| 2013-07-28 | added tests and cleaned up at 100% in istanbul (not constantinople) | Josef Salyer | 1 | -1/+1 | |
| 2013-07-28 | added a bunch of test, changed format of many files to match the newer style | Josef Salyer | 1 | -101/+104 | |
| 2013-03-16 | fix #35: Add latitude/longitude fields (address.geo.[lat/lng]) | Mikhail Fedosov | 1 | -2/+10 | |
| 2013-03-15 | fix #42: Email has invalid characters | Mikhail Fedosov | 1 | -0/+5 | |
| 2013-01-08 | adding randomNumber and randomize back to helpers.js | Bryan Donovan | 1 | -0/+10 | |
| 2013-01-07 | 100% test coverage. | Bryan Donovan | 1 | -10/+2 | |
| 2013-01-07 | phone number tests | Bryan Donovan | 1 | -4/+0 | |
| 2013-01-07 | namespacing with 'Faker' | Bryan Donovan | 1 | -4/+3 | |
| 2013-01-06 | initial address.unit.js | Bryan Donovan | 1 | -6/+3 | |
