| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-05-15 | Add mk date | Vancho Stojkov | 4 | -0/+111 | |
| 2021-05-15 | Add mk name | Vancho Stojkov | 14 | -0/+1602 | |
| 2021-05-15 | Add mk phone number | Vancho Stojkov | 3 | -0/+15 | |
| 2021-05-15 | Add mk cell phone | Vancho Stojkov | 3 | -0/+8 | |
| 2021-05-15 | Init mk locale, add mk address | Vancho Stojkov | 12 | -0/+1052 | |
| 2021-05-14 | feat: upgrade indian address capabilities | Wise Introvert | 3 | -1/+1226 | |
| 2021-04-26 | Merge pull request #1163 from bkir/patch-1 | Marak | 1 | -15/+0 | |
| Remove deprecated "random" entries from Readme.md | |||||
| 2021-04-26 | Merge pull request #1165 from wreiske/update-readme-tests | Marak | 1 | -1/+1 | |
| Update README about running tests | |||||
| 2021-04-25 | Update readme about running tests | William Reiske | 1 | -1/+1 | |
| 2021-04-21 | Remove deprecated "random" entries. | Ben Kirberger | 1 | -15/+0 | |
| Seeing deprecation messages when trying to use faker.random.number -- Do we need any other updates, perhaps here as well? http://marak.github.io/faker.js/ | |||||
| 2021-04-08 | Bump to v5.5.3 | Marak | 1 | -1/+1 | |
| 2021-04-07 | Merge pull request #1141 from glyad/feature/add-hebrew-localization | Marak | 52 | -0/+4037 | |
| Аdd Hebrew localization | |||||
| 2021-04-07 | chore(package.json): revert to original state | David Kossoglyad | 1 | -1/+1 | |
| The version of the dev. dependency (Sinon) was accidentally upgraded in one of previous commits. | |||||
| 2021-04-07 | chore(package.json): revert to original state | David Kossoglyad | 1 | -1/+1 | |
| The version of the dev. dependency (Browserify) was accidentally upgraded in one of previous commits. | |||||
| 2021-04-07 | Delete settings.json | Marak | 1 | -3/+0 | |
| 2021-04-07 | Delete package-lock.json | Marak | 1 | -11931/+0 | |
| 2021-04-07 | Merge pull request #1146 from spike008t/patch-1 | Marak | 1 | -2/+2 | |
| Remove tailing quote | |||||
| 2021-04-07 | Merge pull request #1158 from brockfanning/replace-es6-code | Marak | 2 | -3/+3 | |
| Avoid ES6 syntax for now | |||||
| 2021-04-07 | Avoid ES6 syntax for now | Brock Fanning | 2 | -3/+3 | |
| 2021-04-03 | chore: keep package-lock.json synchronised with package.json | David Kossoglyad | 1 | -172/+1658 | |
| 2021-04-03 | Merge branch 'master' into feature/add-hebrew-localization | David Kossoglyad | 229 | -32748/+297148 | |
| 2021-03-30 | Bump to `v5.5.2` | Marak | 1 | -1/+1 | |
| 2021-03-30 | Update docs and build | Marak | 34 | -92/+178 | |
| 2021-03-30 | Adds back missing file extensions #1153 | Marak | 1 | -9/+12 | |
| Issue introduced by #985 | |||||
| 2021-03-27 | Bump to v5.5.1 | Marak | 1 | -1/+1 | |
| 2021-03-27 | Reverts changes from #985 Closes #1148 | Marak | 2 | -21/+61 | |
| Removes duplicate `en` require This is a quick copy and paste solution to revert We’ll want to go back here and refactor this again | |||||
| 2021-03-25 | Bump to v5.5.0 | Marak | 37 | -63599/+93357 | |
| 2021-03-25 | Add try/catch around example page calls | Marak | 1 | -2/+11 | |
| Was causing issue with Mersenne methods | |||||
| 2021-03-25 | Merge pull request #1147 from cowboyd/one-random-number-generator-per-faker | Marak | 7 | -39/+41 | |
| Give each faker instance its own random number generator | |||||
| 2021-03-25 | 👍🏼Remove old public API from vendor/mersenne.js | Charles Lowell | 2 | -29/+1 | |
| 2021-03-24 | Give each faker instance its own random number generator | Charles Lowell | 5 | -10/+40 | |
| Currently, every Faker instance shares the same random number generator instance which means that to seed one faker instance is to seed them all. This can result in duplicate data being generated all over the place. This just extracts the public API of the mersenne twister found in `vendor/mersenne.js` and creates a single instance of it per faker. This implementation is a tad sub-optimal since calling `seed()` on a faker instance will result in two redundant calls to `mersenne.init_genrand()`: one in `random.js` and the other in `datatype.js`. It would probably be more DRY to create the mersenne instance once in faker and then pass it into to the `Random` and `Datatype` instances, however, this takes the strategy of the smallest possible API change. | |||||
| 2021-03-24 | Remove tailing quote | Tieu Philippe KHIM | 1 | -2/+2 | |
| Remove tailing quote on Mauricette | |||||
| 2021-03-23 | Adds `no-ternary` rule | Marak | 1 | -0/+1 | |
| 2021-03-23 | Only test one module for linting ( for now ) | Marak | 1 | -1/+1 | |
| 2021-03-23 | Adds linting to Travis CI | Marak | 1 | -0/+3 | |
| 2021-03-22 | Linting fixes for `./vendor` | Marak | 2 | -365/+365 | |
| 2021-03-22 | Linting fixes for `./test` | Marak | 24 | -2307/+2307 | |
| 2021-03-22 | Fixes linting for `./lib/locales/` | Marak | 109 | -30654/+30654 | |
| 2021-03-22 | Linting fixes for `./lib` | Marak | 16 | -535/+535 | |
| 2021-03-22 | Fixes linting for commerce.js | Marak | 1 | -16/+16 | |
| 2021-03-22 | Fixes linting for address.js | Marak | 1 | -105/+105 | |
| 2021-03-22 | Migrates to `eslint` | Marak | 4 | -89/+56 | |
| Adds linting rules | |||||
| 2021-03-19 | Merge pull request #1118 from Moosh-be/fr_BE | Marak | 31 | -0/+7467 | |
| fr_BE | |||||
| 2021-03-19 | Merge pull request #985 from makepanic/issues/822 | Marak | 2 | -111/+118 | |
| perf(system): improve commonFileName, commonFileExt, fileType, directoryPath performance | |||||
| 2021-03-19 | Merge pull request #1135 from MoonWalker0/patch-2 | Marak | 3 | -410/+415 | |
| Create female/male_first_name.json in pl locale | |||||
| 2021-03-19 | Merge pull request #1143 from OleksandrYehorov/master | Marak | 1 | -6/+12 | |
| Improve faker.random.arrayElements performance | |||||
| 2021-03-19 | chore: remove build artefacts from examples/browser/js | David Kossoglyad | 2 | -94804/+0 | |
| 2021-03-19 | chore: remove ./dist/** folder | David Kossoglyad | 4 | -94913/+419 | |
| 2021-03-19 | Fix index generation | OleksandrYehorov | 1 | -1/+1 | |
| 2021-03-18 | Improve faker.random.arrayElements performance | OleksandrYehorov | 1 | -6/+12 | |
