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
2021-08-18
spelling: circular
Josh Soref
1
-1
/
+1
2021-03-22
Fixes linting for address.js
Marak
1
-105
/
+105
2021-03-03
Issue 1114: New datatype module
LBuerstmayr
1
-6
/
+6
2021-02-17
Use randmly cityname when available
Morgan Denis
1
-4
/
+5
2021-02-12
Allow using real city name when available
Morgan Denis
1
-0
/
+13
2020-09-06
fix spelling & formatting mistakes
Sebastian Pettersson
1
-3
/
+3
2020-08-25
Merge branch 'master' into country-code-alpha-3
Marak
1
-0
/
+8
2020-08-18
add time_zone
mkg0
1
-0
/
+8
2019-06-20
feat: added support for generating a random alpha-3 country code
kaykhan
1
-1
/
+12
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
[next]