| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-14 | chore: remove ts-generated source files | Shinigami92 | 1 | -438/+0 | |
| 2022-01-11 | chore: format lib without locales (#66) | Shinigami | 1 | -95/+121 | |
| 2021-08-18 | spelling: circular | Josh Soref | 1 | -1/+1 | |
| Signed-off-by: Josh Soref <[email protected]> | |||||
| 2021-03-22 | Fixes linting for address.js | Marak | 1 | -105/+105 | |
| 2021-03-03 | Issue 1114: New datatype module | LBuerstmayr | 1 | -6/+6 | |
| Current status: - moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype - moved respective test from random.unit to datatype.unit - tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called - adapted all lib files that use moved methods (mostly number) - adapted tests of respective files to spy on the correct method - adapted README in order to promote usage of method that logs a DeprecationWarning | |||||
| 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 | |
| Added `address.postcode_by_state` | |||||
| 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 | |
| this approach will not result in a uniform distribution, but will instead concentrate points in the center. | |||||
| 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 | |
| Returns a random GPS coordinate located within a distance of the given GPS coordinate | |||||
| 2016-03-03 | Install jsdoc and add doclet stubs for all methods | Tobias Witt | 1 | -0/+97 | |
| Descriptions are taken from existing comments if available. The address module already has some new sample descriptions. | |||||
| 2015-09-14 | No space before citySuffix in city name | Pat Tullmann | 1 | -3/+3 | |
| The citySuffix is a real word suffix (like "ton" or "burgh") so there should not be whitespace before it. (The cityPrefix is a separate word (like "Lake" or "North"), so still needs whitespace. | |||||
| 2015-07-30 | Only append suffix to streetName if suffix is present | Tom Collier | 1 | -2/+7 | |
| When streetSuffix returns an empty string, do not append a space to the end of the name part of streetName. With the prior behavior, occasionally, this streetName would return something like "Ashley " (notice the trailing space), which is undesirable in many circumstances. | |||||
| 2015-07-08 | [api] [refactor] Rename `array_element` and `object_element` to camelCase. ↵ | Marak | 1 | -11/+11 | |
| Set default max random number to 99999. Added default arguments to some methods. | |||||
| 2015-07-08 | When the locales were split out (commit: ↵ | portse | 1 | -11/+11 | |
| 760e50ff2d04a95c990aff98ab84a6c17fb3854c), the en_CA locale lost its zipFormat definition added in PR #173. * Reverted back to simply using the postcode definition. * Updated zipCode function to use that definition for the locale. * Ensure en_CA locale has a postcode definition file. | |||||
| 2015-07-08 | [refactor] [major] Adds incremental browser builds. Switch to using ↵ | Marak | 1 | -119/+121 | |
| prototype for internal API. Previous usage of `module.parent` is not acceptable. Locale information is now passed into Faker constructor. Closes #125 | |||||
| 2015-07-07 | [refactor] [dist] Allow for node to require individual locales ( to avoid ↵ | Marak | 1 | -1/+1 | |
| the default behavior of requiring all locale data. #125 #167 | |||||
| 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 ↵ | Marak | 1 | -18/+17 | |
| method. #199 | |||||
| 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 ↵ | portse | 1 | -2/+11 | |
| address.zipCode in the API) when locale is set to en_CA. address.zipCode also now accepts a zip format string, so that a user can specifically specify the format they wish to see. If this is not passed in, a locale based zip format string is used. This will keep the concerns of zipCode formatting specific to the locales. | |||||
| 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 | |
| Added missing street prefix method | |||||
| 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 | |
