Releases: orchetect/TextFileKit
Releases · orchetect/TextFileKit
0.2.1
- Added
init(file: URL)
and init(rawData: Data)
inits which can detect text encoding and strip BOMs
0.2.0
- Added
TextFile.DelimitedFormat
enum
- Renamed
StringArrayTableRepresentable
to StringTableRepresentable
- Added
Sendable
conformance to types
- Updated unit tests
0.1.7
StringTable
: Added columnCharCounts
property
- Fixed typo in inline docs
- Updated unit tests
0.1.6
- Resolved CSV decoding bug where a mix of internal commas and double-quotes could decode incorrectly
- Updated unit tests
0.1.5
- Removed external Package dependencies
0.1.4
- Initial GitHub CI commit
- README update
0.1.3
- Added
.rowCount
and columnCount
properties to StringTable
- Added
[row, column]
and [safe: row, column]
subscripts to StringTable
- Renamed
.rawData
to .rawText
- Updated unit tests
0.1.2
- Bumped dependency version
- Cleaned up imports, minor formatting cleanup
- Added watchOS build exclusion for unit tests
0.1.1
Internalized dependency namespace