Skip to content

Releases: mattrubin/OneTimePassword

4.0.0 (pre-release)

11 Feb 04:13
66f284e
Compare
Choose a tag to compare
4.0.0 (pre-release) Pre-release
Pre-release
Merge pull request #262 from mattrubin/readme

Update README

3.2.0

21 Sep 01:59
ce76e15
Compare
Choose a tag to compare
  • 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
8e32517
Compare
Choose a tag to compare
  • 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
09b940e
Compare
Choose a tag to compare
  • 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
a1bdada
Compare
Choose a tag to compare
  • Ignore un-deserializable tokens in allPersistentTokens(). (#179)

3.1.2

23 Apr 22:58
2c091c8
Compare
Choose a tag to compare
  • 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
eb5be38
Compare
Choose a tag to compare
  • Add support for Swift 4.1. (#168)
  • Update build and linter settings for Xcode 9.3. (#167)

3.1

29 Mar 04:16
Compare
Choose a tag to compare
3.1
  • 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
05942de
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
3.0