aboutsummaryrefslogtreecommitdiff
path: root/lib/company.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-14chore: remove ts-generated source filesShinigami921-123/+0
2022-01-11chore: format lib without locales (#66)Shinigami1-20/+19
2021-03-22Linting fixes for `./lib`Marak1-7/+7
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-1/+1
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-10-21re-order of the company.bs adjective and buzz (#496)mbehzad1-1/+1
- re-orderes adjective and buzz in the company.bs template literal for a correct gramatics as sugessted in the issue #496, - re-orders the statements in the unit test to reflect the same order as in the function for an easier read.
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-0/+60
Descriptions are taken from existing comments if available. The address module already has some new sample descriptions.
2015-07-08[api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵Marak1-7/+7
Set default max random number to 99999. Added default arguments to some methods.
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using ↵Marak1-53/+53
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-07[fix] [minor] Off by 1 errorMarak1-1/+1
2015-07-05[merge] Add basic Ukrainian supportMarak1-2/+2
2015-07-04[api] [refactor] Replaced switch / cases and string concats with Faker.fake ↵Marak1-6/+2
method. #199
2015-07-04[api] [refactor] [fix] Begin switch to using Faker.fake generator for all ↵Marak1-9/+14
string concats. Replaced switch / case statements with formatting arrays. Closes #226
2015-06-27Add basic Ukrainian support and bugfixesAnatoliy Yevpack1-1/+1
2014-12-09Make company suffix function use data from locale instead of hard-coded data.jkillian1-1/+2
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now ↵Marak1-6/+6
loaded from localized data sets, en is default locale. #116
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-10/+36
[refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication.
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ↵Marak1-1/+1
ranges are now inclusive of max instead of exclusive. #88 #48
2014-09-08Removed "this" from functions, breaks mixinsgoliatone1-2/+2
Conflicts: lib/name.js
2014-05-17Moving to major new version for change of package name for uppercase to ↵FotoVerite1-12/+12
lowercase.
2013-06-12Revert "Merge pull request #59 from rschmukler/this-fix"FotoVerite1-2/+2
This reverts commit dceaccf2ca2c2ff217436404c41f2bf69f7577f6, reversing changes made to 1d28802e388277a6b75efbaa1589027879df101f.
2013-06-05Switched from this to var name to avoid context issuesRyan Schmukler1-2/+2
2013-01-07renaming array_rand to array_elementBryan Donovan1-1/+1
2013-01-07linting and getting address.js to 100% test coverageBryan Donovan1-1/+1
2013-01-07making company.suffixes a functionBryan Donovan1-2/+4
2013-01-07namespacing with 'Faker'Bryan Donovan1-13/+12
2013-01-05refactoring so we do not need to use Helpers.randomize() everywhereBryan Donovan1-11/+10
2013-01-05refactoring company.jsBryan Donovan1-23/+28
2013-01-05100% coverage on company.jsBryan Donovan1-3/+9
2013-01-05linted company.jsBryan Donovan1-20/+16
2011-12-28tabs to spacesAlexey Osipenko1-15/+15
2010-07-12changes + additions zipCodeFormat, usState, phoneNumberFormat, companyName, ↵nhassan1-3/+3
companySuffix
2010-05-15tests working for library, browser, and nodeMarak Squires1-2/+2
2010-05-15cleaning up library, all definition exports are now getters of definition valuesMarak Squires1-8/+8
2010-05-15cleaning up directories, creating BUILD scriptMarak Squires1-1/+1
2010-05-15few more functions added to addressMatthew Bergman1-2/+2
2010-05-15added companyMatthew Bergman1-0/+29
2010-05-14first commitMarak Squires1-0/+0