From 39f51762a60bf3a5ab37533051ad5077e3cb10b2 Mon Sep 17 00:00:00 2001 From: frozenfung Date: Thu, 6 Apr 2017 12:00:27 +0800 Subject: [PATCH] Summarize changelog for version 4 --- CHANGELOG.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4c1a4a0..ffd9e2e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,50 @@ 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 aomount and price argument dec for case = 0 +- Default shuffle value +- Fix dec for amount in finance +- Don't allow path seperators 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 ) @@ -82,4 +126,4 @@ http://github.com/marak/faker.js * Uk Postal Codes - contributed by schmtw * Undefined global object for webworker fix - - contributed by dnbard \ No newline at end of file + - contributed by dnbard