All Versions
16
Latest Version
Avg Release Cycle
62 days
Latest Release
1330 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.0 Changes
April 20, 2021- ๐ Use timing safe byte comparison for AES CBC MAC checks (#259)
- โ Add support for JWS HS256, HS384, and HS512 algorithms (#258)
- โฌ๏ธ Bump kramdown from 2.3.0 to 2.3.1 (#255)
- โก๏ธ Update SPM installation instructions (#252)
- ๐ Automate publishing releases on GitHub (#249)
-
v2.3.1 Changes
December 14, 2020- ๐ Stop installing SwiftLint when it's not installed (#246)
-
v2.3.0 Changes
November 11, 2020 -
v2.2.1 Changes
June 24, 2020 -
v2.2.0 Changes
June 17, 2020- ๐ฆ Swift package support (#221) via @rogermadsen
- โ Added JWK thumbprint computation (#220) via @Torsph
-
v2.1.0 Changes
February 24, 2020- ๐ Deprecated old encrypter and decrypter APIs (#216) via @daniel-mohemian
- โ Added A128KW, A192KW, and A256KW algorithms (#211) via @mtamu
- ๐ Changed internal JWE encryption and decryption flows (#210) via @daniel-mohemian
- ๐ Changed CI to CircleCI (#205) via @haeser
- โ Dried up signing roundtrip tests (#198) via @daniel-mohemian
- โ Added full Sonarqube analysis to pull requests (#201) via @daniel-mohemian
- โก๏ธ Updated Sonarqube lane to work with the Xcode 11 coverage report format (#193) via @daniel-mohemian
-
v2.0.0 Changes
November 20, 2019- ๐ Fixes copyright update in prepare lane ((#191)) via @daniel-mohemian
- โก๏ธ Updates travis build environment ((#190)) via @daniel-mohemian
- โ Adds support for RSA PSS and RS384 signatures ((#188)) via @JohanObrink
- โ Removes twitter handle from readme again ((#187)) via @carol-mohemian
- โ Removes .swift-version file ((#185)) via @carol-mohemian
- โ Adds Ivans twitter handle ((#184)) via @carol-mohemian
- โก๏ธ Updates fastlane ((#182)) via @daniel-mohemian
- โ Adds missing license headers and automate their yearly updates ((#179)) via @daniel-mohemian
- Extends JOSESwift Errors with localAuthentication ((#173)) via @Niklas01
- โฌ๏ธ Bumps swift version in podspec and version file ((#167)) via @daniel-mohemian
- โฌ๏ธ Bumps fastlane to resolve mini_magic dependency warning ((#164)) via @daniel-mohemian
- โ Adds security policy ((#159)) via @daniel-mohemian
- โ Adds simple Sonarqube setup ((#158)) via @daniel-mohemian
-
v1.8.1 Changes
June 27, 2019- โ Adds tests for conversion from ASN.1 encoded EC signatures to raw EC signatures (#160) via @mschwaig
- โ Adds support for EC keys that are stored inside the Secure Enclave (#156) via @mschwaig
- ๐ Changes swift version to Swift 5 #154) via @daniel-mohemian
- โ Adds pull request linting in Danger (#153) via @daniel-mohemian
- โ Adds a SwiftLint build phase and fixes many violations (#151) via @xavierLowmiller
-
v1.8.0 Changes
March 18, 2019- โ Adds A128CBCHS256 support (#147) via @ramunasjurgilas
- โ Adds "zip" support (#145) via @fhaeser
-
v1.7.0 Changes
February 19, 2019- โ Adds a new features section in the readme (#143) via @daniel-mohemian
- โ Adds support for RSA-OAEP (#95, #142) via @garrefa