aboutsummaryrefslogtreecommitdiff
path: root/lib/lorem.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-14chore: remove ts-generated source filesShinigami921-167/+0
2022-01-11chore: format lib without locales (#66)Shinigami1-19/+41
2021-08-18spelling: defaultsJosh Soref1-1/+1
Signed-off-by: Josh Soref <[email protected]>
2021-08-18spelling: capitalizeJosh Soref1-1/+1
Signed-off-by: Josh Soref <[email protected]>
2021-03-22Linting fixes for `./lib`Marak1-24/+24
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-4/+4
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
2020-08-24Addresses review commentJohnny Reina1-3/+6
2017-10-02Updates lorem.word description for length parameter.Johnny Reina1-1/+1
2017-10-02Adds check for length param in lorem.word.Johnny Reina1-2/+5
2017-07-27Adds description to lorem.word()Johnny Reina1-1/+1
2017-07-27Adds length filter to lorem.word()Johnny Reina1-3/+4
2016-11-24Added lorem.slug methodLevente Löki1-0/+11
2016-04-04Update lorem.jsJosh Gordon1-1/+1
Fix typo in docstring.
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-2/+55
Descriptions are taken from existing comments if available. The address module already has some new sample descriptions.
2016-02-07[api] Better lorem methodsMarak1-8/+30
* `lorem.word` no longer returning array * Adds methods for returning random lorem blocks * Provides a better variation of results * Disables some tests ( for now )
2015-07-15fixed sentence formattingBrandon Dail1-1/+2
sentences now start with a capital letter and and with a period.
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using ↵Marak1-43/+47
prototype for internal API. Previous usage of `module.parent` is not acceptable. Locale information is now passed into Faker constructor. Closes #125
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid ↵Marak1-1/+1
the default behavior of requiring all locale data. #125 #167
2015-07-04[api] [fix] Remove tabs from paragraph generation. Make paragraph separator ↵Marak1-8/+11
configurable. Closes #223
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now ↵Marak1-2/+1
loaded from localized data sets, en is default locale. #116
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-08Fix: faker.Lorem.sentence() was ignoring the 'range' parameter.Foster Hersey1-1/+1
Conflicts: lib/lorem.js
2014-09-08Removed "this" from functions, breaks mixinsgoliatone1-6/+6
Conflicts: lib/name.js
2014-05-17Moving to major new version for change of package name for uppercase to ↵FotoVerite1-3/+3
lowercase.
2013-06-12Revert "Merge pull request #59 from rschmukler/this-fix"FotoVerite1-4/+4
This reverts commit dceaccf2ca2c2ff217436404c41f2bf69f7577f6, reversing changes made to 1d28802e388277a6b75efbaa1589027879df101f.
2013-06-12[util] merged in chrisocast changes, updated build and version.FotoVerite1-2/+3
2013-06-05Switched from this to var name to avoid context issuesRyan Schmukler1-4/+4
2013-05-10Add range param to lorem.sentenceChris Cast1-3/+4
2013-03-19Improve perf by declaring definitions as arraysJoel Fillmore1-1/+1
2013-01-07lorem.js testsBryan Donovan1-28/+33
2013-01-06initial address.unit.jsBryan Donovan1-1/+0
2013-01-05linted lorem.jsBryan Donovan1-26/+26
2011-12-28tabs to spacesAlexey Osipenko1-12/+12
2010-05-16fixed another typoMatthew Bergman1-1/+1
2010-05-16fixed typo in loremMatthew Bergman1-1/+1
2010-05-15added usage docs, created unit tests for library and bundled versions in ↵Marak Squires1-9/+5
node and browser
2010-05-15cleaning up library, all definition exports are now getters of definition valuesMarak Squires1-4/+4
2010-05-15cleaning up directories, creating BUILD scriptMarak Squires1-1/+1
2010-05-15lorem doneMatthew Bergman1-16/+16
2010-05-15lorem partial workingMatthew Bergman1-23/+22
2010-05-15more helperMatthew Bergman1-6/+3
2010-05-14added lorem.jsMarak Squires1-0/+48
2010-05-14first commitMarak Squires1-0/+0