UNPKG

random-addresses-generator

Version:

random-addresses-generator is a lightweight JavaScript library for generating random and customizable addresses. Perfect for developers needing dummy data for testing, prototyping, or mockups. The package supports various address formats and is designed t

54 lines (35 loc) 2.23 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [1.1.11](https://github.com/textcompare/random-addresses-generator/compare/v1.1.10...v1.1.11) (2025-03-28) ### Bug Fixes * fix error the "paths[0]" argument must be of type string. Received undefined ([de62833](https://github.com/textcompare/random-addresses-generator/commit/de62833fb8a006b001ea4375de90fdbc8c765407)) ### [1.1.10](https://github.com/textcompare/random-addresses-generator/compare/v1.1.9...v1.1.10) (2025-03-08) - Added more streets for USA ### [1.1.9](https://github.com/textcompare/random-addresses-generator/compare/v1.1.8...v1.1.9) (2025-03-08) ### [1.1.8](https://github.com/textcompare/random-addresses-generator/compare/v1.1.7...v1.1.8) (2025-03-08) - Fixed Spain address Generation ### [1.1.7](https://github.com/textcompare/random-addresses-generator/compare/v1.1.6...v1.1.7) (2025-03-08) - Fixed streetName generation according to the category ### [1.1.6](https://github.com/textcompare/random-addresses-generator/compare/v1.1.5...v1.1.6) (2025-03-08) ### [1.1.5](https://github.com/textcompare/random-addresses-generator/compare/v1.1.4...v1.1.5) (2025-03-08) - Added Thailand Country - Fixed country field occurence - Fixed US addresses NA Problem ### [1.1.4](https://github.com/textcompare/random-addresses-generator/compare/v1.1.3...v1.1.4) (2025-03-07) ### [1.1.3](https://github.com/textcompare/random-addresses-generator/compare/v1.1.2...v1.1.3) (2025-03-01) ### Added - Generate addresses for particular cities by their names. ### 1.1.2 (2025-02-20) ## [1.1.1] - 2025-02-20 ### Added - Included all cities and states of the USA for more accurate address generation. ## [1.1.0] - 2025-02-15 ### Added - Integrated CDN support for faster and more reliable package distribution. ## [1.0.9] - 2025-02-10 ### Added - Expanded support to 40 countries, significantly increasing address generation flexibility. ## [1.0.0] - 2025-02-01 ### Initial Release - Introduced the random-addresses generator. - Supported address generation for a single country.