| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-19 | fix: ts support for locales (#169) | Shinigami | 136 | -36308/+0 | |
| 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-05-19 | Removed seed call from unit tests | Adam Walker | 1 | -1/+1 | |
| 2021-05-19 | Add remaining methods and libs from feature request. | Adam Walker | 9 | -23/+7516 | |
| 2021-05-19 | Initial commit of word.noun and word.verb | Adam Walker | 4 | -0/+7280 | |
| 2021-03-22 | Fixes linting for `./lib/locales/` | Marak | 7 | -2315/+2315 | |
| 2021-03-07 | fix bicycleType to bicycle | Jason Hong | 2 | -1/+1 | |
| 2021-03-07 | add bicycleType in the vehicle module | Jason Hong | 2 | -0/+21 | |
| 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-02-19 | Merge pull request #1115 from Marak/avatar-fix | Marak | 1 | -1254/+1250 | |
| Avatar fix | |||||
| 2021-02-18 | Adds common US city names to `en` locale | Marak | 2 | -0/+1003 | |
| 2021-02-18 | Remove uifaces and replace with fakercloud cdn | Marak | 1 | -1254/+1250 | |
| Resolves #1016 #1055 | |||||
| 2021-02-17 | Adds support for binary gender definitions | Marak | 2 | -0/+5 | |
| 2021-02-16 | adding more datasets to animal module | RavsCodes20 | 14 | -1/+2835 | |
| added more common animals and associated tests. Added type for choosing random catagory by name | |||||
| 2021-02-12 | Adds missing `animal` module | Marak | 1 | -0/+3 | |
| Removes un-used animal references Fix broken test | |||||
| 2021-02-12 | adding animal module | RavsCodes20 | 2 | -0/+500 | |
| started with dogs, added a defintion, an array of dogs breeds, and an associated test. | |||||
| 2021-02-10 | Fix: remove duplicate "Indian Rupee" key on currency.js | Rafael Lüder | 1 | -4/+0 | |
| When building my app using Snowpack I noticed a warning related to a duplicate entry for "Indian Rupee" on `currency,js`. This PR removes the entry that doesn't include the symbol. Snowpack output is below: ``` [snowpack] ✔ dependencies ready! [21.59s] [snowpack] ! verifying build... [snowpack] ✔ verification complete [0.02s] [snowpack] ! writing build to disk... [snowpack] ! optimizing build... > _snowpack/pkg/faker.js: warning: Duplicate key "Indian Rupee" in object literal 42255 │ "Indian Rupee": { ╵ ~~~~~~~~~~~~~~ _snowpack/pkg/faker.js: note: The original "Indian Rupee" is here 42247 │ "Indian Rupee": { ╵ ~~~~~~~~~~~~~~ 1 warning [ { detail: undefined, location: { column: 2, file: '_snowpack/pkg/faker.js', length: 14, line: 42255, lineText: ' "Indian Rupee": {' }, text: 'Duplicate key "Indian Rupee" in object literal' }, ] ``` | |||||
| 2020-09-06 | chore: add car manufacturer | Sebastian Pettersson | 2 | -1/+11 | |
| 2020-09-06 | chore: sort car manufacturers alphabetically | Sebastian Pettersson | 1 | -20/+20 | |
| 2020-09-06 | Merge pull request #837 from mrstebo/add-music-faker | Marak | 3 | -0/+24 | |
| Added the Music module | |||||
| 2020-08-25 | Merge pull request #731 from scokmen/master | Marak | 1 | -1/+1 | |
| Update currency symbol of turkish lira | |||||
| 2020-08-25 | Merge branch 'master' into country-code-alpha-3 | Marak | 6 | -35/+54 | |
| 2020-08-25 | Merge pull request #812 from gmunguia/patch-1 | Marak | 1 | -2/+2 | |
| correct dobra code and symbol | |||||
| 2020-08-24 | Merge pull request #953 from Moosh-be/patch-1 | Marak | 1 | -1/+0 | |
| Fix double BQ in country code for #911 | |||||
| 2020-08-19 | Fix typo in name inside manufacturer.js | Nelson Chen | 1 | -1/+1 | |
| 2020-08-06 | Fix double BQ in country code for #911 | Christophe Gesché | 1 | -1/+0 | |
| #911 | |||||
| 2020-06-10 | Merge pull request #823 from ashishra0/add-product-description | Marak | 2 | -0/+15 | |
| add random product description generator | |||||
| 2020-06-10 | Merge branch 'master' into veritech-country-codes | Marak | 2 | -5/+2 | |
| 2020-05-18 | Fixes currency codeS | Zacharias Björngren | 1 | -24/+48 | |
| 2020-01-16 | Remove profanity. | Matt R. Wilson | 1 | -3/+0 | |
| 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-09 | Added music data for genres. | Steve Atkinson | 3 | -0/+24 | |
| 2019-09-11 | add random product description generator | Ashish Rao | 2 | -0/+15 | |
| 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 | 2 | -0/+253 | |
| 2018-11-23 | Update currency symbol of turkish lira | Soner Çökmen | 1 | -1/+1 | |
| 2018-10-20 | merge with master | Tyler | 5 | -2/+24 | |
| 2017-10-15 | Merge branch 'master' of https://github.com/Marak/faker.js into add-vehicle | Tyler | 4 | -2/+1008 | |
| 2017-10-15 | add missing semicolons | Tyler | 4 | -4/+4 | |
| 2017-10-15 | remove hardcoded vin numbers array | Tyler | 2 | -33/+0 | |
| 2017-10-14 | add missing semicolon to en/index.js | Tyler Reichle | 1 | -1/+1 | |
| 2017-10-12 | Merge pull request #360 from landretk/master | Marak | 4 | -2/+1008 | |
| Added gendered first names to en locale | |||||
| 2017-10-10 | add make with model and color generators. additional vin numbers | Tyler | 3 | -5/+11 | |
| 2017-10-09 | add vehicle generator and data | Tyler | 6 | -0/+137 | |
| 2017-09-08 | Merge pull request #303 from shadefinale/master | Marak | 1 | -20/+20 | |
| [api] [locale] More accurate US/CA phone numbers. | |||||
| 2017-09-08 | Merge branch 'creditCard' of https://github.com/zpiman/faker.js | Marak | 24 | -55/+73 | |
| 2017-09-08 | Merge pull request #419 from cvega/master | Marak | 2 | -1/+64 | |
| [api] [dist] Add system methods, update travis.yml | |||||
| 2017-09-07 | hacker phrase module extract | dhilt | 2 | -0/+11 | |
| 2017-09-03 | [api] Added 71 additional gender options | Marak | 2 | -1/+75 | |
| * Adds new gender options for `en` locality * Updates example page to use gender * Still needs translations for other locales | |||||
| 2017-02-26 | Merge branch 'Mark/origin' into creditCard | Jakub Mandula | 8 | -10/+67 | |
