Skip to content

Commit

Permalink
Merge pull request #497 from frozenfung/changelog-for-v4
Browse files Browse the repository at this point in the history
Summarize changelog for version 4
  • Loading branch information
Marak authored Oct 12, 2017
2 parents 4beccd1 + 39f5176 commit 0612f85
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down Expand Up @@ -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
- contributed by dnbard

0 comments on commit 0612f85

Please sign in to comment.