aboutsummaryrefslogtreecommitdiff
path: root/lib/system.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-14chore: remove ts-generated source filesShinigami921-204/+0
2022-01-11chore: format lib without locales (#66)Shinigami1-37/+29
2021-03-30Adds back missing file extensions #1153Marak1-9/+12
Issue introduced by #985
2021-03-27Reverts changes from #985 Closes #1148Marak1-20/+60
Removes duplicate `en` require This is a quick copy and paste solution to revert We’ll want to go back here and refactor this again
2021-03-22Linting fixes for `./lib`Marak1-10/+10
2021-03-18perf(system): improve commonFileName, commonFileExt, fileType, directoryPath ↵Christian1-62/+70
performance fixes #822
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-3/+3
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
2017-09-08Merge pull request #419 from cvega/masterMarak1-4/+5
[api] [dist] Add system methods, update travis.yml
2016-11-30Don't allow path seperators in generated filenamesMark Kornblum1-1/+3
2016-10-03[api] Add `filePath, directoryPath` system methodscvega1-5/+6
* Returns a random path with file name * Returns a random directory path (no trailing slash)
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-4/+60
Descriptions are taken from existing comments if available. The address module already has some new sample descriptions.
2016-02-14[api] [minor] Move semver to System resource #304Marak1-0/+5
2016-02-07[api] [minor] Added custom type for commonFileNameMarak1-1/+1
* Generates file name based on provided ext
2016-02-06[api] Added concept of "System" moduleMarak1-0/+97
* Allows for creation of fake systems data * So far has file-system related methods * Mime-types * File extensions * File names