Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify interface #21

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
past tense in changelog
semibran committed Mar 13, 2018
commit 87becb7a3ebf5fcc57ff3799057f22d3ea7297a0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -61,8 +61,8 @@ npm install && npm test
## Changelog

### 3.0.0
- Change function signature to `simplex(random)(x[, y, z, w]) -> noise`
- Add support for 1D noise
- Changed function signature to `simplex(random)(x[, y, z, w]) -> noise`
- Added support for 1D noise

### 2.4.0
- Included a PRNG based on ALEA to directly allow seeding