Skip to content

Releases: mesqueeb/roll-anything

v4.0.0

05 Jun 00:55
Compare
Choose a tag to compare
  • feat: esm only! node v18+ 🎉 1fdb6c7

v3.0.4...v4.0.0

v3.0.4

23 May 02:30
Compare
Choose a tag to compare

v3.0.3

07 May 07:24
Compare
Choose a tag to compare

v3.0.2...v3.0.3

v3.0.2

26 Jan 13:00
Compare
Choose a tag to compare
  • chore: update dependencies 250c793

v3.0.1...v3.0.2

v3.0.1

26 Jan 12:54
Compare
Choose a tag to compare
  • chore: fix npm dependency fc5281f

v3.0.0...v3.0.1

v3.0.0

25 Jan 09:21
Compare
Choose a tag to compare

breaking changes

  • requires node v12+
  • is now an esm package with "type": "module" in package.json

other

v2.0.1...v3.0.0

v2.0.1

25 Jan 02:58
Compare
Choose a tag to compare

v2.0...v2.0.1

🦾

16 Sep 07:33
Compare
Choose a tag to compare
  • Greatly improved the library.
  • Better TS support.
  • Rewrote readme!

Named exports 🌚

15 Mar 05:27
Compare
Choose a tag to compare

v1.0 breaking changes

  • only named exports
// before:
import dice from 'roll-anything'

// now:
import { dice } from 'roll-anything'

Let's roll some dice! 🎲

22 Mar 01:10
Compare
Choose a tag to compare

I needed a small chance utility so I made this library! 🦊