| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-21 | chore(test): migrate to vitest (#235) | Shinigami | 1 | -251/+0 | |
| 2022-01-18 | feat!: support tree-shaking (#152) | Shinigami | 1 | -1/+1 | |
| 2022-01-14 | feat: migrate random (#91) | Shinigami | 1 | -1/+1 | |
| 2022-01-13 | chore: format tests (#67) | Shinigami | 1 | -56/+74 | |
| 2022-01-09 | fix(tests): fix failing tests (#12) | Mateus Dadalto | 1 | -1/+1 | |
| Co-authored-by: Shinigami <[email protected]> | |||||
| 2021-03-25 | 👍🏼Remove old public API from vendor/mersenne.js | Charles Lowell | 1 | -1/+1 | |
| 2021-03-22 | Linting fixes for `./test` | Marak | 1 | -5/+5 | |
| 2021-03-03 | Fix deprecation warning tests | Marak | 1 | -5/+5 | |
| 2021-03-03 | Updates deprecation message | Marak | 1 | -5/+5 | |
| Fixes typo is jsdoc | |||||
| 2021-03-03 | Issue 1114: new datatypes module | lbuerste | 1 | -17/+18 | |
| Current status: - implemented array method and respective tests - added a few semicolons - changed test with seeding of datatype.date to only check date, not time - added test for generating json with set seed | |||||
| 2021-03-03 | Issue 1114: new datatypes module | lbuerste | 1 | -0/+23 | |
| Current status: - moved tests with seeding problem back to random.unit - implemented date method - added datatype module to seed funtion - added tests for date method | |||||
| 2021-03-03 | Issue 1114: New datatype module | LBuerstmayr | 1 | -185/+42 | |
| 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-11 | Merge pull request #1063 from DanielLipowicz/fix/incorrectVinNumber | Marak | 1 | -8/+30 | |
| Fix issue 1062; Add new alpha and alphanumeric functionality | |||||
| 2021-02-09 | Merge pull request #1020 from josecarlosweb/feature/remove-deprecated-asset | Marak | 1 | -15/+15 | |
| Replacement of deprecated functions on tests. | |||||
| 2020-12-01 | Implement issue 1062; Add random.aplha functionality to blacklist some ↵ | Daniel Lipowicz | 1 | -8/+30 | |
| characters | |||||
| 2020-10-04 | Check if seed is a number or array before seeding faker.random | Luiz Strobelt | 1 | -0/+6 | |
| 2020-10-04 | Change deprecated assert.equal | Carlos Carvalho | 1 | -15/+15 | |
| 2018-10-20 | merge with master | Tyler | 1 | -1/+113 | |
| 2017-10-15 | Merge branch 'master' of https://github.com/Marak/faker.js into add-vehicle | Tyler | 1 | -1/+1 | |
| 2017-10-15 | add random.alpaha with tests | Tyler | 1 | -0/+20 | |
| 2017-10-12 | Merge pull request #360 from landretk/master | Marak | 1 | -1/+1 | |
| Added gendered first names to en locale | |||||
| 2017-09-09 | Revert "Update Random to create a per-instance copy of the RNG" | Marak | 1 | -16/+0 | |
| This reverts commit 8a33cf0e7a57f8fe766034706d0230802788d1ff. | |||||
| 2017-09-08 | Update Random to create a per-instance copy of the RNG | Chris Chambers | 1 | -0/+16 | |
| 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 | Merge pull request #366 from joonhocho/master | Marak | 1 | -0/+40 | |
| [api] Add `faker.random.arrayElements` | |||||
| 2017-06-19 | Generate a hexaDecimal string | Gokulnath Reddy | 1 | -0/+14 | |
| 2017-03-01 | Fix generation of float numbers | Ivan Goncharov | 1 | -0/+8 | |
| Fixes #401 | |||||
| 2016-04-08 | add faker.random.arrayElements | Joon Ho Cho | 1 | -0/+40 | |
| 2016-04-04 | alphaNumeric takes now count as a argument | Krzysztof Kaczor | 1 | -0/+12 | |
| 2016-03-30 | Added gendered names to en locale | Keegan Landreth | 1 | -1/+1 | |
| 2016-03-19 | [fix] [tests] Update lodash API | Marak | 1 | -2/+2 | |
| * .contains() -> .includes() | |||||
| 2016-02-14 | [api] [minor] Move semver to System resource #304 | Marak | 1 | -1/+1 | |
| 2016-02-14 | Added faker.random.semver. | Justin McConnell | 1 | -0/+12 | |
| Conflicts: lib/random.js | |||||
| 2015-07-15 | Implemented faker.seed method for randomization seeding | Brandon Dail | 1 | -1/+7 | |
| 2015-07-08 | [api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵ | Marak | 1 | -3/+3 | |
| Set default max random number to 99999. Added default arguments to some methods. | |||||
| 2015-06-11 | resolves #176 Add random boolean generator | Alan Shaw | 1 | -0/+7 | |
| 2015-06-10 | Adding test for negative minimum and max = 0 | Phil Greenberg | 1 | -0/+5 | |
| 2015-06-10 | Fixing bug in random.number when max = 0 | Phil Greenberg | 1 | -1/+17 | |
| Also added tests for random.array_element | |||||
| 2015-04-11 | Fix random number unit test spec | Evan Sharp | 1 | -1/+1 | |
| Updated the "returns a random number given a maximum value as Object" to include the max value in the check (changed `<` to `<=`) | |||||
| 2014-12-22 | Added unit test for uuid generator | James Drew | 1 | -0/+8 | |
| 2014-11-28 | added tests and corrected the number function | Michał Kawalec | 1 | -1/+34 | |
| 2014-09-11 | [api] [refactor] Random.number is now powered by node-mersenne instead of ↵ | Marak | 1 | -7/+1 | |
| Math.random() #48 | |||||
| 2014-09-11 | [api] [refactor] Replaced Math.Random calls with Random.number. Random ↵ | Marak | 1 | -9/+20 | |
| ranges are now inclusive of max instead of exclusive. #88 #48 | |||||
| 2014-09-08 | Fix: faker.Lorem.sentence() was ignoring the 'range' parameter. | Foster Hersey | 1 | -0/+5 | |
| Conflicts: lib/lorem.js | |||||
| 2014-07-23 | Updates to switch changes over to using 2 args to support min/max | Anthony van der Hoorn | 1 | -4/+3 | |
| 2014-07-22 | Bug fixes and latest version. | FotoVerite | 1 | -0/+22 | |
| 2014-06-16 | random number now accepts a range array [min, max]. | Ed Shadi | 1 | -0/+22 | |
