Skip to content

v2.0.0

Compare
Choose a tag to compare
@angelodipaolo angelodipaolo released this 13 Dec 00:35
· 92 commits to master since this release
  • Migrate to Swift 3
  • Remove ELRouter as a dependency

API Naming Changes

Supervisor

  • Removed: public func pluginAPIForID(id: DependencyID) -> AnyObject?
    • Added: public func pluginAPI(forIdentifier id: DependencyID) -> AnyObject?