Skip to content

Releases: yaslab/CSV.swift

1.1.2

29 Nov 13:14
Compare
Choose a tag to compare

This release targets Swift 3.0.1 / Xcode 8.1.

Fixed

  • Add support for Linux-based builds (#18). Thanks choefele for the pull request!

1.1.1

15 Nov 17:05
Compare
Choose a tag to compare

This release targets Swift 3.0.1 / Xcode 8.1.

Fixed

  • Updates PackageManager structure to fix error (#17). Thanks lightsprint09 for the pull request!

1.1.0

15 Nov 16:57
Compare
Choose a tag to compare

This release targets Swift 3.0 / Xcode 8.0.

Added

  • Trim whitespace from each field (#8). Thanks florianheller for the proposal!

1.0.0

24 Sep 16:37
Compare
Choose a tag to compare

This release targets Swift 3.0 / Xcode 8.0.

Added

  • Swift 3.0 support (#3, #6)

0.3.1

21 Aug 03:50
Compare
Choose a tag to compare

This release targets Swift 2.2 / Xcode 7.3 & Swift 2.3 / Xcode 8.0.

Added

  • Swift 2.3 support (#5)

0.3.0

21 Aug 03:23
Compare
Choose a tag to compare

This release targets Swift 2.2 / Xcode 7.3.

Breaking

  • Modified to use NSInputStream If you want to read the file. Please see the README.md for more details.

Improved

  • Change the algorithm to read the csv string.