| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-21 | chore(test): migrate to vitest (#235) | Shinigami | 1 | -55/+0 | |
| 2022-01-18 | feat!: support tree-shaking (#152) | Shinigami | 1 | -1/+1 | |
| 2022-01-13 | chore: format tests (#67) | Shinigami | 1 | -7/+7 | |
| 2021-03-22 | Linting fixes for `./test` | Marak | 1 | -24/+24 | |
| 2018-10-27 | [test] Add `faker.fake` functional tests #386 | Marak | 1 | -34/+28 | |
| - Now running all methods through faker.fake - Adds coverage for scope issues #376 - Refactors functional test methods to helper | |||||
| 2017-02-21 | Functionally test all modules/methods | Jim Fitzpatrick | 1 | -45/+47 | |
| Walk over the faker object to accumulate all methods for functional testing purposes, blacklisting those that should be ignored. Conflicts: test/all.functional.js | |||||
| 2017-02-21 | Statically bind all module methods | Jim Fitzpatrick | 1 | -3/+14 | |
| Statically bind the methods on all modules to their correct context so that the methods can be called in a composable, callback-oriented manner. Closes #376 Conflicts: lib/index.js test/all.functional.js | |||||
| 2017-02-09 | Merge pull request #437 from lencse/master | Marak | 1 | -1/+1 | |
| [api] Added `lorem.slug` method | |||||
| 2017-02-09 | tests | kulaeff | 1 | -0/+2 | |
| 2016-11-24 | Added lorem.slug to functional test | Levente Löki | 1 | -1/+1 | |
| 2015-07-07 | [refactor] [dist] Allow for node to require individual locales ( to avoid ↵ | Marak | 1 | -2/+2 | |
| the default behavior of requiring all locale data. #125 #167 | |||||
| 2015-07-06 | [merge] Commerce implementation | Marak | 1 | -1/+3 | |
| 2015-03-10 | Add Commerce functions from https://github.com/stympy/faker into javascript | rob.scott | 1 | -1/+3 | |
| 2014-12-09 | Add new jobTitle function to name object. | JKillian | 1 | -1/+1 | |
| I had to make a few concessions when doing this. Ideally I would have added this function under the 'company' module, but I chose to add it to the 'name' object instead, as the data happened to already exist in the locale files under 'name.title'. However, I felt that the field names in the locale files were confusing, so their wrappers in the name module are renamed for clarity. For example, faker.name.jobArea() returns a random element from locale.name.title.level. In my opinion, 'jobArea' was a much better description of the data than 'level'. Finally, fixed a bug in one unit test which didn't restore a function to its original state after watching it. | |||||
| 2014-09-17 | [feature] - add faker for currency | MQuy | 1 | -1/+3 | |
| 2014-09-15 | [api] [refactor] Removed definitions.js file. All data definitions are now ↵ | Marak | 1 | -23/+18 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -8/+8 | |
| [refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication. | |||||
| 2014-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 1 | -4/+4 | |
| lowercase. | |||||
| 2013-01-07 | allowing all tests to run in browser | Bryan Donovan | 1 | -4/+5 | |
| 2013-01-07 | linting and getting address.js to 100% test coverage | Bryan Donovan | 1 | -2/+2 | |
| 2013-01-07 | Completely removing aliased lower-case functions | Bryan Donovan | 1 | -8/+0 | |
| 2013-01-07 | reverting downcasing | Bryan Donovan | 1 | -13/+13 | |
| 2013-01-07 | backward-compat tests | Bryan Donovan | 1 | -6/+14 | |
| 2013-01-06 | adding functional test for each function | Bryan Donovan | 1 | -0/+46 | |
