834 Commits

Author SHA1 Message Date
Ren Shao 7fc5e07284 added words test 2013-12-23 11:36:56 +11:00
Ren Shao 27850c0477 Merge pull request #5 from johntbush/master
performance improvement
2013-12-22 16:35:06 -08:00
Ren Shao 6aab9d1842 resolved #9 added test to verify bothify works 2013-12-23 11:13:46 +11:00
Ricky 1038556ac1 adding support for french locale 2013-12-17 21:59:13 +11:00
Ricky fc96c78267 added missing paragraph(s) tests 2013-12-17 16:02:11 +11:00
Ricky abfb547d1c added in missing asserts in test 2013-12-17 15:57:34 +11:00
Ricky f8191d4ae5 adding .travis.yml support 2013-12-17 15:42:41 +11:00
Andreas König 65b2ba2a85 Fixed loading of yml-file for using in web-application (tomcat) 2013-12-12 08:34:48 +01:00
David Wursteisen 7bdecac45f Add letters method
letters method allow users to create a fixed size String.

example : new Faker().letters(5) will create an 5 char string
2013-10-16 19:24:04 +02:00
agung prasetyo 203f437ee0 adding source and target for java 1.6 2013-10-09 16:08:02 +07:00
Charles Blaxland fee1da2eb6 Merge pull request #8 from ijf/master
Fix typo in Readme.md
2013-06-25 17:44:25 -07:00
ian f506d8d161 Fix Readme.md lastName call 2013-06-25 16:00:02 -04:00
John Bush c51f0ef359 remove shuffle and replace with random index call to improve performance 2013-02-15 22:54:02 -07:00
Ren Shao 0ce50126b6 Merge pull request #4 from crc83/master
NPE during InputStreamReader initialization
2012-11-29 02:19:23 -08:00
Sergiy Beley 3c5883e42a Fixed issue when Faker can't initialize input stream for Yaml configuration on application server (for example Tomcat 7.0)
Signed-off-by: Sergiy Beley <sergiy.beley@gmail.com>
2012-11-27 14:20:04 +02:00
Ren Shao 7eef1701b5 attempt to fix README.md format 2012-02-21 23:25:47 +11:00
Ren Shao 17a71fedf3 published to maven central\! 2012-02-21 23:23:47 +11:00
Ren Shao c48bb870e6 [maven-release-plugin] prepare for next development iteration 2012-02-13 11:18:40 +11:00
Ren Shao b0380c400d [maven-release-plugin] prepare release javafaker-0.2 javafaker-0.2 2012-02-13 11:18:26 +11:00
Ren Shao 93c1d32b88 try to release again 2012-02-13 11:17:09 +11:00
Ren Shao edd4269948 [maven-release-plugin] prepare release javafaker-0.2 2012-02-13 11:10:21 +11:00
Ren Shao ccb2387b7e change version number to a snapshot 2012-02-13 10:49:30 +11:00
Ren Shao f448d1cbfd rename package 2012-02-13 10:12:28 +11:00
Ren Shao b0da70ac37 rename group id and artifact id 2012-01-17 00:36:48 +11:00
Ren Shao 59bd587c61 moved to au.com.dius package, as recommeded by Maven Central Repo publishing guides 2011-08-07 22:09:59 +10:00
Ren Shao de372e5d76 Update project url in pom file 2011-08-07 21:14:16 +10:00
Ren Shao 4b97108305 try GitHub Flavored Markdown README.md 2011-08-07 21:09:59 +10:00
Ren Shao 58cbe405d2 added whitespace to force line break in README.md 2011-08-07 21:00:59 +10:00
Ren Shao c44c09a5a1 merged all faker methods back to Faker class; make all faker methods instance methods (remove static); 2011-08-07 20:51:53 +10:00
Ren Shao dd3237e64e 1. split faker method to separate classes
2. implemented lorem, addresses
2011-06-11 20:16:59 +10:00
Ren Shao 4dfe0834db 1. added name() to fake a full name 2011-06-11 15:01:49 +10:00
Ren Shao a562271ad7 1. added initial implementation. 2. added dependencies to commons-lang and jyaml. 2011-06-08 23:25:28 +10:00
Ren Shao 376d75267a 1. added maven build infrastructure; 2. added i18n messages copied from ruby's faker library 2011-06-08 23:13:35 +10:00
Ren Shao 0b11d351cc first commit 2011-06-06 11:05:09 +10:00