| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-01 | Merge pull request #1121 from ↵ | Marak | 2 | -11/+21 | |
| ognjenjevremovic/perf/finance-transaction-description [Improvement] Call `createTransaction` method once from within `finance.transactionDescription` | |||||
| 2021-02-28 | test: 💍 Finance transactionDescription method | Ognjen Jevremovic | 1 | -6/+15 | |
| Extend the tests for the `finance.transactionDescription` method call. Create a spy for the `createTransaction` method on the helpers object and assert that the method is called only once from within `finance.transactionDescription`. ✅ Closes: #1108 | |||||
| 2021-02-28 | perf: ⚡️ Optimize finance transaction description method | Ognjen Jevremovic | 1 | -5/+6 | |
| Remove the multiple calls to `createTransaction` method from within the `finance.transactionDescription` and instead call the method once and reference the properties from the returned transaction object. ✅ Closes: #1108 | |||||
| 2021-02-24 | Merge pull request #1112 from Moosh-be/issue_945_Bis | Marak | 2 | -6/+181 | |
| Fix for issues 846, 944, 945, 946 With TDD | |||||
| 2021-02-24 | Update and rename finance_issue.unit.js to finance_iban.unit.js | Marak | 1 | -1/+1 | |
| 2021-02-24 | close #846 | Christophe Gesché | 2 | -5/+13 | |
| fix iban for azerbaijan | |||||
| 2021-02-24 | add tdd for #846 | Moosh | 1 | -1/+32 | |
| 2021-02-23 | optimize test | Christophe Gesché | 1 | -7/+12 | |
| - Seed to found Iban at first loop - Console log display the tips if the fonction is called for a new locale | |||||
| 2021-02-21 | fr_BE | Moosh | 31 | -0/+7467 | |
| 2021-02-20 | Italian last names extension | Marcello Esposito | 1 | -628/+2163 | |
| They are 2170 now (were 635 before). | |||||
| 2021-02-19 | Merge pull request #1116 from dohyung97022/adding_korean_names | Marak | 2 | -2/+3092 | |
| Adds common first/last names to `ko` locale | |||||
| 2021-02-20 | Adds common first/last names to `ko` locale | Doe | 2 | -2/+3092 | |
| 2021-02-19 | Update finance_issue.unit.js | Christophe Gesché | 1 | -7/+6 | |
| - only uppercase char - conslole log in english | |||||
| 2021-02-19 | Update iban.js (#1) | Christophe Gesché | 2 | -19/+34 | |
| * Update iban.js Fix config gen for GE, PK and TR * https://transferwise.com/fr/iban/georgia * https://transferwise.com/fr/iban/pakistan * https://transferwise.com/fr/iban/turkey * Update finance_issue.unit.js Number.isFinite Dont check as needed. I use Match and it's ok fix #944 fix #945 fix #946 | |||||
| 2021-02-19 | Merge pull request #1115 from Marak/avatar-fix | Marak | 6 | -3782/+1256 | |
| Avatar fix | |||||
| 2021-02-18 | Merge pull request #1106 from vulcaryn/use-french-cities-name | Marak | 3 | -85/+99 | |
| Allow using real city names when available | |||||
| 2021-02-18 | Fix typo | Marak | 1 | -1/+1 | |
| 2021-02-18 | Adds common US city names to `en` locale | Marak | 2 | -0/+1003 | |
| 2021-02-18 | Merge branch 'master' into use-french-cities-name | Marak | 22 | -6/+2961 | |
| 2021-02-18 | Fixes broken image tests | Marak | 1 | -4/+4 | |
| 2021-02-18 | Remove uifaces and replace with fakercloud cdn | Marak | 2 | -1256/+1252 | |
| Resolves #1016 #1055 | |||||
| 2021-02-18 | Remove duplicate avatar listings | Marak | 3 | -2522/+0 | |
| 2021-02-17 | Adds support for binary gender definitions | Marak | 4 | -3/+12 | |
| 2021-02-17 | Use randmly cityname when available | Morgan Denis | 1 | -4/+5 | |
| 2021-02-16 | Merge pull request #1111 from RavsCodes20/master | Marak | 16 | -2/+2940 | |
| adding more datasets to animal module | |||||
| 2021-02-16 | Create finance_issue.unit.js | Moosh | 1 | -0/+117 | |
| Adding a test to validate the correction of the end #945 This commit only contains the test (which must fail) | |||||
| 2021-02-16 | adding more datasets to animal module | RavsCodes20 | 16 | -2/+2940 | |
| added more common animals and associated tests. Added type for choosing random catagory by name | |||||
| 2021-02-15 | Fixes names for `cz` locale | Marak | 3 | -0/+8 | |
| 2021-02-14 | Merge branch 'master' into use-french-cities-name | Marak | 6 | -0/+542 | |
| 2021-02-12 | Adds missing `animal` module | Marak | 3 | -2/+5 | |
| Removes un-used animal references Fix broken test | |||||
| 2021-02-12 | adding animal module | RavsCodes20 | 5 | -0/+539 | |
| started with dogs, added a defintion, an array of dogs breeds, and an associated test. | |||||
| 2021-02-12 | Order and fix city names | Morgan Denis | 1 | -84/+84 | |
| 2021-02-12 | Allow using real city name when available | Morgan Denis | 2 | -1/+14 | |
| 2021-02-11 | Merge pull request #1015 from strobelt/autoFormatFlagOnFinanceAmount | Marak | 2 | -4/+31 | |
| Add autoFormat flag on finance amount | |||||
| 2021-02-11 | Merge pull request #1063 from DanielLipowicz/fix/incorrectVinNumber | Marak | 4 | -31/+90 | |
| Fix issue 1062; Add new alpha and alphanumeric functionality | |||||
| 2021-02-11 | Delete package-lock.json | Marak | 1 | -10075/+0 | |
| 2021-02-11 | Merge pull request #777 from tsilvap/master | Marak | 5 | -0/+370 | |
| Add 'fr' and 'ja' locale country names and adjust 'pt_BR' city suffixes | |||||
| 2021-02-11 | Merge branch 'master' into master | Marak | 625 | -1589770/+274718 | |
| 2021-02-11 | Merge pull request #1104 from rlueder/master | Marak | 1 | -4/+0 | |
| Fix: remove duplicate key for "Indian Rupee" on currency.js | |||||
| 2021-02-10 | Merge pull request #1 from rlueder/fix_duplicate_key | Rafael Lüder | 1 | -4/+0 | |
| Fix: remove duplicate "Indian Rupee" key on currency.js | |||||
| 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' }, ] ``` | |||||
| 2021-02-10 | Bump to `v5.4.0` | Marak | 34 | -4415/+21234 | |
| 2021-02-10 | Adds missing `first_name` for `fr` #1031 | Marak | 2 | -0/+4 | |
| 2021-02-09 | Merge pull request #1020 from josecarlosweb/feature/remove-deprecated-asset | Marak | 15 | -160/+189 | |
| Replacement of deprecated functions on tests. | |||||
| 2021-02-09 | Merge pull request #1085 from raphaelhovsepyan/master | Marak | 33 | -0/+916 | |
| Add hy locale | |||||
| 2021-02-09 | Merge pull request #1100 from schlpbch/master | Marak | 5 | -0/+165 | |
| Adding 100 Swiss cities and all Swiss states | |||||
| 2021-02-08 | Merge pull request #775 from borel/master | Marak | 2 | -0/+35 | |
| Get x dates between two dates | |||||
| 2021-02-08 | Merge pull request #933 from F-xobj/Arabic | Marak | 5 | -1/+152 | |
| Add Arabic Date | |||||
| 2021-02-08 | Merge pull request #1013 from ariel-enso/feature/add-internet-http-methods | Marak | 2 | -0/+23 | |
| Feature: add http methods to internet namespace | |||||
| 2021-02-08 | Rename `nep` -> `ne` | Marak | 2 | -5/+5 | |
