Releases: mattrubin/OneTimePassword
Releases · mattrubin/OneTimePassword
4.0.0 (pre-release)
11 Feb 04:13
Compare
Sorry, something went wrong.
No results found
Merge pull request #262 from mattrubin/readme
Update README
3.2.0
21 Sep 01:59
Compare
Sorry, something went wrong.
No results found
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
12 Apr 01:09
Compare
Sorry, something went wrong.
No results found
Enable additional linting and CI testing. (#196 , #192 )
Satisfy various project-level warnings introduced in Xcode 10.2. (#198 )
3.1.4
16 Sep 01:57
Compare
Sorry, something went wrong.
No results found
Fix compilation errors and add CI testing for Xcode 10. (#182 , #186 )
Enable several new SwiftLint opt-in rules. (#187 )
3.1.3
29 Apr 16:05
Compare
Sorry, something went wrong.
No results found
Ignore un-deserializable tokens in allPersistentTokens(). (#179 )
3.1.2
23 Apr 22:58
Compare
Sorry, something went wrong.
No results found
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
01 Apr 05:56
Compare
Sorry, something went wrong.
No results found
Add support for Swift 4.1. (#168 )
Update build and linter settings for Xcode 9.3. (#167 )
3.1
29 Mar 04:16
Compare
Sorry, something went wrong.
No results found
Upgrade to Swift 4 and Xcode 9. (#147 , #149 , #151 , #153 , #160 )
Handle keychain deserialization errors. (#161 )
Refactor token URL parsing. (#150 )
Refactor Generator validation. (#155 )
Update SwiftLint configuration and improve code formatting. (#148 , #154 , #159 )
Update CodeCov configuration. (#162 )
3.0.1
08 Mar 09:07
Compare
Sorry, something went wrong.
No results found
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 )
3.0
26 Mar 22:04
Compare
Sorry, something went wrong.
No results found