v3.1.2
- Fix the PURE annotation bug, the fix in 3.1.1 is not the real problem, so it is reversed: https://github.com/entronad/crypto-es/issues/52
v3.1.1
- Fix toString bug: https://github.com/entronad/crypto-es/issues/52
v3.1.0
- Optimize tree-shakability: https://github.com/entronad/crypto-es/issues/54#issuecomment-3241540002
- Only allow partially importing from index: https://github.com/entronad/crypto-es/issues/54#issuecomment-3241394269
- A new README.
v3.0.3
- Fix the wrong reverting: https://github.com/entronad/crypto-es/issues/54#issuecomment-3228140653
v3.0.2
- Fix exports settings: https://github.com/entronad/crypto-es/issues/54#issuecomment-3219827146
- Fix README.md import instruction: https://github.com/entronad/crypto-es/issues/54#issuecomment-3219827146
v3.0.0
- 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
- Declare no side effects for tree shaking: https://github.com/entronad/crypto-es/pull/37