Releases: d3/d3-random
Releases · d3/d3-random
v3.0.1
v3.0.0
- Adopt type: module.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v2.2.2
v2.2.1
v2.2.0
v2.1.0
- Allow d3.randomBates to take fractional n.
- Allow d3.randomIrwinHall to take fractional n.
- Add d3.randomGamma.
- Add d3.randomBeta.
- Add d3.randomWeibull.
- Add d3.randomCauchy.
- Add d3.randomLogistic.
- Add d3.randomPoisson.
Thanks to @Parcly-Taxel for the contributions!
v2.0.1
v2.0.0
- Add d3.randomInt. #26
- Add d3.randomBinomial.
- Add d3.randomGeometric.
- Add d3.randomPareto.
- Add d3.randomBernoulli.
- Don’t wrap Math.random in the default source.
- Adopt explicit paths for imports. #22
- Adopt explicit files for publishing.
Thanks to @lange, @p-v-d-Veeken and @svanschooten for your contributions!
This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-random 1.x or use a transpiler.