| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 2 | -1/+115 | |
| 2015-07-06 | [merge] country_code branch | Marak | 1 | -4/+14 | |
| 2015-07-05 | [fix] [minor] Typo | Marak | 1 | -5/+8 | |
| 2015-07-05 | [merge] [api] Add name.jobTitle | Marak | 3 | -1/+20 | |
| 2015-07-05 | Merge pull request #219 from jrfferreira/master | Marak | 1 | -0/+7 | |
| [api] Add a MAC Address generator | |||||
| 2015-07-04 | [api] [fix] Remove tabs from paragraph generation. Make paragraph separator ↵ | Marak | 1 | -2/+2 | |
| configurable. Closes #223 | |||||
| 2015-06-13 | Fixing method name references to mac generator in tests | João Ferreira | 1 | -1/+1 | |
| 2015-06-13 | Including a MAC Address generator | João Ferreira | 1 | -0/+7 | |
| 2015-06-11 | Merge pull request #164 from dmamills/master | Marak | 1 | -0/+38 | |
| [api] Add internet.url() | |||||
| 2015-06-11 | add faker.name.title() tests | Ivan Velasquez | 1 | -0/+12 | |
| 2015-06-11 | resolves #176 Add random boolean generator | Alan Shaw | 1 | -0/+7 | |
| 2015-06-10 | Adding test for negative minimum and max = 0 | Phil Greenberg | 1 | -0/+5 | |
| 2015-06-10 | Fixing bug in random.number when max = 0 | Phil Greenberg | 1 | -1/+17 | |
| Also added tests for random.array_element | |||||
| 2015-06-04 | Fix issue Marak/faker.js#214 with shuffle() | Sherman Mui | 1 | -0/+10 | |
| Add a dubious spec. | |||||
| 2015-04-11 | Fix random number unit test spec | Evan Sharp | 1 | -1/+1 | |
| Updated the "returns a random number given a maximum value as Object" to include the max value in the check (changed `<` to `<=`) | |||||
| 2015-03-12 | Adjusted the random test on an object as the random number generator is ↵ | rob.scott | 1 | -1/+1 | |
| inclusive of the max number, so sometimes the test would fail. | |||||
| 2015-03-10 | Add Commerce functions from https://github.com/stympy/faker into javascript | rob.scott | 2 | -1/+115 | |
| 2015-01-25 | added protocol() and url() | Daniel Mills | 1 | -0/+38 | |
| 2014-12-22 | Added unit test for uuid generator | James Drew | 1 | -0/+8 | |
| 2014-12-09 | Add new jobTitle function to name object. | JKillian | 3 | -1/+23 | |
| 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-11-28 | added tests and corrected the number function | Michał Kawalec | 1 | -1/+34 | |
| 2014-11-20 | Fixed male/female split check on findName() | Ari Gesher | 1 | -0/+6 | |
| (It was failing on locales that use a fallback) | |||||
| 2014-11-12 | Have past, future and recent return random dates | Daniel Perez Alvarez | 1 | -1/+9 | |
| Functions `past` and `future` only returned dates EXACTLY N YEARS before or after the reference date. Function `recent` only returned dates EXACTLY N DAYS before the reference date. For example, `faker.date.past(1)` would return either *Nov 12, 2014*, or *Nov 12, 2013*, but nothing in-between. Also, now you can call those functions without parameter, and N will take the default value of `1`. | |||||
| 2014-10-27 | adds ability to get random country code and tests. | FotoVerite | 1 | -4/+14 | |
| 2014-09-22 | [api] [minor] Added default values for more methods. Cleaned up image ↵ | Marak | 1 | -2/+2 | |
| module. Use a less specific regex for usernames. | |||||
| 2014-09-21 | [api] Removed tree module. This code should be in a separate project. | Marak | 1 | -108/+0 | |
| 2014-09-21 | [api] Added hacker module. Added default values for all methods. Cleaned up ↵ | Marak | 1 | -23/+0 | |
| errant methods. Added mustache helper. | |||||
| 2014-09-17 | [feature] - add faker for currency | MQuy | 2 | -7/+17 | |
| 2014-09-16 | [api] Add ability to generate contextual data for user names and emails. #68 | Marak | 1 | -8/+6 | |
| 2014-09-15 | [tests] [fix] Set locale back to en to make phone test pass | Marak | 1 | -0/+1 | |
| 2014-09-15 | [api] [refactor] Removed definitions.js file. All data definitions are now ↵ | Marak | 4 | -112/+50 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 12 | -300/+304 | |
| [refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication. | |||||
| 2014-09-13 | [api] Added Internet.userAgent #16 | Marak | 1 | -0/+7 | |
| 2014-09-13 | [api] Added basic financial generators Closes #32 | Marak | 2 | -0/+210 | |
| Merge https://github.com/josefsalyer/Faker.js | |||||
| 2014-09-11 | [api] [refactor] Random.number is now powered by node-mersenne instead of ↵ | Marak | 2 | -13/+1 | |
| Math.random() #48 | |||||
| 2014-09-11 | [api] [refactor] Replaced Math.Random calls with Random.number. Random ↵ | Marak | 3 | -20/+24 | |
| 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 | -7/+7 | |
| as Date objects. #93 | |||||
| 2014-09-09 | Fix random number | Marak | 1 | -2/+2 | |
| 2014-09-09 | add faker for phone code | MQuy | 1 | -0/+7 | |
| Conflicts: lib/definitions.js | |||||
| 2014-09-08 | Fix: faker.Lorem.sentence() was ignoring the 'range' parameter. | Foster Hersey | 2 | -1/+16 | |
| Conflicts: lib/lorem.js | |||||
| 2014-07-23 | Updates to switch changes over to using 2 args to support min/max | Anthony van der Hoorn | 1 | -4/+3 | |
| 2014-07-22 | Bug fixes and latest version. | FotoVerite | 2 | -1/+31 | |
| 2014-07-22 | Merge pull request #86 from northernv/fix-future-date | Matthew Bergman | 1 | -0/+8 | |
| Ensure Date.future returns a date in the future. | |||||
| 2014-07-22 | Merge pull request #90 from edshadi/random-number-range | Matthew Bergman | 1 | -0/+22 | |
| random number now accepts a range array [min, max]. | |||||
| 2014-06-16 | random number now accepts a range array [min, max]. | Ed Shadi | 1 | -0/+22 | |
| 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 | -0/+8 | |
| 2014-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 12 | -343/+343 | |
| lowercase. | |||||
| 2014-05-17 | Adds female and male name methods. #NOTE they will return a random name and ↵ | FotoVerite | 1 | -0/+22 | |
| working as intended. | |||||
