diff options
| author | Marak <[email protected]> | 2017-10-11 23:06:32 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-11 23:06:32 -0400 |
| commit | 0612f85c8686177ca602c1db796611079591f6c1 (patch) | |
| tree | 690a6865966b56f0d38df3b7bc6314a98f89a2a2 | |
| parent | 4beccd1dc141ce589cdd1525455e97fb22c9f6a9 (diff) | |
| parent | 39f51762a60bf3a5ab37533051ad5077e3cb10b2 (diff) | |
| download | faker-0612f85c8686177ca602c1db796611079591f6c1.tar.xz faker-0612f85c8686177ca602c1db796611079591f6c1.zip | |
Merge pull request #497 from frozenfung/changelog-for-v4
Summarize changelog for version 4
| -rw-r--r-- | CHANGELOG.md | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4c1a4a..ffd9e2e7 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 |
