Skip to content

Releases: vigneshuvi/SwiftCSVExport

SwiftCSVExport 1.0.7

02 Jan 12:22
Compare
Choose a tag to compare
  • Bug fixes and refactoring code.
  • Updated the readme file.

SwiftCSVExport 1.0.6

08 Dec 08:18
Compare
Choose a tag to compare
  • Able to Read the CSV file and convert to "CSV" class(Object Oriented Approach).
  • Refactored CSV Export class.
  • Replaced deprecated String character count to get length.
  • Added the option to change CSV cell divider.
  • File export altered to use the assigned divider as well.

SwiftCSVExport 1.0.5

07 Nov 15:39
Compare
Choose a tag to compare
  • Updated README file.
  • Handled the punctuation(\n, \t, \r, and ,) characters in CSV file.
  • Updated the SampleSwift with Examples.

SwiftCSVExport 1.0.4

07 Nov 09:22
Compare
Choose a tag to compare

Fixes:

Note: “\t”, “\n” and “\r” will replace by empty string.

SwiftCSVExport 1.0.3

12 Jul 13:06
Compare
Choose a tag to compare

Support both Objective-c and Swift Projects.

SwiftLoggly 1.0.2

19 May 12:34
Compare
Choose a tag to compare

Fixed the strange ordering fields issue with [String:Any] dictionary type.

SwiftCSVExport 1.0.1

08 Mar 16:52
Compare
Choose a tag to compare

Carthage Support

SwiftCSVExport 1.0.0

27 Feb 13:04
Compare
Choose a tag to compare

Supported Vapor.
Customized for Swift Package Manager.