| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-21 | chore(test): migrate to vitest (#235) | Shinigami | 1 | -678/+0 | |
| 2022-01-18 | feat!: support tree-shaking (#152) | Shinigami | 1 | -1/+1 | |
| 2022-01-13 | chore: format tests (#67) | Shinigami | 1 | -149/+269 | |
| 2021-03-22 | Linting fixes for `./test` | Marak | 1 | -482/+482 | |
| 2021-03-03 | Issue 1114: New datatype module | LBuerstmayr | 1 | -33/+33 | |
| 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 | |||||
| 2020-10-04 | Fix typo | Carlos Carvalho | 1 | -12/+12 | |
| 2020-10-04 | Change deprecated assert.equal | Carlos Carvalho | 1 | -26/+51 | |
| 2020-08-25 | Merge branch 'master' into country-code-alpha-3 | Marak | 1 | -0/+10 | |
| 2020-08-18 | add time_zone | mkg0 | 1 | -0/+10 | |
| 2019-06-20 | feat: added support for generating a random alpha-3 country code | kaykhan | 1 | -0/+11 | |
| 2018-10-27 | [test] [minor] Improving test coverage | Marak | 1 | -1/+36 | |
| 2018-09-26 | [minor] Spelling error in tests | Marak | 1 | -2/+2 | |
| 2018-09-26 | Add tests | Mahmoud Gamal | 1 | -2/+32 | |
| 2018-09-23 | Merge pull request #600 from karllhughes/400-zipcode-by-state-1 | Marak | 1 | -0/+34 | |
| Added `address.postcode_by_state` | |||||
| 2018-09-22 | Merged `addess.nearbyGPSCoordinate` method | Marak | 1 | -0/+49 | |
| 2018-01-20 | refactors zipCodeByState to match correct zip code ranges with tests | Willy Raedy | 1 | -7/+25 | |
| 2018-01-20 | Adding test for zipcode by state, basic functionality | Karl Hughes | 1 | -0/+16 | |
| 2017-10-22 | add direction abbr options with tests | Tyler | 1 | -3/+27 | |
| 2017-10-21 | add direction generator and test | Tyler | 1 | -0/+10 | |
| 2017-10-21 | add unit tests and schema desciptions | Tyler | 1 | -0/+19 | |
| 2017-01-26 | Add max, min for latitude and longitude | Andres Silva | 1 | -0/+26 | |
| 2016-05-06 | Added unit test for nearbyGPSCoordinate | Vivek Seth | 1 | -0/+48 | |
| 2015-07-30 | Only append suffix to streetName if suffix is present | Tom Collier | 1 | -1/+12 | |
| 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 | -3/+3 | |
| Set default max random number to 99999. Added default arguments to some methods. | |||||
| 2015-07-08 | * Fixed up assertions. | portse | 1 | -9/+3 | |
| 2015-07-08 | * Added unit tests as per request in PR comment. | portse | 1 | -0/+31 | |
| 2014-10-27 | adds ability to get random country code and tests. | FotoVerite | 1 | -4/+14 | |
| 2014-09-15 | [api] [refactor] Removed definitions.js file. All data definitions are now ↵ | Marak | 1 | -80/+19 | |
| loaded from localized data sets, en is default locale. #116 | |||||
| 2014-09-14 | [refactor] [major] Renamed variable names for consistency Closes #5 | Marak | 1 | -91/+98 | |
| [refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication. | |||||
| 2014-05-17 | Moving to major new version for change of package name for uppercase to ↵ | FotoVerite | 1 | -107/+107 | |
| lowercase. | |||||
| 2013-03-16 | fix #35: Add latitude/longitude fields (address.geo.[lat/lng]) | Mikhail Fedosov | 1 | -0/+31 | |
| 2013-03-16 | js cleanup (jshint) | Mikhail Fedosov | 1 | -2/+2 | |
| 2013-01-07 | allowing all tests to run in browser | Bryan Donovan | 1 | -4/+5 | |
| 2013-01-07 | renaming array_rand to array_element | Bryan Donovan | 1 | -3/+3 | |
| 2013-01-07 | linting and getting address.js to 100% test coverage | Bryan Donovan | 1 | -3/+68 | |
| 2013-01-07 | Completely removing aliased lower-case functions | Bryan Donovan | 1 | -21/+21 | |
| 2013-01-07 | namespacing with 'Faker' | Bryan Donovan | 1 | -77/+77 | |
| 2013-01-07 | lower-casing modules | Bryan Donovan | 1 | -24/+24 | |
| 2013-01-07 | brState() tests | Bryan Donovan | 1 | -0/+36 | |
| 2013-01-06 | tests for streetAddress() | Bryan Donovan | 1 | -0/+55 | |
| 2013-01-06 | initial address.unit.js | Bryan Donovan | 1 | -0/+105 | |
