index
:
faker
erica/update-maintainers-sponsers-backers
imgbot
main
update_logo_and_readme
Generate massive amounts of fake data in the browser and node.js
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-22
Added unit test for uuid generator
James Drew
1
-0
/
+8
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
2014-11-12
Have past, future and recent return random dates
Daniel Perez Alvarez
1
-1
/
+9
2014-09-22
[api] [minor] Added default values for more methods. Cleaned up image module....
Marak
1
-2
/
+2
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 e...
Marak
1
-23
/
+0
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 lo...
Marak
4
-112
/
+50
2014-09-14
[refactor] [major] Renamed variable names for consistency Closes #5
Marak
12
-300
/
+304
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
2014-09-11
[api] [refactor] Random.number is now powered by node-mersenne instead of Mat...
Marak
2
-13
/
+1
2014-09-11
[api] [refactor] Replaced Math.Random calls with Random.number. Random ranges...
Marak
3
-20
/
+24
2014-09-10
[fix] Do not serialize Dates from Date.random APIs. Dates are now returned as...
Marak
1
-7
/
+7
2014-09-09
Fix random number
Marak
1
-2
/
+2
2014-09-09
add faker for phone code
MQuy
1
-0
/
+7
2014-09-08
Fix: faker.Lorem.sentence() was ignoring the 'range' parameter.
Foster Hersey
2
-1
/
+16
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
2014-07-22
Merge pull request #90 from edshadi/random-number-range
Matthew Bergman
1
-0
/
+22
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
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 lower...
FotoVerite
12
-343
/
+343
2014-05-17
Adds female and male name methods. #NOTE they will return a random name and w...
FotoVerite
1
-0
/
+22
2014-05-03
improve image test coverage
hkal
1
-9
/
+79
2014-02-19
removes gender tests.
FotoVerite
1
-26
/
+0
2014-02-17
Merge branch 'master' of github.com:cyanos/Faker.js into cyanos-master
FotoVerite
4
-0
/
+208
2014-02-17
Fixes so build runs.
FotoVerite
1
-7
/
+7
2014-01-08
Add UIFaces to generate random avatar
Kieu Anh Tuan
1
-7
/
+10
2014-01-07
Add support to lorempixel image provider
Kieu Anh Tuan
1
-0
/
+35
2013-11-05
Add Date functionality: past, future, recent, between
cyanos3
1
-0
/
+65
2013-11-05
My take on separating male and female names. Tests passing, Coverage restored.
cyanos3
2
-3
/
+29
2013-11-05
Tree: let the width parameter also be a function that returns an int
cyanos3
1
-2
/
+16
2013-11-05
Add random color to Internet.js
cyanos3
1
-0
/
+7
2013-11-05
Add tree:
cyanos3
1
-0
/
+96
2013-08-03
I forgot how much of stinker zero is in Javascript. Looping tests on finance ...
Josef Salyer
1
-173
/
+188
2013-07-28
added tests and cleaned up at 100% in istanbul (not constantinople)
Josef Salyer
2
-10
/
+66
2013-07-28
added a bunch of test, changed format of many files to match the newer style
Josef Salyer
15
-0
/
+8710
2013-05-10
Add range param to lorem.sentence
Chris Cast
1
-1
/
+17
2013-03-19
Improve perf by declaring definitions as arrays
Joel Fillmore
1
-3
/
+0
2013-03-16
fix #35: Add latitude/longitude fields (address.geo.[lat/lng])
Mikhail Fedosov
1
-0
/
+31
2013-03-16
js cleanup (jshint)
Mikhail Fedosov
3
-22
/
+22
2013-03-15
fix #42: Email has invalid characters
Mikhail Fedosov
2
-3
/
+10
2013-01-08
adding randomNumber and randomize back to helpers.js
Bryan Donovan
1
-0
/
+18
2013-01-07
allowing all tests to run in browser
Bryan Donovan
11
-83
/
+4202
[next]