| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-09-11 | [api] [refactor] Random.number is now powered by node-mersenne instead of ↵ | Marak | 1 | -2/+4 | |
| Math.random() #48 | |||||
| 2014-09-11 | [api] [refactor] Replaced Math.Random calls with Random.number. Random ↵ | Marak | 5 | -14/+37 | |
| ranges are now inclusive of max instead of exclusive. #88 #48 | |||||
| 2014-09-10 | [fix] Do not serialize Dates from Date.random APIs. Dates are now returned ↵ | Marak | 1 | -5/+5 | |
| as Date objects. #93 | |||||
| 2014-09-09 | Fix random number | Marak | 1 | -1/+1 | |
| 2014-09-09 | Remove this scope from new phone codes | Marak | 1 | -1/+1 | |
| 2014-09-09 | add faker for phone code | MQuy | 3 | -1/+10 | |
| Conflicts: lib/definitions.js | |||||
| 2014-09-08 | Fix: faker.Lorem.sentence() was ignoring the 'range' parameter. | Foster Hersey | 1 | -1/+1 | |
| Conflicts: lib/lorem.js | |||||
| 2014-09-08 | refactor avatar url to reduce size of definitions | MQuy | 1 | -1267/+1275 | |
| 2014-09-08 | Removed "this" from functions, breaks mixins | goliatone | 7 | -52/+54 | |
| Conflicts: lib/name.js | |||||
| 2014-08-13 | Merge pull request #95 from avanderhoorn/random-update | Matthew Bergman | 1 | -6/+5 | |
| Updates to switch changes over to using 2 args to support min/max | |||||
| 2014-08-13 | Fix context of findName | Juan Pablo | 1 | -3/+3 | |
| Using this, you could change the context of the method, and an error was sent. By removing the context and using _name, this does not happen. | |||||
| 2014-07-23 | Updates to switch changes over to using 2 args to support min/max | Anthony van der Hoorn | 1 | -6/+5 | |
| 2014-07-22 | Bug fixes and latest version. | FotoVerite | 2 | -8/+12 | |
| 2014-07-22 | Merge pull request #86 from northernv/fix-future-date | Matthew Bergman | 1 | -1/+1 | |
| Ensure Date.future returns a date in the future. | |||||
| 2014-07-22 | Merge pull request #90 from edshadi/random-number-range | Matthew Bergman | 1 | -2/+6 | |
| random number now accepts a range array [min, max]. | |||||
| 2014-06-16 | random number now accepts a range array [min, max]. | Ed Shadi | 1 | -2/+6 | |
| 2014-06-16 | added hours in date.recent. Currently the code returns date in past minutes. ↵ | Ed Shadi | 1 | -1/+1 | |
| random days could return 0 so modified the test to reflect <= current date. | |||||
| 2014-05-21 | Ensure Date.future returns a date in the future. | Shane A. Stillwell | 1 | -1/+1 | |
| 2014-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 10 | -111/+111 | |
| lowercase. | |||||
| 2014-05-17 | Adds female and male name methods. #NOTE they will return a random name and ↵ | FotoVerite | 1 | -0/+9 | |
| working as intended. | |||||
| 2014-05-17 | Merge pull request #80 from hkal/remove_gender_related_files | Matthew Bergman | 2 | -2/+0 | |
| remove gender related files | |||||
| 2014-05-04 | remove gender related files: | hkal | 2 | -2/+0 | |
| * removed files relating to gender * removed an esoteric `import.js` file which did not seem to be used | |||||
| 2014-05-03 | functions should reference current literal: | hkal | 1 | -13/+13 | |
| * fixes error: 'Uncaught ReferenceError: image is not defined Faker.js:275' | |||||
| 2014-02-19 | Removes gender. Score 1 for non binary fake data. | FotoVerite | 2 | -0/+2 | |
| 2014-02-19 | reverts f2f37f8 | FotoVerite | 3 | -33/+5 | |
| 2014-02-17 | Merge branch 'master' of github.com:cyanos/Faker.js into cyanos-master | FotoVerite | 6 | -79/+228 | |
| Conflicts: Faker.js MinFaker.js Readme.md examples/js/Faker.js package.json | |||||
| 2014-02-17 | Fixes so build runs. | FotoVerite | 3 | -54/+1318 | |
| 2014-01-08 | Add UIFaces to generate random avatar | Kieu Anh Tuan | 1 | -33/+45 | |
| 2014-01-07 | Add support to lorempixel image provider | Kieu Anh Tuan | 1 | -0/+56 | |
| 2013-11-05 | Add Date functionality: past, future, recent, between | cyanos3 | 1 | -0/+42 | |
| Includes build | |||||
| 2013-11-05 | Remove extraneous files | cyanos3 | 2 | -5498/+0 | |
| 2013-11-05 | My take on separating male and female names. Tests passing, Coverage restored. | cyanos3 | 4 | -109/+105 | |
| 2013-11-05 | Merge pull request #1 from richardbutler/master | Jay Liu | 5 | -9/+5533 | |
| Split male and female names to two groups; add random gender | |||||
| 2013-11-05 | Tree: let the width parameter also be a function that returns an int | cyanos3 | 1 | -2/+13 | |
| 2013-11-05 | Refactor tree so that it will work with the module model. (Not working at ↵ | cyanos3 | 1 | -50/+47 | |
| all prior) | |||||
| 2013-11-05 | Add random color to Internet.js | cyanos3 | 1 | -0/+10 | |
| 2013-11-05 | Add tree: | cyanos3 | 1 | -0/+67 | |
| 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-08-03 | I forgot how much of stinker zero is in Javascript. Looping tests on finance ↵ | Josef Salyer | 1 | -4/+5 | |
| should no longer fail | |||||
| 2013-08-03 | fixed linting issues in lib/finance. TODO: automate this as part of the tests? | Josef Salyer | 1 | -63/+61 | |
| 2013-07-28 | added tests and cleaned up at 100% in istanbul (not constantinople) | Josef Salyer | 2 | -10/+7 | |
| 2013-07-28 | added a bunch of test, changed format of many files to match the newer style | Josef Salyer | 10 | -471/+603 | |
| 2013-06-27 | Pretty print names files | Richard Butler | 2 | -2/+5498 | |
| 2013-06-27 | Add gender to name class | Richard Butler | 1 | -4/+8 | |
| 2013-06-27 | Add random gender | Richard Butler | 1 | -0/+4 | |
| 2013-06-27 | Split male and female names into two groups | Richard Butler | 5 | -5/+25 | |
| 2013-06-12 | Revert "Merge pull request #59 from rschmukler/this-fix" | FotoVerite | 6 | -37/+37 | |
| This reverts commit dceaccf2ca2c2ff217436404c41f2bf69f7577f6, reversing changes made to 1d28802e388277a6b75efbaa1589027879df101f. | |||||
| 2013-06-12 | [util] merged in chrisocast changes, updated build and version. | FotoVerite | 1 | -2/+3 | |
| 2013-06-05 | Switched from this to var name to avoid context issues | Ryan Schmukler | 6 | -37/+37 | |
| 2013-05-10 | Add range param to lorem.sentence | Chris Cast | 1 | -3/+4 | |
| 2013-03-19 | Improve perf by declaring definitions as arrays | Joel Fillmore | 4 | -174/+130 | |
