Skip to content

Releases: retraigo/fortuna

v4.1.3

03 Mar 16:29
Compare
Choose a tag to compare

v4.1.2

21 Feb 03:53
Compare
Choose a tag to compare

Full Changelog: v4.1.1...v4.1.2

v4.1.1

21 Feb 03:33
Compare
Choose a tag to compare

Add explicit typing.

Full Changelog: v4.1.0...v4.1.1

v4.1.0

20 Jul 14:56
Compare
Choose a tag to compare

Added unbiasedCoin for tossing coins.

Full Changelog: v4.0.0...v4.1.0

v4.0.0

14 Jul 08:06
Compare
Choose a tag to compare

v4 is finally out!

Changes from v3:

  • GachaMachine is faster.
  • Distinct rolls are performed by LimitedGachaMachine which uses v3's machine.
  • Removed the history directory.
  • Added a dice roller rollDie that supports config with { times, face, modifier, separate } or dice notation like 2d6, 3d8+3.

Full Changelog: v3.0.2...v4.0.0

v4.0.0-alpha.2

13 Jul 18:17
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release
  • Added a die roller.
  • Renamed a lot of imports.

Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2

v4.0.0-alpha.1

02 Jun 13:50
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

v4 brings some breaking changes due to the absence of some features from v3:

  • Distinct rolls (pick with replacement)

v3 GachaMachine is still accessible as GachaMachine3.

Rolls are 4x faster than in v3.

Full Changelog: v3.0.2...v4.0.0-alpha.1

v3.0.2

02 Jun 13:39
Compare
Choose a tag to compare

Minor updates, prolly the last release of v3.

Full Changelog: v3.0.1...v3.0.2

v3.0.1

14 Feb 13:15
faba217
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

13 Nov 12:19
Compare
Choose a tag to compare

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