Skip to content

0.5

Choose a tag to compare

@ole ole released this 16 Jul 19:28
  • Compatible with Swift 3.2 and Swift 4.0.
  • Dropped support for Swift 3.0.
  • The methods for removing elements from the array now have the @discardableResult attribute, avoiding compiler warnings if you ignore the return value. Thanks @DivineDominion!