ExSwift v0.1.2 Release Notes

Release Date: 2014-06-18 // almost 10 years ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • Compile error: Access String array by subscript #6

    Closed issues:

    • Result of indexOf, lastIndexOf should be an optional #8

    ๐Ÿ”€ Merged pull requests:

    • โž• Add .gitignore, add iOS Framework + tests target #7 (garnett)

    • return Int? in indexOf, lastIndexOf #9 (garnett)

    • โž• Add partition, partitionAll, and partitionBy #5 (zolrath)

    • โž• Add takeWhile and skipWhile to Array #4 (zolrath)