diff options
| author | ST-DDT <[email protected]> | 2024-05-23 13:25:14 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-23 11:25:14 +0000 |
| commit | b97984c7a165df0b516cbba0806b7cd68d77fc52 (patch) | |
| tree | f1f7c71aa3422fd0afbf03e7bdfda183c855bb4b | |
| parent | 80b4a23b904db1abe1408480bbf56704d048b165 (diff) | |
| download | faker-b97984c7a165df0b516cbba0806b7cd68d77fc52.tar.xz faker-b97984c7a165df0b516cbba0806b7cd68d77fc52.zip | |
docs: delete CHANGELOG_old.md (#2914)
| -rw-r--r-- | .prettierignore | 1 | ||||
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | CHANGELOG_old.md | 133 |
3 files changed, 1 insertions, 135 deletions
diff --git a/.prettierignore b/.prettierignore index 9c80acc2..c95aad6d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,5 +3,4 @@ coverage/ dist/ test/scripts/apidocs/temp/ CHANGELOG.md -CHANGELOG_old.md pnpm-lock.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index d5905e24..07f92db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -968,4 +968,4 @@ All notable changes to this project will be documented in this file. See [commit ## 6.0.0-alpha.0 (2022-01-07) -For changes prior to version v6.0.0-alpha.1, see [the old changelog](./CHANGELOG_old.md). +For changes prior to version `v6`, see [the old changelog](https://github.com/faker-js/faker/blob/v6/CHANGELOG_old.md). diff --git a/CHANGELOG_old.md b/CHANGELOG_old.md deleted file mode 100644 index 91036b0e..00000000 --- a/CHANGELOG_old.md +++ /dev/null @@ -1,133 +0,0 @@ -# CHANGELOG - -See commit history on Github for change history -http://github.com/marak/faker.js - -## v4.0.0 - -### Dist - -- Update to latest gulp and mocha - -### Docs - -- `seed()` is on `faker`, not `random` -- Add section for setting seed -- Add Patreon campaign -- Fix demo URL in Readme - -### API - -- Add dataUri method -- Add additional https option for imageUrl -- Add exports for `az` locality -- Add `lorem.slug` method -- Expose seed option to Faker class -- Don't allow `/` in file names or paths -- Typo in require statement -- Add database method -- Move password generator to core -- Add `internet.ipv6` method -- alphaNumeric takes now count as a argument -- Add IBAN and BIC generator functions - -### Fix - -- Fix amount and price argument dec for case = 0 -- Default shuffle value -- Fix dec for amount in finance -- Don't allow path separators in generated filenames in system -- Add lorem.slug to functional test -- Don't throw in helpers.shuffle on empty array -- Adds precision value to faker.random.number call -- Fix typo in doc string -- misspelling of 'Liaison' from faker.name.jobType() -- Remove duplicate Congo from country.js -- Clean up faker.commerce.department method -- Correct spelling - -### Locale - -- Azerbaijani localization has been added -- Realistic Dutch city naming components -- Add `CZ` Czech - -## v3.1.0 - -( partial change log see: https://github.com/Marak/faker.js/commits/master for full details ) - -``` -[docs] Added JSDocs - -[fix] Prevent apostrophes in return value of internet#domainWords -[Fix] Display first month as 1 not 0. -[fix] random.uuid not using seeded number generator -[fix] image api size check -[fix] update bower -[fix] implement street suffix -[fix] hacker.phrase - generate random string for each lexical instance - -[api] Added safe_email method -[api] Added method for getting random locale -[api] Added semver method -[api] Added parameters to fake method -[api] Added randomness to image generation -[api] adjust findName method to allow for gender based prefixes -[api] [locale] Added basic support for generating UK postcodes -[api] [locale] Added LV (Latvian) locale -[api] [locale] Added date for Swedish locale -[api] Added better lorem methods -[api] Added system module -[api] Added finance.bitcoinAddress -``` - -## v3.0.0 - v2.0.0 - Missing - -See commit history on Github for change history -http://github.com/marak/faker.js - -## v2.0.0 - -- Adds i18n internalization of fake data sets - - contributed by Marak -- Reduces surface of API, removes redundant API calls - - contributed by Marak -- Replaces legacy build system with GulpJS - - contributed by Marak -- Replaces legacy browserifying system with Browserify - - contributed by Marak -- Adds basic financial generators - - contributed by josefsalyer -- Adds internet.userAgent using `random-ua` library - - contributed by Marak -- Adds currency codes and symbols using `random-ua` library - - contributed by MQuy -- Replaces use of Math.random in favor of `node-mersenne` package - - contributed by Marak -- Adds bower support - - contributed by daytonn -- avatarUrl optimization - - contributed by MQuy -- Fix - Remove `this` scope - - contributed by goliatone -- Fix - IE9 charAt() bug - - contributed by beastlike -- Fix - faker.date now returns a Date object instead of JSON - - contributed by Marak - -## v1.1.0 - -- Fixes random date functions that did not distribute results. - - contributed by pmalouin -- Fixes context of findName - - contributed by juampi92 -- Updates to switch changes over to using 2 args to support min/max - - contributed by avanderhoorn & edshadi -- Added ISO 3166 countries - - contributed by MaerF0x0 -- UMD support - - contributed by xaka -- Uk Postal Codes - - contributed by schmtw -- Undefined global object for webworker fix - - contributed by dnbard |
