Skip to content

Releases: michaeldzjap/rand-seed

Version 2.1.1 release

11 Aug 08:26
Compare
Choose a tag to compare

Fixed

  • Another attempt at fixing ES + CommonJS builds. (#10, #12)

Version 2.1.0 release

10 Aug 14:45
Compare
Choose a tag to compare

Added

  • Example using import.

Changed

  • Upgraded to ESLint v9 and updated to flat config.
  • Updated TypeScript config.
  • Upgraded dev dependencies.

Fixed

Version 2.0.0 release

31 Jul 12:07
Compare
Choose a tag to compare

Fixed

  • BREAKING: Fixed errors in xoshiro128** algorithm. Note that this will change the output for a given seed compared to v1 of this package. (#8, #9)

Changed

  • Updated dev dependencies.

Version 1.0.2 release

14 Sep 06:53
Compare
Choose a tag to compare

Security

  • Update all dev dependencies

Changed

  • CI is moved from Travis CI to GitHub actions

Version 1.0.1 release

23 Sep 08:50
Compare
Choose a tag to compare

Security

  • Update all dev dependencies

Version 1.0.0

11 Sep 14:31
Compare
Choose a tag to compare

First official stable release.