| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-10 | Merge pull request #856 from abnersajr/fix-652 | Marak | 2 | -17/+17 | |
| 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 | 2 | -5/+16 | |
| 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-06-09 | Merge pull request #912 from Zache/master | Marak | 2 | -25/+49 | |
| Fixes currency codes | |||||
| 2020-05-31 | Normalize "English (Australia Ocker)" | Oscar Marcelo | 1 | -1/+1 | |
| 2020-05-31 | Add missing locales to `./locale` folder | Oscar Marcelo | 5 | -0/+25 | |
| 2020-05-31 | Normalize locale titles to (loosely) comply with Unicode BCP 47 | Oscar Marcelo | 13 | -15/+15 | |
| - All locale titles are now in the format "<Language> (<Country> <Region or Variant>); - "Greek" is now in english. | |||||
| 2020-05-31 | Normalize "English (Australia Ocker)" country code | Oscar Marcelo | 3 | -11/+11 | |
| 2020-05-18 | Fixes currency codeS | Zacharias Björngren | 2 | -25/+49 | |
| 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 | 2 | -5/+16 | |
| 2020-03-06 | Change image API base URL to stable provider | Frank Barrett | 1 | -2/+2 | |
| 2020-02-05 | feat: add lorem to russian locale | Konstantin Kuznetsov | 3 | -0/+195 | |
| 2020-02-02 | feat: add finance ,company, address.country_code | fariborzemami | 19 | -0/+677 | |
| 2020-02-02 | fix: add job_title to title subset | fariborzemami | 3 | -37/+98 | |
| 2020-02-02 | feat: add job_title | fariborzemami | 2 | -0/+37 | |
| 2020-02-01 | fix: missing characters | fariborzemami | 3 | -233/+233 | |
| 2020-02-01 | feat: add country list & some changes on street_suddix | fariborzemami | 3 | -2/+242 | |
| 2020-02-01 | feat: add "fa" commerce | fariborzemami | 5 | -0/+108 | |
| 2020-01-31 | fix: change first_name.js | fariborzemami | 1 | -1/+2 | |
| 2020-01-31 | chore: update index.js | fariborzemami | 1 | -0/+1 | |
| 2020-01-31 | feat: add internet | fariborzemami | 4 | -0/+23 | |
| 2020-01-31 | feat: add vehicle to "fa" library | fariborzemami | 6 | -0/+90 | |
| 2020-01-31 | feat: add date abbr | fariborzemami | 2 | -3/+48 | |
| 2020-01-31 | chore: update index.js | fariborzemami | 1 | -0/+1 | |
| 2020-01-31 | feat: add persian date | fariborzemami | 3 | -0/+56 | |
| 2020-01-31 | chore: update index.js | fariborzemami | 1 | -0/+3 | |
| 2020-01-31 | feat: add phone number and cell phone format | fariborzemami | 4 | -0/+57 | |
| 2020-01-31 | feat: add persian lorem | fariborzemami | 2 | -0/+89 | |
| 2020-01-16 | Merge pull request #864 from mastermatt/remove-profanity | Marak | 3 | -9/+0 | |
| #minor Remove profanity | |||||
| 2020-01-16 | Remove profanity. | Matt R. Wilson | 3 | -9/+0 | |
| 2019-12-24 | minor fix | Anas Al-Fitiani | 2 | -6/+6 | |
| 2019-12-24 | minor fix | Anas Al-Fitiani | 2 | -6/+6 | |
| 2019-12-24 | Add new data under AR locales | Anas Al-Fitiani | 16 | -37/+277 | |
| 2019-12-15 | Changes LoremPixel from HTTP to HTTPS | Abner Soares Alves Junior | 2 | -17/+17 | |
| 2019-12-15 | Fix namespace in comment | Abner Soares Alves Junior | 2 | -4/+8159 | |
| 2019-12-14 | Adds Lorem Picsum as image provider | Abner Soares Alves Junior | 3 | -0/+176 | |
| 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-11-02 | fr/address/city_name.js: fix typo in "Lille" name | hydrargyrum | 1 | -1/+1 | |
| "Lille" is the real city name, not "Lille13". | |||||
| 2019-10-20 | Update FUNDING.yml | Marak | 1 | -2/+2 | |
| 2019-10-17 | Add support for Nigerian locale | makinde2013 | 21 | -0/+734 | |
| 2019-10-10 | Added husky and lint-staged with hooks. | Steven Atkinson | 1 | -1/+15 | |
| 2019-10-10 | Removed jshint. | Steven Atkinson | 2 | -88/+0 | |
| 2019-10-10 | Added the .eslintignore file. | Steven Atkinson | 1 | -0/+0 | |
| 2019-10-10 | Updated the lint script to use eslint. | Steven Atkinson | 1 | -1/+1 | |
| 2019-10-10 | Converted .jshintrc to .eslintrc using polyjuice. | Steven Atkinson | 1 | -0/+53 | |
| 2019-10-10 | Added the eslint package. | Steven Atkinson | 1 | -0/+1 | |
