| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-18 | feat!: support tree-shaking (#152) | Shinigami | 1 | -5/+0 | |
| 2022-01-14 | chore: directly use constructor | Shinigami92 | 1 | -2/+2 | |
| 2022-01-14 | chore: single quotes | Shinigami92 | 1 | -2/+2 | |
| 2022-01-14 | chore: typify index.js | Shinigami92 | 1 | -3/+4 | |
| 2022-01-10 | chore: format root files (#64) | Shinigami | 1 | -1/+1 | |
| 2015-07-08 | [refactor] [major] Adds incremental browser builds. Switch to using ↵ | Marak | 1 | -3/+3 | |
| prototype for internal API. Previous usage of `module.parent` is not acceptable. Locale information is now passed into Faker constructor. Closes #125 | |||||
| 2015-07-07 | [refactor] [dist] Allow for node to require individual locales ( to avoid ↵ | Marak | 1 | -84/+3 | |
| the default behavior of requiring all locale data. #125 #167 | |||||
| 2015-07-07 | [fix] [api] Add title and separator properties to locales. Allow for mapping ↵ | Marak | 1 | -10/+9 | |
| of string properties. Add missing categories property. | |||||
| 2015-07-06 | [merge] Canadian zip codes | Marak | 1 | -1/+1 | |
| 2015-07-06 | [merge] Support gender in names | Marak | 1 | -1/+1 | |
| 2015-07-06 | [merge] Commerce implementation | Marak | 1 | -1/+13 | |
| 2015-07-06 | [merge] country_code branch | Marak | 1 | -1/+1 | |
| 2015-07-05 | [merge] Add basic Ukrainian support | Marak | 1 | -1/+1 | |
| 2015-07-05 | [merge] [api] Added missing street prefix method | Marak | 1 | -1/+1 | |
| 2015-07-04 | [minor] Change order of require | Marak | 1 | -2/+2 | |
| 2015-07-04 | [fix] Add fake require | Marak | 1 | -0/+1 | |
| 2015-07-04 | Merge pull request #149 from JKillian/CompanySuffixLocale | Marak | 1 | -1/+1 | |
| [api] [fix] Make company suffix function use data from locale instead of hard-coded data | |||||
| 2015-06-27 | Add basic Ukrainian support and bugfixes | Anatoliy Yevpack | 1 | -2/+2 | |
| 2015-06-11 | create title function | Ivan Velasquez | 1 | -2/+2 | |
| 2015-03-10 | Add Commerce functions from https://github.com/stympy/faker into javascript | rob.scott | 1 | -1/+13 | |
| 2015-02-17 | Define male and female names | Marat Dyatko | 1 | -2/+2 | |
| 2015-02-17 | Implemented proper formatting of Canadian postal codes (remains ↵ | portse | 1 | -1/+1 | |
| address.zipCode in the API) when locale is set to en_CA. address.zipCode also now accepts a zip format string, so that a user can specifically specify the format they wish to see. If this is not passed in, a locale based zip format string is used. This will keep the concerns of zipCode formatting specific to the locales. | |||||
| 2014-12-09 | Make company suffix function use data from locale instead of hard-coded data. | jkillian | 1 | -1/+1 | |
| 2014-10-27 | adds ability to get random country code and tests. | FotoVerite | 1 | -1/+1 | |
| 2014-10-09 | Added street suffix | Yann Barraud | 1 | -2/+2 | |
| 2014-09-22 | [api] [minor] Add back state_abbr. | Marak | 1 | -2/+2 | |
| 2014-09-21 | [api] Removed tree module. This code should be in a separate project. | Marak | 1 | -1/+0 | |
| 2014-09-21 | [api] Added hacker module. Added default values for all methods. Cleaned up ↵ | Marak | 1 | -0/+2 | |
| errant methods. Added mustache helper. | |||||
| 2014-09-17 | [feature] - add faker for currency | MQuy | 1 | -1/+1 | |
| 2014-09-16 | [api] Add ability to generate contextual data for user names and emails. #68 | Marak | 1 | -1/+1 | |
| 2014-09-15 | [api] [refactor] Removed definitions.js file. All data definitions are now ↵ | Marak | 1 | -3/+41 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -13/+13 | |
| [refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication. | |||||
| 2014-09-14 | [api] First pass at adding localization data definitions. #116 | Marak | 1 | -0/+2 | |
| 2014-09-13 | [api] Added basic financial generators Closes #32 | Marak | 1 | -0/+1 | |
| Merge https://github.com/josefsalyer/Faker.js | |||||
| 2014-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 1 | -7/+7 | |
| lowercase. | |||||
| 2014-02-17 | Merge branch 'master' of github.com:cyanos/Faker.js into cyanos-master | FotoVerite | 1 | -0/+2 | |
| Conflicts: Faker.js MinFaker.js Readme.md examples/js/Faker.js package.json | |||||
| 2014-01-07 | Add support to lorempixel image provider | Kieu Anh Tuan | 1 | -0/+1 | |
| 2013-11-05 | Add Date functionality: past, future, recent, between | cyanos3 | 1 | -0/+1 | |
| Includes build | |||||
| 2013-11-05 | Add tree: | cyanos3 | 1 | -0/+1 | |
| createTree(depth, width, obj) where - depth is the distance from the root to the farthest node - width is the number of children to add to each node - each property/value pair in obj contains a value that will be evaluated to get the final result. The property that contains the array of child nodes should have the value of "__RECURSE__" | |||||
| 2013-07-28 | added a bunch of test, changed format of many files to match the newer style | Josef Salyer | 1 | -1/+2 | |
| 2013-01-07 | Completely removing aliased lower-case functions | Bryan Donovan | 1 | -9/+0 | |
| 2013-01-07 | reverting downcasing | Bryan Donovan | 1 | -16/+17 | |
| 2013-01-07 | lower-casing modules | Bryan Donovan | 1 | -2/+2 | |
| 2013-01-07 | lower-case module names | Bryan Donovan | 1 | -7/+16 | |
| 2012-11-04 | added to node lib. all tests pass | Josef Salyer | 1 | -0/+1 | |
| 2011-12-28 | Trailing spaces | Alexey Osipenko | 1 | -6/+6 | |
| 2010-08-01 | merged in naz new methods, added back ukCountry. updated docs to use npm. ↵ | Marak Squires | 1 | -1/+1 | |
| bumped to version 0.2.0 | |||||
| 2010-05-15 | cleaning up project | Marak Squires | 1 | -3/+5 | |
| 2010-05-15 | adding more comments | Marak Squires | 1 | -0/+17 | |
| 2010-05-15 | bundled version of Faker.js should now be working | Marak Squires | 1 | -2/+1 | |
