Releases: vigneshuvi/SwiftCSVExport
Releases · vigneshuvi/SwiftCSVExport
SwiftCSVExport 1.0.7
- Bug fixes and refactoring code.
- Updated the readme file.
SwiftCSVExport 1.0.6
- 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
- Updated README file.
- Handled the punctuation(\n, \t, \r, and ,) characters in CSV file.
- Updated the SampleSwift with Examples.
SwiftCSVExport 1.0.4
Fixes:
- Fixed the strange formatting issue.
- Enabled to show document in Files app in Sample project.
- Updated the swift version and Readme file.
Note: “\t”, “\n” and “\r” will replace by empty string.
SwiftCSVExport 1.0.3
Support both Objective-c and Swift Projects.
SwiftLoggly 1.0.2
Fixed the strange ordering fields issue with [String:Any] dictionary type.
SwiftCSVExport 1.0.1
Carthage Support
SwiftCSVExport 1.0.0
Supported Vapor.
Customized for Swift Package Manager.