aboutsummaryrefslogtreecommitdiff
path: root/lib/address.js
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Delete ES6Andres Silva1-2/+6
2017-01-26Add max, min for latitude and longitudeAndres Silva1-4/+8
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-0/+97
2015-09-14No space before citySuffix in city namePat Tullmann1-3/+3
2015-07-30Only append suffix to streetName if suffix is presentTom Collier1-2/+7
2015-07-08[api] [refactor] Rename `array_element` and `object_element` to camelCase. Se...Marak1-11/+11
2015-07-08When the locales were split out (commit: 760e50ff2d04a95c990aff98ab84a6c17fb3...portse1-11/+11
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using prototype...Marak1-119/+121
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-2/+1
2015-07-06[merge] Canadian zip codesMarak1-2/+11
2015-07-06[merge] country_code branchMarak1-1/+5
2015-07-05[merge] Add basic Ukrainian supportMarak1-1/+1
2015-07-05[merge] [api] Added missing street prefix methodMarak1-0/+4
2015-07-04[api] [refactor] Replaced switch / cases and string concats with Faker.fake m...Marak1-18/+17
2015-06-27Add basic Ukrainian support and bugfixesAnatoliy Yevpack1-1/+1
2015-02-17Implemented proper formatting of Canadian postal codes (remains address.zipCo...portse1-2/+11
2014-10-27adds ability to get random country code and tests.FotoVerite1-0/+4
2014-10-09Added missing street prefix methodYann Barraud1-0/+4
2014-09-22[fix] Rename state_abbr to stateAbbrMarak1-1/+1
2014-09-22[api] [minor] Add back state_abbr.Marak1-0/+4
2014-09-21[api] Added hacker module. Added default values for all methods. Cleaned up e...Marak1-4/+0
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now lo...Marak1-23/+9
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-14/+35
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ranges...Marak1-3/+3
2014-09-08Removed "this" from functions, breaks mixinsgoliatone1-4/+4
2014-05-17Moving to major new version for change of package name for uppercase to lower...FotoVerite1-18/+18
2013-06-12Revert "Merge pull request #59 from rschmukler/this-fix"FotoVerite1-5/+5
2013-06-05Switched from this to var name to avoid context issuesRyan Schmukler1-5/+5
2013-03-16fix #35: Add latitude/longitude fields (address.geo.[lat/lng])Mikhail Fedosov1-6/+24
2013-03-15[fix] fixes address module switch casesFotoVerite1-3/+3
2013-01-16fixed typo for windows machinesFotoVerite1-1/+1
2013-01-07renaming array_rand to array_elementBryan Donovan1-2/+2
2013-01-07100% test coverage.Bryan Donovan1-2/+2
2013-01-07style changeBryan Donovan1-64/+68
2013-01-07working browser testBryan Donovan1-7/+7
2013-01-07namespacing with 'Faker'Bryan Donovan1-14/+14
2013-01-07lower-casing modulesBryan Donovan1-7/+7
2013-01-07brState() testsBryan Donovan1-6/+6
2013-01-06tests for streetAddress()Bryan Donovan1-5/+7
2013-01-06initial address.unit.jsBryan Donovan1-9/+10
2013-01-05linted address.jsBryan Donovan1-60/+50
2011-01-24[misc] Moved logo into git repoMarak Squires1-52/+52
2010-11-07Adding Faker.Address.brState(abbr)Rodrigo Machado1-0/+3
2010-08-01merged in naz new methods, added back ukCountry. updated docs to use npm. bum...Marak Squires1-0/+3
2010-07-12changes + additions zipCodeFormat, usState, phoneNumberFormat, companyName, c...nhassan1-3/+8
2010-05-15tests working for library, browser, and nodeMarak Squires1-1/+1
2010-05-15cleaning up library, all definition exports are now getters of definition valuesMarak Squires1-17/+17
2010-05-15cleaning up directories, creating BUILD scriptMarak Squires1-1/+1
2010-05-15few more fixes and better readmeMatthew Bergman1-1/+1