aboutsummaryrefslogtreecommitdiff
path: root/lib/address.js
AgeCommit message (Expand)AuthorFilesLines
2018-10-28[api] [minor] Remove reference to `this`Marak1-1/+1
2018-10-27[api] [fix] [minor] Remove `this` scope #376Marak1-1/+1
2018-09-26Support variable precision for latitude and longitudeMahmoud Gamal1-8/+22
2018-09-23Merge pull request #600 from karllhughes/400-zipcode-by-state-1Marak1-0/+18
2018-09-22Merged `addess.nearbyGPSCoordinate` methodMarak1-0/+52
2018-01-20refactors zipCodeByState to match correct zip code ranges with testsWilly Raedy1-5/+14
2018-01-20Adding test for zipcode by state, basic functionalityKarl Hughes1-0/+9
2017-10-22add direction abbr options with testsTyler1-12/+28
2017-10-21add missing colonTyler1-2/+2
2017-10-21add direction generator and testTyler1-3/+18
2017-10-21add unit tests and schema desciptionsTyler1-5/+14
2017-10-21add ordinal and cardinal direction generator to address namespaceTyler1-3/+24
2017-01-26Delete ES6Andres Silva1-2/+6
2017-01-26Add max, min for latitude and longitudeAndres Silva1-4/+8
2016-05-06Using different heuristic for producing a random GPS coordinateVivek Seth1-8/+6
2016-05-06Ensure longitude points are within range [-180, 180]Vivek Seth1-0/+7
2016-05-06Fixed bug where variables were being leaked to global namespaceVivek Seth1-4/+4
2016-05-05If no input params return random coordinateVivek Seth1-1/+4
2016-05-05Use term 'coordinate' instead of 'location'Vivek Seth1-7/+7
2016-05-05Added address.nearbyLocation() methodVivek Seth1-0/+44
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