index
:
faker
erica/update-maintainers-sponsers-backers
imgbot
main
update_logo_and_readme
Generate massive amounts of fake data in the browser and node.js
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
address.js
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-28
[api] [minor] Remove reference to `this`
Marak
1
-1
/
+1
2018-10-27
[api] [fix] [minor] Remove `this` scope #376
Marak
1
-1
/
+1
2018-09-26
Support variable precision for latitude and longitude
Mahmoud Gamal
1
-8
/
+22
2018-09-23
Merge pull request #600 from karllhughes/400-zipcode-by-state-1
Marak
1
-0
/
+18
2018-09-22
Merged `addess.nearbyGPSCoordinate` method
Marak
1
-0
/
+52
2018-01-20
refactors zipCodeByState to match correct zip code ranges with tests
Willy Raedy
1
-5
/
+14
2018-01-20
Adding test for zipcode by state, basic functionality
Karl Hughes
1
-0
/
+9
2017-10-22
add direction abbr options with tests
Tyler
1
-12
/
+28
2017-10-21
add missing colon
Tyler
1
-2
/
+2
2017-10-21
add direction generator and test
Tyler
1
-3
/
+18
2017-10-21
add unit tests and schema desciptions
Tyler
1
-5
/
+14
2017-10-21
add ordinal and cardinal direction generator to address namespace
Tyler
1
-3
/
+24
2017-01-26
Delete ES6
Andres Silva
1
-2
/
+6
2017-01-26
Add max, min for latitude and longitude
Andres Silva
1
-4
/
+8
2016-05-06
Using different heuristic for producing a random GPS coordinate
Vivek Seth
1
-8
/
+6
2016-05-06
Ensure longitude points are within range [-180, 180]
Vivek Seth
1
-0
/
+7
2016-05-06
Fixed bug where variables were being leaked to global namespace
Vivek Seth
1
-4
/
+4
2016-05-05
If no input params return random coordinate
Vivek Seth
1
-1
/
+4
2016-05-05
Use term 'coordinate' instead of 'location'
Vivek Seth
1
-7
/
+7
2016-05-05
Added address.nearbyLocation() method
Vivek Seth
1
-0
/
+44
2016-03-03
Install jsdoc and add doclet stubs for all methods
Tobias Witt
1
-0
/
+97
2015-09-14
No space before citySuffix in city name
Pat Tullmann
1
-3
/
+3
2015-07-30
Only append suffix to streetName if suffix is present
Tom Collier
1
-2
/
+7
2015-07-08
[api] [refactor] Rename `array_element` and `object_element` to camelCase. Se...
Marak
1
-11
/
+11
2015-07-08
When the locales were split out (commit: 760e50ff2d04a95c990aff98ab84a6c17fb3...
portse
1
-11
/
+11
2015-07-08
[refactor] [major] Adds incremental browser builds. Switch to using prototype...
Marak
1
-119
/
+121
2015-07-07
[refactor] [dist] Allow for node to require individual locales ( to avoid the...
Marak
1
-1
/
+1
2015-07-07
[fix] [minor] Off by 1 error
Marak
1
-2
/
+1
2015-07-06
[merge] Canadian zip codes
Marak
1
-2
/
+11
2015-07-06
[merge] country_code branch
Marak
1
-1
/
+5
2015-07-05
[merge] Add basic Ukrainian support
Marak
1
-1
/
+1
2015-07-05
[merge] [api] Added missing street prefix method
Marak
1
-0
/
+4
2015-07-04
[api] [refactor] Replaced switch / cases and string concats with Faker.fake m...
Marak
1
-18
/
+17
2015-06-27
Add basic Ukrainian support and bugfixes
Anatoliy Yevpack
1
-1
/
+1
2015-02-17
Implemented proper formatting of Canadian postal codes (remains address.zipCo...
portse
1
-2
/
+11
2014-10-27
adds ability to get random country code and tests.
FotoVerite
1
-0
/
+4
2014-10-09
Added missing street prefix method
Yann Barraud
1
-0
/
+4
2014-09-22
[fix] Rename state_abbr to stateAbbr
Marak
1
-1
/
+1
2014-09-22
[api] [minor] Add back state_abbr.
Marak
1
-0
/
+4
2014-09-21
[api] Added hacker module. Added default values for all methods. Cleaned up e...
Marak
1
-4
/
+0
2014-09-15
[api] [refactor] Removed definitions.js file. All data definitions are now lo...
Marak
1
-23
/
+9
2014-09-14
[refactor] [major] Renamed variable names for consistency Closes #5
Marak
1
-14
/
+35
2014-09-11
[api] [refactor] Replaced Math.Random calls with Random.number. Random ranges...
Marak
1
-3
/
+3
2014-09-08
Removed "this" from functions, breaks mixins
goliatone
1
-4
/
+4
2014-05-17
Moving to major new version for change of package name for uppercase to lower...
FotoVerite
1
-18
/
+18
2013-06-12
Revert "Merge pull request #59 from rschmukler/this-fix"
FotoVerite
1
-5
/
+5
2013-06-05
Switched from this to var name to avoid context issues
Ryan Schmukler
1
-5
/
+5
2013-03-16
fix #35: Add latitude/longitude fields (address.geo.[lat/lng])
Mikhail Fedosov
1
-6
/
+24
2013-03-15
[fix] fixes address module switch cases
FotoVerite
1
-3
/
+3
2013-01-16
fixed typo for windows machines
FotoVerite
1
-1
/
+1
[next]