Releases: retraigo/fortuna
v3.0.0
Decided to end it with a fresh major version.
Removed many old APIs that used tier
. More like, I completely removed tier
. It was doing more harm than good.
Good thing is, initialization is now more than 10x faster.
Using roll
might still be a more viable option for single-use.
There isn't much difference when rolling many items after initialization (like 100+) since this update only affects initialization time.
JS bundles are available in the dist
dir for browsers.
Full Changelog: v2.1.0...v3.0.0
v2.1.0
Notes
This is probably the last release in a long while (unless I find some bugs). Fortuna now does everything I wanted it to do back in v1.0.0.
What's Changed
- I messed up by @retraigo in #17
- [feat] Better benchmarks by @retraigo in #18
- Make static method standalone by @retraigo in #21
- Create a getter and setter for items by @retraigo in #20
Full Changelog: v2.0.4...v2.1.0
v2.0.4
Add unstable getUnique()
.
Will be made stable in the next minor release.
Full Changelog: v2.0.3...v2.0.4