Releases: mattrubin/OneTimePassword
Releases · mattrubin/OneTimePassword
4.0.0 (pre-release)
Merge pull request #262 from mattrubin/readme Update README
3.2.0
- Upgrade the source to compile with both Swift 4.2 and Swift 5. (#201, #202, #204, #209, #215, #216)
- Update the SwiftLint configuration, and move the SwiftLint build phase to a separate dedicated target so that new lint errors do not interfere with consumers of the framework. (#212, #206)
- Upgrade xcconfigs to enable new warnings introduced in Xcode 10.2 (#203)
3.1.5
3.1.4
3.1.3
3.1.2
- Synthesize Equatable conformance when compiling with Swift 4.1. (#173)
- Fix a warning about deprecation of cross-module struct initializers by simplifying test cases for impossible-to-create invalid Generators. (#174)
- Upgrade xcconfigs for Xcode 9.3. (#172)
- Enable several new SwiftLint opt-in rules. (#175)
3.1.1
3.1
3.0.1
- Fix an issue where CocoaPods was trying to build OneTimePassword with Swift 4. (#157)
- Fix the Base32-decoding function in the token creation example code. (#134)
- Tweak the Travis CI configuration to work around test timeout flakiness. (#131)
- Clean up some old Keychain code which was used to provide Xcode 7 backwards compatibility. (#133)