| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-10 | Merge pull request #597 from johnmaia/feature/lite-coin | Marak | 1 | -0/+16 | |
| Add litecoinAddress generator | |||||
| 2020-06-10 | Merge pull request #751 from burner/man_to_male | Marak | 5 | -24/+24 | |
| Fix for some expansion key | |||||
| 2020-06-10 | Merge pull request #823 from ashishra0/add-product-description | Marak | 4 | -1/+25 | |
| add random product description generator | |||||
| 2020-06-10 | Merge pull request #807 from siwalikm/master | Marak | 2 | -0/+40 | |
| Adding support for fake Time Method() | |||||
| 2020-06-10 | Merge pull request #834 from arusak/patch-1 | Marak | 1 | -1/+2 | |
| fix: two cities stuck together in ru | |||||
| 2020-06-10 | Merge pull request #835 from arusak/patch-2 | Marak | 1 | -1/+0 | |
| fix: absurd street name in ru | |||||
| 2020-06-10 | Merge pull request #839 from haggys22/haggys22-de-gendered-names | Marak | 4 | -2/+1163 | |
| Add gendered names to de locale | |||||
| 2020-06-10 | Merge pull request #821 from Spiderpowa/fix-zh | Marak | 4 | -457/+457 | |
| fix Chinese first name and last name | |||||
| 2020-06-10 | Merge branch 'master' into veritech-country-codes | Marak | 28 | -17/+737 | |
| 2020-06-10 | Merge pull request #844 from djunehor/support-Nigeria | Marak | 19 | -0/+728 | |
| Add support for Nigerian locale | |||||
| 2020-06-10 | Merge pull request #856 from abnersajr/fix-652 | Marak | 1 | -1/+1 | |
| Changes LoremPixel from HTTP to HTTPS | |||||
| 2020-06-10 | Merge pull request #885 from fjbarrett/image-url | Marak | 1 | -2/+2 | |
| Change image url to stable provider | |||||
| 2020-06-10 | Merge pull request #887 from edumoreira1506/fix/amount-return-number | Marak | 1 | -1/+2 | |
| Fix return of finance.amount | |||||
| 2020-06-09 | Merge pull request #897 from Esquared722/remove-unused-variable | Marak | 1 | -1/+1 | |
| Removed an unused variable, password, found in internet.js on line 354 | |||||
| 2020-06-09 | Merge pull request #898 from MrBramme/master | Marak | 1 | -1/+1 | |
| Removed redundant } in nl_BE city names | |||||
| 2020-05-18 | Fixes currency codeS | Zacharias Björngren | 1 | -24/+48 | |
| 2020-04-07 | Removed redundant } in nl_BE city names | MrBramme | 1 | -1/+1 | |
| 2020-03-27 | Removed an unused variable, password, found in internet.js on line 354 | Eric | 1 | -1/+1 | |
| 2020-03-11 | Fix return of finance.amount | Eduardo Moreira | 1 | -1/+2 | |
| 2020-03-06 | Change image API base URL to stable provider | Frank Barrett | 1 | -2/+2 | |
| 2020-01-16 | Remove profanity. | Matt R. Wilson | 3 | -9/+0 | |
| 2019-12-15 | Changes LoremPixel from HTTP to HTTPS | Abner Soares Alves Junior | 1 | -1/+1 | |
| 2019-12-06 | Fixed the currency list | Jonathan Dalrymple | 1 | -26/+34 | |
| Previously this list included invalid ISO4217 codes, probably as a result of the parser/generator that was used to create the list. I've split all of the combined codes, and removed some of the [fund code](https://en.wikipedia.org/wiki/Unidad_de_Fomento) codes. I've also taken the time to give some the currencies their correct names and symbols according to their respective wikipedia pages. | |||||
| 2019-10-17 | Add support for Nigerian locale | makinde2013 | 19 | -0/+728 | |
| 2019-10-10 | Add gendered first names to de locale | haggys22 | 1 | -0/+2 | |
| 2019-10-10 | Add gendered first names to de locale | haggys22 | 1 | -2/+2 | |
| 2019-10-10 | Add female first names to de locale | haggys22 | 1 | -0/+585 | |
| 2019-10-10 | Add male first names to de locale | haggys22 | 1 | -0/+574 | |
| 2019-10-04 | fix: absurd street name in ru | Anton Rusak | 1 | -1/+0 | |
| "речень улиц" seems like a parsing error. It means "List of streets" in Russian | |||||
| 2019-10-04 | fix: two cities stuck together in ru | Anton Rusak | 1 | -1/+2 | |
| Брянск and Магнитогорск are different cities :) | |||||
| 2019-09-11 | add random product description generator | Ashish Rao | 4 | -1/+25 | |
| 2019-09-03 | fix Chinese first name and last name | Jimmy Hu | 4 | -457/+457 | |
| 2019-04-04 | Merge pull request #749 from denizdogan/patch-1 | Marak | 1 | -1/+1 | |
| Fix file encoding issue in Farsi locale | |||||
| 2019-04-03 | fix: lowercase eth addresses | A.J. May | 1 | -1/+1 | |
| Ethereum addresses should be all lowercase. Uppercase chars in ethereum addresses are a sort of optional checksum. If a program is validating ethereum addresses, random capital letters in the hex string will cause the checksum to fail. | |||||
| 2019-02-02 | Fix for some extension names | Robert burner Schadek | 5 | -24/+24 | |
| man -> male woman -> female street_preffix -> street_prefix | |||||
| 2019-02-01 | Fix file encoding issue in Farsi locale | Deniz Dogan | 1 | -1/+1 | |
| Fixes #734 | |||||
| 2018-11-17 | adding test cases | siwalikm | 1 | -2/+5 | |
| 2018-11-12 | adding unit test | siwalikm | 1 | -0/+3 | |
| 2018-11-11 | recent time - logic | siwalikm | 1 | -8/+19 | |
| 2018-11-10 | initial commit ✨ | siwalikm | 1 | -0/+23 | |
| 2018-10-28 | [api] Added vehicle module #555 | Marak | 9 | -0/+259 | |
| 2018-10-28 | [api] [refactor] Remove `bindAll` method #376 | Marak | 1 | -26/+16 | |
| * Was previously used for `this` scoping issue * Should no longer be needed * Should not cause any issues | |||||
| 2018-10-28 | [api] [minor] Remove reference to `this` | Marak | 1 | -1/+1 | |
| 2018-10-28 | Merge branch 'master' of https://github.com/chinclubi/faker.js | Marak | 3 | -1/+341 | |
| 2018-10-27 | [api] [fix] [minor] Remove `this` scope #376 | Marak | 1 | -1/+1 | |
| 2018-10-23 | [api] [minor] Remove `this` reference #718 #376 | Marak | 1 | -2/+1 | |
| 2018-10-20 | resolve conflict | Tyler | 1 | -0/+1 | |
| 2018-10-20 | merge with master | Tyler | 170 | -174/+5761 | |
| 2018-10-20 | Merge branch 'master' of https://github.com/tylerreichle/faker.js into ↵ | Tyler | 1 | -1/+1 | |
| add-vehicle | |||||
| 2018-10-17 | [api] `faker.fake` should throw error on empty | Marak | 1 | -2/+1 | |
| * Was previously returning error as string * Throwing errors conforms to existing APIs | |||||
