Releases: benkoska/CSV.Swift
Releases · benkoska/CSV.Swift
Minor Fix
0.1.1
Initial Release
This release includes the following features:
- Reading CSV from
URL
,String
andData
- Reading CSV with custom delimiter
- Parsing CSV as
[String]
,[String: String]
andDecodable
- async/await support using
AsyncCSVParser
,AsyncDictionaryCSVParser
andAsyncCodableCSVParser