| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-09 | Updated the readme. | Steve Atkinson | 1 | -0/+2 | |
| 2019-10-09 | Added tests for the music faker. | Steve Atkinson | 1 | -0/+17 | |
| 2019-10-09 | Added the Music faker. | Steve Atkinson | 2 | -0/+26 | |
| 2019-10-09 | Added music data for genres. | Steve Atkinson | 3 | -0/+24 | |
| 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-12 | add transaction description method on finance module | Ashish Rao | 2 | -0/+24 | |
| 2019-09-11 | add random product description generator | Ashish Rao | 6 | -1/+38 | |
| 2019-09-03 | fix Chinese first name and last name | Jimmy Hu | 4 | -457/+457 | |
| 2019-08-02 | correct dobra code and symbol | G Munguia | 1 | -2/+2 | |
| 2019-06-20 | feat: added support for generating a random alpha-3 country code | kaykhan | 5 | -2/+277 | |
| 2019-06-11 | Create Funding.yml | Marak | 1 | -0/+12 | |
| 2019-04-21 | Adjust 'pt_BR' city suffixes | Thiago da Silva | 1 | -4/+4 | |
| 2019-04-21 | Add 'fr' and 'ja' locale country names | Thiago da Silva | 4 | -0/+366 | |
| 2019-04-18 | Get x dates between two dates | pbborel | 2 | -0/+35 | |
| 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 | Merge pull request #769 from aj-may/lower-case-eth-address | Marak | 2 | -2/+2 | |
| fix: lowercase eth addresses | |||||
| 2019-04-03 | test: check generated ethereum addresses are all lowercase | A.J. May | 1 | -1/+1 | |
| 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-03-21 | [dist] [fix] [minor] Demo page | Marak | 1 | -1/+1 | |
| 2019-03-21 | [dist] [fix] [minor] Demo page | Marak | 1 | -4/+2 | |
| 2019-03-01 | Merge pull request #759 from kud/patch-1 | Marak | 1 | -1/+1 | |
| docs(README): fix typo | |||||
| 2019-03-01 | docs(README): fix typo | Erwann Mest | 1 | -1/+1 | |
| 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 | |||||
| 2019-01-24 | add Japanese lorem data | Tomoya AMACHI | 4 | -1/+1025 | |
| 2019-01-03 | Add gendered italian first names and the most common last names | Ge.Nappo | 6 | -465/+4044 | |
| 2018-11-23 | Update currency symbol of turkish lira | Soner Çökmen | 1 | -1/+1 | |
| 2018-11-17 | adding test cases | siwalikm | 2 | -2/+15 | |
| 2018-11-14 | Add gendered french first names | Kevin Roulleau | 4 | -92/+953 | |
| One may pass an int argument to faker.name.findName(null, null, 1) This is to get a male or female name. But this only works if names are properly saved in distinct files. This commit adds all the french first names found on wikipedia. | |||||
| 2018-11-12 | adding unit test | siwalikm | 2 | -0/+19 | |
| 2018-11-11 | recent time - logic | siwalikm | 1 | -8/+19 | |
| 2018-11-10 | initial commit ✨ | siwalikm | 1 | -0/+23 | |
| 2018-10-31 | update last name arab | issamWebdeveloper | 1 | -150/+78 | |
| 2018-10-30 | add of ar name minus last_name | Issam GHARSALLAH | 6 | -0/+522 | |
| 2018-10-28 | [api] Added vehicle module #555 | Marak | 11 | -0/+343 | |
| 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 | 5 | -91/+502 | |
| 2018-10-27 | [test] [minor] Improving test coverage | Marak | 2 | -2/+42 | |
| 2018-10-27 | [api] [fix] [minor] Remove `this` scope #376 | Marak | 1 | -1/+1 | |
| 2018-10-27 | [test] Add `faker.fake` functional tests #386 | Marak | 3 | -34/+111 | |
| - Now running all methods through faker.fake - Adds coverage for scope issues #376 - Refactors functional test methods to helper | |||||
| 2018-10-27 | Add 92 range number of MEO | Simão | 1 | -0/+1 | |
| 2018-10-25 | Add date to pt_BR | Luiz Strobelt | 4 | -0/+111 | |
| 2018-10-23 | [api] [minor] Remove `this` reference #718 #376 | Marak | 1 | -2/+1 | |
| 2018-10-20 | resolve conflict | Tyler | 1 | -0/+1 | |
