| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-21 | chore(test): migrate to vitest (#235) | Shinigami | 1 | -284/+0 | |
| 2022-01-18 | feat!: support tree-shaking (#152) | Shinigami | 1 | -1/+1 | |
| 2022-01-13 | chore: format tests (#67) | Shinigami | 1 | -80/+128 | |
| 2021-05-28 | feat: add uniqueArray helper function | Hanna Walter | 1 | -0/+48 | |
| 2021-03-22 | Linting fixes for `./test` | Marak | 1 | -134/+134 | |
| 2021-03-03 | Issue 1114: New datatype module | LBuerstmayr | 1 | -3/+3 | |
| 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-10-04 | Change deprecated assert.equal | Carlos Carvalho | 1 | -7/+7 | |
| 2020-08-23 | Merge pull request #614 from mastermatt/bufix-shuffle-last-element | Marak | 1 | -0/+13 | |
| Bugfix random.shuffle last element. | |||||
| 2018-10-27 | [test] Add `faker.fake` functional tests #386 | Marak | 1 | -0/+33 | |
| - Now running all methods through faker.fake - Adds coverage for scope issues #376 - Refactors functional test methods to helper | |||||
| 2018-10-15 | Bugfix random.shuffle last element. | Matt R. Wilson | 1 | -0/+13 | |
| 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. | |||||
| 2017-09-08 | Merge pull request #524 from chilicoder/master | Marak | 1 | -0/+9 | |
| [api] add alphanumeric symbol * to `helpers.replaceSymbols` | |||||
| 2017-08-10 | add alphanumeric symbol * to helpers.replaceSymbols | Iaroslav Popov | 1 | -0/+9 | |
| 2017-02-26 | replace String.prototype.repeat with proper helper | Jakub Mandula | 1 | -4/+4 | |
| 2017-02-26 | Merge branch 'Mark/origin' into creditCard | Jakub Mandula | 1 | -0/+5 | |
| 2016-08-30 | Prevented a crash on running helpers.shuffle on an empty array | Ben Douglas | 1 | -0/+5 | |
| 2016-06-13 | add tests for credit card functions and helpers | Jakub Mandula | 1 | -0/+51 | |
| 2015-07-09 | [test] [fix] Remove test for legacy method. | Marak | 1 | -8/+0 | |
| 2015-06-04 | Fix issue Marak/faker.js#214 with shuffle() | Sherman Mui | 1 | -0/+10 | |
| Add a dubious spec. | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -9/+9 | |
| [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 | -0/+13 | |
| Merge https://github.com/josefsalyer/Faker.js | |||||
| 2014-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 1 | -9/+9 | |
| lowercase. | |||||
| 2013-07-28 | added tests and cleaned up at 100% in istanbul (not constantinople) | Josef Salyer | 1 | -0/+17 | |
| 2013-03-16 | js cleanup (jshint) | Mikhail Fedosov | 1 | -14/+14 | |
| 2013-03-15 | fix #42: Email has invalid characters | Mikhail Fedosov | 1 | -0/+7 | |
| 2013-01-08 | adding randomNumber and randomize back to helpers.js | Bryan Donovan | 1 | -0/+18 | |
| 2013-01-07 | allowing all tests to run in browser | Bryan Donovan | 1 | -3/+5 | |
| 2013-01-07 | 100% test coverage. | Bryan Donovan | 1 | -0/+35 | |
