Skip to content

Releases: imthath-m/SDSwiftyUtils

SDSwiftyUtils 0.2.0

28 May 05:10
Compare
Choose a tag to compare

New

  • filter first in an array

Improved

  • read data from any supported file type
  • read codable type objects from file

Fixed

  • edge cases in find matching sub array

Extend Array, String and Optional

23 May 11:47
Compare
Choose a tag to compare
  • find a string's match in another string
  • subscript string with int to get the character at the index
  • add computed property is nil for optional

Add methods in Array Extension

  • to check and append optional
  • to find matching sub array for equatable types
  • to find unique count in array for hashable types
  • perfrom loop and map using DispatchQueue().async and DispatchQueue.concurrentPerform

Licenced

28 Mar 10:44
Compare
Choose a tag to compare
0.1.1

add license and podspec

Initial Release

28 Mar 10:31
Compare
Choose a tag to compare
0.1.0

add a project. use static encoder and decoder.