aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-11Fix aomount and price argument dec for case = 0. Add unit tests. Minor ↵alexpts4-18/+51
codestyle fix.
2017-02-10[api] [fix] [minor] Default shuffle value #405Marak1-1/+1
2017-02-09Merge remote-tracking branch 'codemanx/master'Marak6-17/+1240
2017-02-09[api] Added exports for `az` locality #429Marak2-2/+3
2017-02-09Azerbaijani localization has been addedNurlan Alekberov39-0/+1004
2017-02-09Merge pull request #437 from lencse/masterMarak3-1/+42
[api] Added `lorem.slug` method
2017-02-09[api] [minor] Expose seed option to Faker classMarak1-1/+1
* Closes #456 * Could use additional tests
2017-02-09[docs] Added section for setting seed #439Marak1-0/+17
2017-02-09[api] [fix] Don't allow `/` in file names or pathsMarak2-1/+30
Don't allow path seperators in generated filenames
2017-02-09[api] [fix] Typo in require statementMarak1-1/+1
2017-02-09testskulaeff3-0/+50
2017-02-09[api] [fix] Ensure database methods are mappedMarak1-0/+1
* Was causing database methods to fail * All methods need to be explicitly mapped
2017-02-09added Database namespacekulaeff8-0/+133
2017-02-09[refactor] [fix] Move password generator to coreMarak2-74/+51
* Migrates password generator from vendor * Removes erroneous browserifying code * Switches `Math.random` to faker random * Closes #460 * Should close #430
2017-01-26Delete ES6Andres Silva1-2/+6
2017-01-26Add max, min for latitude and longitudeAndres Silva2-4/+34
2017-01-15Fix dec for amountAlexpts1-1/+1
Now: amount(10, 10, 0); // => 10.00 Expected: amount(10, 10, 0); // => 10
2017-01-01Set default minimum price to 1Jacob Goense1-1/+1
According to the test the minimum amount should be greater than 0 when not passing arguments. This failed about 1 in 1000 times.
2017-01-01Fix typo in price() descriptionJacob Goense1-2/+2
2016-11-30Don't allow path seperators in generated filenamesMark Kornblum2-1/+30
2016-11-24Added lorem.slug to functional testLevente Löki1-1/+1
2016-11-24Added lorem.slug methodLevente Löki2-0/+41
2016-11-01Add .npmignoreDavid Schovanec1-0/+7
2016-10-17Add ABA routing numberJoão Fonseca2-0/+32
2016-10-03[dist] Add newest versions of node to .travis.ymlcvega1-0/+2
* Added node versions 6 and 6.1 * latest versions offered by travis
2016-10-03[api] Add `filePath, directoryPath` system methodscvega3-6/+70
* Returns a random path with file name * Returns a random directory path (no trailing slash)
2016-10-01Merge pull request #418 from cvega/masterMarak2-0/+34
[api] Added `internet.ipv6` method
2016-10-01[api] Added `internet.ipv6` methodcvega2-0/+34
* Returns a random 8 octet ipv6 address
2016-09-27fix bug unsplash objectChinCluBi1-6/+6
2016-09-27remove object.assign.fix unit testChinCluBi2-13/+14
2016-09-27added lorempixel and unsplash properties to image objChinCluBi4-342/+497
2016-09-27include image_provider folder to create a docChinCluBi2-1/+6
2016-09-27rewrite build scriptChinCluBi1-1/+1
2016-09-26CommentsPaolo del Mundo1-0/+1
2016-09-25separator enhancements and unit testsPaolo del Mundo2-2/+29
2016-09-25Merge pull request #405 from HowWeRollingham/masterMarak2-0/+8
[fix] Don't throw in helpers.shuffle on empty array
2016-09-22[docs] Add Patreon campaignMarak1-0/+3
2016-09-22Merge pull request #403 from jocull/masterMarak1-1/+1
Fix demo URL in Readme
2016-09-06Add separatorPaolo del Mundo1-2/+2
2016-08-30Prevented a crash on running helpers.shuffle on an empty arrayBen Douglas2-0/+8
2016-08-29Fix demo URL in ReadmeJames O'Cull1-1/+1
2016-08-12add node v6.x to travis environmentChinCluBi1-0/+1
2016-08-12move random image from lorempixel.com to unsplash.comChinCluBi2-23/+87
2016-08-12upgrade mocha version to support node v6.xChinCluBi1-3/+2
2016-07-26fix: + require('./title') in lib/locales/ru/name/index.jsTaras Labiak1-5/+6
2016-07-26+ lib/locales/ru/name/title.jsTaras Labiak1-0/+42
2016-07-18Revert "remove all node_js except 5.1"[email protected]1-0/+9
This reverts commit fd3934abf20ade15be575bce8ec96a6ed97bba95.
2016-07-17remove all node_js except 5.1Amirhossein Aleyasen1-9/+0
2016-07-17add comma between entities of street_address.js[email protected]1-2/+2
2016-07-17remove farsi characters to prevent Unexpected string exception[email protected]1-2/+2