| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 277 | -6000/+24968 | |
| 2021-03-18 | chore: build (WIP) | David Kossoglyad | 2 | -2/+2 | |
| 2021-03-18 | chore: WIP | David Kossoglyad | 7 | -1875/+2454 | |
| 2021-03-15 | Merge pull request #1140 from greatSumini/enhance/fix-ko-postcode-format | Marak | 1 | -1/+2 | |
| Add ko address.postcode format | |||||
| 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 | |
| 2021-03-11 | Update first_name to avoid data duplication | MoonWalker0 | 1 | -410/+3 | |
| Joined data from female_first_name and male_first_name | |||||
| 2021-03-11 | Create female_first_name.json | MoonWalker0 | 1 | -0/+176 | |
| 2021-03-11 | Merge pull request #1130 from prinx/master | Marak | 27 | -1/+912 | |
| Add support for en_GH locale | |||||
| 2021-03-11 | Merge pull request #1131 from tilowestermann/patch-1 | Marak | 1 | -1/+1 | |
| Update description of faker.random.objectElement | |||||
| 2021-03-10 | Merge branch 'master' of https://github.com/Marak/faker.js into master | Prince Dorcis | 7 | -4/+178 | |
| 2021-03-10 | Restore dist and examples folders to upstream/master | Prince Dorcis | 4 | -29318/+10380 | |
| 2021-03-10 | Create male_first_name.json in pl locale | MoonWalker0 | 1 | -0/+236 | |
| Extracted male names from first_name.json in pl locale. Hoping for Bogus to assign male name to male gender (as it is right now e.g. in en locale). | |||||
| 2021-03-09 | Merge pull request #1127 from JasonHong1998/more-vehicles | Marak | 4 | -0/+45 | |
| Issue #1097: add bicycleType in the vehicle module | |||||
| 2021-03-09 | Merge pull request #1128 from yusufisl/master | Marak | 3 | -4/+133 | |
| Add more Indonesian names | |||||
| 2021-03-09 | Update description of faker.random.objectElement | Tilo Westermann | 1 | -1/+1 | |
| 2021-03-09 | Add support for en_GH locale | Prince Dorcis | 6 | -10384/+29322 | |
| 2021-03-09 | Refactor locale title | Prince Dorcis | 1 | -1/+1 | |
| 2021-03-09 | Refactor phone number export | Prince Dorcis | 1 | -4/+3 | |
| 2021-03-09 | Added Support for en_GH locale | Prince Dorcis | 1 | -0/+5 | |
| 2021-03-09 | Added en_GH locale | Prince Dorcis | 1 | -0/+8 | |
| 2021-03-09 | Added en_GH addresses | Prince Dorcis | 11 | -0/+420 | |
| 2021-03-09 | Refactor phone numbers | Prince Dorcis | 2 | -15/+13 | |
| 2021-03-09 | Added en_GH locale companies | Prince Dorcis | 3 | -0/+12 | |
| 2021-03-09 | Added en_GH locale internat domain suffixes | Prince Dorcis | 2 | -0/+14 | |
| 2021-03-09 | Added en_GH locale phone numbers | Prince Dorcis | 3 | -0/+34 | |
| 2021-03-09 | Added en_GH locale names | Prince Dorcis | 6 | -0/+421 | |
| 2021-03-08 | add more Indonesian names | yusufisl | 3 | -4/+133 | |
| 2021-03-07 | fix bicycleType to bicycle | Jason Hong | 4 | -10/+10 | |
| 2021-03-07 | Merge pull request #1126 from Cload/master | Marak | 2 | -0/+982 | |
| Added italian city names | |||||
| 2021-03-07 | add bicycleType in the vehicle module | Jason Hong | 4 | -0/+45 | |
| 2021-03-07 | add italian city names | Michele beccari | 2 | -0/+982 | |
| 2021-03-04 | Adds faker cloud GitHub link | Marak | 1 | -6/+8 | |
| 2021-03-03 | Adds FakerCloud to ReadMe | Marak | 1 | -0/+6 | |
| 2021-03-03 | Fix deprecation warning tests | Marak | 1 | -5/+5 | |
| 2021-03-03 | Updates deprecation message | Marak | 3 | -11/+11 | |
| Fixes typo is jsdoc | |||||
| 2021-03-03 | Issue 1114: new datatypes module | lbuerste | 1 | -1/+1 | |
| Fixed an error in dog definitions that cause the faker.animal.dog-test to fail sometimes | |||||
| 2021-03-03 | Issue 1114: new datatypes module | lbuerste | 1 | -7/+2 | |
| - fix test naming - remove not asserting test | |||||
| 2021-03-03 | Issue 1114: new datatypes module | lbuerste | 1 | -1/+1 | |
| Current status: - renamed method to datetime | |||||
| 2021-03-03 | Issue 1114: new datatypes module | lbuerste | 2 | -22/+22 | |
| Current status: - changed datetime test that checks seeding to not assert something because it does not work - changed some asserts to strictEqual instead of using .ok(a===b) - renamed datatype.date to datatype.datetime | |||||
| 2021-03-03 | Issue 1114: new datatypes module | lbuerste | 3 | -129/+194 | |
| 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 datatype module | LBuerstmayr | 2 | -17/+104 | |
| Current status: - adding methods for string, json and respective tests | |||||
| 2021-03-03 | Issue 1114: new datatypes module | lbuerste | 6 | -40/+83 | |
| 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 | 28 | -430/+413 | |
| 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-03-03 | WIP: issue-1114-datatypes-module | LBuerstmayr | 3 | -10/+189 | |
| 2021-03-01 | Merge pull request #1117 from supix/master | Marak | 1 | -628/+2163 | |
| Italian last names extension | |||||
