Skip to content

Releases: AginSquash/GAuthDecrypt

Version 3.0.0 🚀

10 Dec 18:18
Compare
Choose a tag to compare

Release Notes: Version 3.0.0 🚀

What's New:

  1. Refactored GAuthDecrypt:

    • The decryption logic has been completely revamped.
    • The global function GAuthDecryptFrom(input: String) is deprecated.
    • Use the new API:
      try GAuthDecrypt.decrypt(input: String)  
  2. Improved Error Handling:

    • Instead of returning nil on errors, the library now throws specific errors:
      • GAuthError.incorrectInput
      • GAuthError.cannotDecrypt
  3. Enhanced Testing:

    • Improved test coverage and reliability to ensure better stability.
  4. Added GitHub Workflows:

    • Automated CI/CD pipelines for seamless contributions and releases.

Version 2.0.0

31 Dec 22:53
0426007
Compare
Choose a tag to compare

First release