Skip to content

Releases: benkoska/CSV.Swift

Minor Fix

13 Dec 17:16
Compare
Choose a tag to compare
Minor Fix Pre-release
Pre-release
  • Fixed pointer deallocation

0.1.1

05 Dec 20:44
27d26c2
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Add LICENSE
  • Add Basic Documentation
  • Add loadAll(as:) and loadAllAsDict

Initial Release

05 Dec 19:42
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This release includes the following features:

  • Reading CSV from URL, String and Data
  • Reading CSV with custom delimiter
  • Parsing CSV as [String], [String: String] and Decodable
  • async/await support using AsyncCSVParser, AsyncDictionaryCSVParser and AsyncCodableCSVParser