Releases: auth0/JWTDecode.swift
Releases · auth0/JWTDecode.swift
4.0.0
💡 Check the Migration Guide to understand the changes required to migrate your application to v4.
- Full Sendable Conformance. JWTDecode.swift v4 embraces Swift's modern concurrency model with complete Sendable conformance across all public types, making it production-ready for Swift 6's strict concurrency checking. #329 (sanchitmehtagit)
Added
- DX Improvement: Enhanced Claim Decoding Capabilities .We've added two new methods to the Claim type to simplify working with complex JWT claims #156 (sanchitmehtagit)
- Added Ask DeepWiki badge to README #308 (arpit-jn)
- Update README for v4 and added explicit visionOS support #341(sanchitmehtagit)
4.0.0-beta.0
💡 Check the Migration Guide to understand the changes required to migrate your application to v4.
- Full Sendable Conformance. JWTDecode.swift v4 embraces Swift's modern concurrency model with complete Sendable conformance across all public types, making it production-ready for Swift 6's strict concurrency checking. #329 (sanchitmehta94)
Added
- DX Improvement: Enhanced Claim Decoding Capabilities .We've added two new methods to the Claim type to simplify working with complex JWT claims #156 (sanchitmehta94)
- Added Ask DeepWiki badge to README #308 (arpit-jn)
3.3.0
3.2.0
3.2.0-beta.0
3.1.0
3.0.1
3.0.0
💡 Check the Migration Guide to understand the changes required to migrate your application to v3.
- Rename
DecodeErrorand error case #162 (Widcket) - Drop support for Objective-C [SDK-3405] #149 (Widcket)
- Remove ID token validator [SDK-3395] #145 (Widcket)
- Drop support for old platform versions [SDK-3386] #143 (Widcket)
- Drop support for old Swift versions [SDK-3394] #142 (Widcket)
Added
Changed
3.0.0-fa
💡 Check the Migration Guide to understand the changes required to migrate your application to v3.
- Rename
DecodeErrorand error case #162 (Widcket) - Drop support for Objective-C [SDK-3405] #149 (Widcket)
- Remove ID token validator [SDK-3395] #145 (Widcket)
- Drop support for old platform versions [SDK-3386] #143 (Widcket)
- Drop support for old Swift versions [SDK-3394] #142 (Widcket)
Added
Changed