| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-09-09 | Revert "Update Random to create a per-instance copy of the RNG" | Marak | 1 | -15/+3 | |
| This reverts commit 8a33cf0e7a57f8fe766034706d0230802788d1ff. | |||||
| 2017-09-08 | Update Random to create a per-instance copy of the RNG | Chris Chambers | 1 | -3/+15 | |
| Before this change, it appeared that multiple, independent Faker instances were legal. But, when multiple instances were created, their shared random number generators would overwrite each others' states. After this change, each Random instance (and therefore each Faker instance) has its own copy of the random number generator, ensuring that calls to one Faker instance do not affect the stream of values generated by another. | |||||
| 2017-09-08 | [minor] Fix typo in code comment | Marak | 1 | -1/+1 | |
| 2017-09-08 | Merge pull request #366 from joonhocho/master | Marak | 1 | -0/+28 | |
| [api] Add `faker.random.arrayElements` | |||||
| 2017-06-19 | Generate a hexaDecimal string | Gokulnath Reddy | 1 | -0/+19 | |
| 2017-03-01 | Fix generation of float numbers | Ivan Goncharov | 1 | -1/+3 | |
| Fixes #401 | |||||
| 2016-04-08 | add faker.random.arrayElements | Joon Ho Cho | 1 | -0/+28 | |
| 2016-04-04 | alphaNumeric takes now count as a argument | Krzysztof Kaczor | 1 | -3/+13 | |
| 2016-03-17 | Bitcoin support | ashmothership | 1 | -0/+9 | |
| 2016-03-03 | Install jsdoc and add doclet stubs for all methods | Tobias Witt | 1 | -3/+55 | |
| Descriptions are taken from existing comments if available. The address module already has some new sample descriptions. | |||||
| 2016-02-15 | [api] Added `random.locale` method. Closes #274 | Marak | 1 | -0/+4 | |
| * Returns a random locale * May not work correctly in locale builds | |||||
| 2016-02-14 | [api] [minor] Move semver to System resource #304 | Marak | 1 | -9/+0 | |
| 2016-02-14 | Added faker.random.semver. | Justin McConnell | 1 | -0/+5 | |
| Conflicts: lib/random.js | |||||
| 2016-02-08 | Merge pull request #335 from john-kurkowski/patch-1 | Marak | 1 | -1/+2 | |
| [fix] random.uuid not using seeded number generator | |||||
| 2016-02-06 | [api] Improved random methods | Marak | 1 | -1/+58 | |
| * Adds `random.word` * Adds `random.words` * Adds `random.image` shortcut | |||||
| 2016-01-20 | Fix random.uuid not using seeded number generator | John Kurkowski | 1 | -1/+2 | |
| 2015-07-15 | Implemented faker.seed method for randomization seeding | Brandon Dail | 1 | -3/+11 | |
| 2015-07-08 | [api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵ | Marak | 1 | -35/+35 | |
| 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 | -67/+74 | |
| 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-06-11 | resolves #176 Add random boolean generator | Alan Shaw | 1 | -0/+4 | |
| 2015-06-10 | Fixing bug in random.number when max = 0 | Phil Greenberg | 1 | -1/+1 | |
| Also added tests for random.array_element | |||||
| 2015-01-07 | Merge pull request #152 from jdrew1303/feature/uuid_generator | Marak | 1 | -0/+10 | |
| [api] Adds fake uuid generator | |||||
| 2014-12-22 | Added function to generate UUID | James Drew | 1 | -0/+10 | |
| 2014-12-16 | update documentation of array_element | Andreas Böhrnsen | 1 | -1/+1 | |
| 2014-11-28 | added tests and corrected the number function | Michał Kawalec | 1 | -5/+4 | |
| 2014-11-28 | precision changes precision and max doesn't modify options object | Michał Kawalec | 1 | -10/+13 | |
| 2014-09-22 | [api] [minor] Added default values for more methods. Cleaned up image ↵ | Marak | 1 | -0/+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 | -0/+1 | |
| errant methods. Added mustache helper. | |||||
| 2014-09-17 | [feature] - add faker for currency | MQuy | 1 | -1/+8 | |
| 2014-09-15 | [api] [refactor] Removed definitions.js file. All data definitions are now ↵ | Marak | 1 | -1/+0 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -93/+1 | |
| [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] Random.number is now powered by node-mersenne instead of ↵ | Marak | 1 | -2/+4 | |
| Math.random() #48 | |||||
| 2014-09-11 | [api] [refactor] Replaced Math.Random calls with Random.number. Random ↵ | Marak | 1 | -6/+29 | |
| ranges are now inclusive of max instead of exclusive. #88 #48 | |||||
| 2014-09-09 | Fix random number | Marak | 1 | -1/+1 | |
| 2014-09-09 | Remove this scope from new phone codes | Marak | 1 | -1/+1 | |
| 2014-09-09 | add faker for phone code | MQuy | 1 | -0/+3 | |
| Conflicts: lib/definitions.js | |||||
| 2014-09-08 | Removed "this" from functions, breaks mixins | goliatone | 1 | -22/+24 | |
| Conflicts: lib/name.js | |||||
| 2014-07-23 | Updates to switch changes over to using 2 args to support min/max | Anthony van der Hoorn | 1 | -6/+5 | |
| 2014-06-16 | random number now accepts a range array [min, max]. | Ed Shadi | 1 | -2/+6 | |
| 2014-02-19 | reverts f2f37f8 | FotoVerite | 1 | -12/+0 | |
| 2014-02-17 | Merge branch 'master' of github.com:cyanos/Faker.js into cyanos-master | FotoVerite | 1 | -0/+12 | |
| Conflicts: Faker.js MinFaker.js Readme.md examples/js/Faker.js package.json | |||||
| 2014-02-17 | Fixes so build runs. | FotoVerite | 1 | -0/+5 | |
| 2013-11-05 | My take on separating male and female names. Tests passing, Coverage restored. | cyanos3 | 1 | -12/+9 | |
| 2013-06-27 | Add random gender | Richard Butler | 1 | -0/+4 | |
| 2013-06-27 | Split male and female names into two groups | Richard Butler | 1 | -2/+13 | |
| 2013-06-12 | Revert "Merge pull request #59 from rschmukler/this-fix" | FotoVerite | 1 | -21/+21 | |
| 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 | -21/+21 | |
| 2013-03-19 | Improve perf by declaring definitions as arrays | Joel Fillmore | 1 | -21/+21 | |
| 2013-01-07 | renaming array_rand to array_element | Bryan Donovan | 1 | -22/+22 | |
