aboutsummaryrefslogtreecommitdiff
path: root/lib/company.js
AgeCommit message (Expand)AuthorFilesLines
2021-03-22Linting fixes for `./lib`Marak1-7/+7
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-1/+1
2017-10-21re-order of the company.bs adjective and buzz (#496)mbehzad1-1/+1
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-0/+60
2015-07-08[api] [refactor] Rename `array_element` and `object_element` to camelCase. Se...Marak1-7/+7
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using prototype...Marak1-53/+53
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid the...Marak1-1/+1
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 m...Marak1-6/+2
2015-07-04[api] [refactor] [fix] Begin switch to using Faker.fake generator for all str...Marak1-9/+14
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 lo...Marak1-6/+6
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-10/+36
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ranges...Marak1-1/+1
2014-09-08Removed "this" from functions, breaks mixinsgoliatone1-2/+2
2014-05-17Moving to major new version for change of package name for uppercase to lower...FotoVerite1-12/+12
2013-06-12Revert "Merge pull request #59 from rschmukler/this-fix"FotoVerite1-2/+2
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, c...nhassan1-3/+3
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