Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kiki-kanri kiki-kanri released this 20 Nov 11:40
· 116 commits to main since this release

compare changes

🚀 Enhancements

  • Change authTag, data, key, and iv to allow BinaryLike type (e7bb3db)

💅 Refactors

  • Split base class and simplify ciphers implementations (e2d89a5)
  • Update import syntax (e568e32)
  • Rename catch clause variable from _ to error (be1ef4f)
  • Streamline aes ecb decryption code (0a148fd)
  • Simplify type names (4aad310)
  • Rename test functions (345848d)
  • Relocate tests directory and update code (f8d42b5)
  • Update error messages in tests (6b483c0)
  • Remove reassignment of 'data' variable (df385f6)

❤️ Contributors

  • kiki-kanri