Skip to content

Releases: Diplomatiq/crypto-random

Release 2.2.0

14 Mar 16:32
Compare
Choose a tag to compare

2.2.0 (2020-03-14)

SECURITY BULLETIN

  • bump acorn from 7.1.0 to 7.1.1 (7e5a426)

2.1.0

14 Feb 18:47
Compare
Choose a tag to compare

2.1.0 (2020-02-13)

Features

  • Export EntropyProvider and UnsignedTypedArray (e41f5a8), closes #296

2.0.0

20 Oct 20:07
Compare
Choose a tag to compare

Features

  • Remove default Node.js support (abd3174), closes #116

BREAKING CHANGES

  • Default Node.js support is removed. It is hard to use
    different APIs in different environments right in today's bundled world.

1.4.0

12 Jun 13:12
Compare
Choose a tag to compare

Changelog since the previous release:

  • Using SonarCloud with a very strict quality gate
  • Using SonarCloud instead of Codecov for coverage reporting

1.3.0

10 Jun 09:39
Compare
Choose a tag to compare

No released code change. Updated @types/node to ^12.0.7 from ^10.14.8". Administrative changes in the repository (like Code of Conduct, Dependabot, etc.).

1.2.0

07 Jun 18:54
Compare
Choose a tag to compare

Updated dependencies, including nyc with a high-severity issue.

1.1.0

05 Jun 21:09
Compare
Choose a tag to compare

Added option to all API methods to generate unique values.

1.0.0

13 Mar 21:18
Compare
Choose a tag to compare

The v1.0.0 is ready for production use.

0.6.0

10 Mar 22:05
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

More tests added to ensure converting logic is implemented well.

0.5.0

10 Mar 20:29
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

The generator is unit-tested. Documentation was updated.