| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-07-21 | Update last_name.js | John Franey | 1 | -0/+1 | |
| Add "Franey" as a last name. It's a good name! Anyone would be lucky to have it. | |||||
| 2021-07-01 | fix typo | Jean-Marc Prevost | 1 | -2/+2 | |
| 2021-07-01 | Improve swedish names and job titles | Vilhelm Melkstam | 9 | -129/+547 | |
| 2021-06-05 | change domainWord generation algorithm to <adjective>-<noun> | Andrii Kostenko | 1 | -1/+1 | |
| 2021-05-30 | Merge pull request #1171 from van100j/macedonian_locale | Marak | 39 | -0/+2829 | |
| Macedonian locale | |||||
| 2021-05-28 | feat: add uniqueArray helper function | Hanna Walter | 1 | -0/+29 | |
| 2021-05-25 | Merge pull request #1170 from wise-introvert/feature/indian-address-upgrade | Marak | 3 | -1/+1226 | |
| [FEATURE] Upgrade Indian address capabilities | |||||
| 2021-05-25 | Merge branch 'feature/word-types' of https://github.com/ad-walker/faker.js | Marak | 11 | -1/+14949 | |
| 2021-05-25 | Ensure that both open and close tags are present | Marak | 1 | -1/+1 | |
| 2021-05-19 | Updated comments to include JSDoc fields | Adam Walker | 1 | -36/+77 | |
| 2021-05-19 | Removed seed call from unit tests | Adam Walker | 2 | -2/+2 | |
| 2021-05-19 | Revert formatting changes to lib/index.js made by prettier | Adam Walker | 1 | -8/+8 | |
| 2021-05-19 | Add remaining methods and libs from feature request. | Adam Walker | 11 | -29/+7624 | |
| 2021-05-19 | Initial commit of word.noun and word.verb | Adam Walker | 6 | -7/+7319 | |
| 2021-05-17 | Make linter happy | Vancho Stojkov | 2 | -6/+6 | |
| 2021-05-17 | Add mk locale files | Vancho Stojkov | 1 | -0/+1 | |
| 2021-05-17 | Add mk company | Vancho Stojkov | 4 | -0/+16 | |
| 2021-05-16 | Correct weekdays | Vancho Stojkov | 1 | -7/+7 | |
| 2021-05-15 | Add mk internet | Vancho Stojkov | 4 | -0/+24 | |
| 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-07 | Merge pull request #1141 from glyad/feature/add-hebrew-localization | Marak | 50 | -0/+4031 | |
| Аdd Hebrew localization | |||||
| 2021-04-07 | Merge pull request #1146 from spike008t/patch-1 | Marak | 1 | -2/+2 | |
| Remove tailing quote | |||||
| 2021-04-07 | Avoid ES6 syntax for now | Brock Fanning | 1 | -1/+1 | |
| 2021-04-03 | Merge branch 'master' into feature/add-hebrew-localization | David Kossoglyad | 159 | -29193/+36751 | |
| 2021-03-30 | Adds back missing file extensions #1153 | Marak | 1 | -9/+12 | |
| Issue introduced by #985 | |||||
| 2021-03-27 | Reverts changes from #985 Closes #1148 | Marak | 1 | -20/+60 | |
| 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-24 | Give each faker instance its own random number generator | Charles Lowell | 4 | -9/+39 | |
| 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-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-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 | Fix index generation | OleksandrYehorov | 1 | -1/+1 | |
| 2021-03-18 | Improve faker.random.arrayElements performance | OleksandrYehorov | 1 | -6/+12 | |
| 2021-03-18 | perf(system): improve commonFileName, commonFileExt, fileType, directoryPath ↵ | Christian | 2 | -111/+118 | |
| performance fixes #822 | |||||
| 2021-03-18 | Merge branch 'master' into feature/add-hebrew-localization | David Kossoglyad | 214 | -5321/+21135 | |
| 2021-03-18 | chore: WIP | David Kossoglyad | 1 | -50/+9 | |
| 2021-03-16 | Add ko address.postcode format | greatSumini | 1 | -1/+2 | |
| 2021-03-11 | Renamed male_first_name from json to js | MoonWalker0 | 1 | -0/+0 | |
| 2021-03-11 | Renamed female_first_name from json to js | MoonWalker0 | 1 | -1/+1 | |
| 2021-03-11 | Fix of male_first_name.json | MoonWalker0 | 1 | -2/+2 | |
| 2021-03-11 | Fix of female_first_name.js | MoonWalker0 | 1 | -1/+1 | |
