Skip to content

Version 3.0.0 🚀

Latest
Compare
Choose a tag to compare
@AginSquash AginSquash released this 10 Dec 18:18

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.