CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

ACRAutoComplete 1.1.2

ACRAutoComplete 1.1.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Andrew Crookston.



  • By
  • Andrew Crookston

CHANGELOG

1.1.1 - 2017-10-21

  • Updated code to clear SwiftLint checks

1.1.0 - 2017-10-15

  • API change: method keywords() -> [String] is now a property var keywords: [String] { get }.
  • API change: insert(set: Array) to insert(Array).
  • Updated Swift 4, no code change needed, but Xcode settings changed.
  • Changed implementation to avoid force unwraping.
  • Added SwiftLint to build phases.
  • Other style and code improvements.

1.0.0 - 2017-01-10

  • Initial version.