aboutsummaryrefslogtreecommitdiff
path: root/lib/address.js
AgeCommit message (Expand)AuthorFilesLines
2021-08-18spelling: circularJosh Soref1-1/+1
2021-03-22Fixes linting for address.jsMarak1-105/+105
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-6/+6
2021-02-17Use randmly cityname when availableMorgan Denis1-4/+5
2021-02-12Allow using real city name when availableMorgan Denis1-0/+13
2020-09-06fix spelling & formatting mistakesSebastian Pettersson1-3/+3
2020-08-25Merge branch 'master' into country-code-alpha-3Marak1-0/+8
2020-08-18add time_zonemkg01-0/+8
2019-06-20feat: added support for generating a random alpha-3 country codekaykhan1-1/+12
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