aboutsummaryrefslogtreecommitdiff
path: root/build/src/docs.md
AgeCommit message (Collapse)AuthorFilesLines
2022-01-08chore: bring readme changes from shepherd repoErica Clark1-262/+0
2021-03-25Bump to v5.5.0Marak1-0/+8
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-2/+2
Current status: - moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype - moved respective test from random.unit to datatype.unit - tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called - adapted all lib files that use moved methods (mostly number) - adapted tests of respective files to spy on the correct method - adapted README in order to promote usage of method that logs a DeprecationWarning
2021-01-20Adds Gitter chat linkMarak1-0/+1
2020-09-06fix spelling & formatting mistakesSebastian Pettersson1-10/+18
2020-08-22Update ReadMe and build scriptsMarak1-5/+17
2020-08-22Update generated docs and ReadMeMarak1-59/+84
Update Licenses
2018-09-23[dist] [minor] Update code highlighting in docsMarak1-4/+4
2017-10-15Update docs.mdDaniel Biedma1-0/+5
2017-02-20[dist] Rebuild for new versionMarak1-1/+1
2017-02-11Docs: `seed()` is on `faker`, not `random`.runeh1-2/+2
2017-02-09[api] Added exports for `az` locality #429Marak1-2/+2
2017-02-09[docs] Added section for setting seed #439Marak1-0/+17
2016-03-19[dist] Added jsdoc and gh-pages to gulpfileMarak1-13/+37
* Will now build jsdocs as part of build * Will now commit and push jsdocs to gh-pages
2015-07-31[dist] Rebuild sources and examplesMarak1-1/+18
2015-07-09[dist] Regenerate build. Prep for release.Marak1-4/+6
2015-07-08[docs] Update READMEMarak1-0/+13
2015-07-08[docs] [fix] ReadMe Marak1-1/+1
2015-07-08[docs] Updating README and build script.Marak1-26/+43
2015-07-05[docs] Update travis link. Closes #131Marak1-1/+1
2015-07-05[docs] Update README Closes #129Marak1-1/+13
2015-05-11added badge fury #177Tomasz Ducin1-0/+2
2015-05-10updated readme: sources and generated content #170Tomasz Ducin1-29/+43
2014-09-22[docs] Add demo linkMarak1-0/+4
2014-09-22[docs] Update travis imageMarak1-1/+1
2014-09-22[dist] Release v2.0.0Marak1-1/+1
2014-09-22[dist] RebuildMarak1-0/+2
2014-09-16[dist] Removed upper case Faker from last sources. Project is now renamed on ↵Marak1-1/+1
Github.
2014-09-15[dist] RebuildMarak1-0/+13
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-6/+6
[refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication.
2014-09-14[dist] Updated license to give more specific attribution to original Faker ↵Marak1-0/+6
projects
2014-09-13[dist] [refactor] Replace legacy build system with Gulp and Browserify. #61 ↵Marak1-0/+60
#85 #116