Skip to content

Releases: entronad/crypto-es

v3.1.2

09 Sep 10:58

Choose a tag to compare

  • Fix the PURE annotation bug, the fix in 3.1.1 is not the real problem, so it is reversed: #52

v3.1.1

09 Sep 01:58

Choose a tag to compare

  • Fix toString bug: #52

v3.1.0

06 Sep 09:42

Choose a tag to compare

v3.0.4

30 Aug 17:36

Choose a tag to compare

  • Fix the reverting exports bug of tsdown.

v3.0.3

28 Aug 01:33

Choose a tag to compare

v3.0.2

27 Aug 06:42

Choose a tag to compare

v3.0.1

22 Aug 12:26

Choose a tag to compare

  • Upgrade tool chain.
  • Use strict TypeScript.

v3.0.0

07 Aug 08:12

Choose a tag to compare

  • Completely refactored into native TypeScript source code, while maintaining compatibility with the existing API.
  • Starting from this version, crypto-es will no longer aim to be a complete replica of crypto-js, but will instead focus on evolving into a modern and powerful cryptographic library.

v2.0.4

25 Jul 01:30

Choose a tag to compare

  • Declare no side effects for tree shaking: #37

v2.0.3

18 Jul 02:36

Choose a tag to compare

  • Remove Math.random() runtime console warning. It is not always wanted to show in in the client consle when Math.random() has to be used.