Releases: orchetect/swift-textfile-tools
Releases · orchetect/swift-textfile-tools
0.3.0
25 Nov 19:10
Compare
Sorry, something went wrong.
No results found
Note
The repository has been renamed from TextFileKit to swift-textfile-tools.
Please migrate your dependencies to use the new repository URL and module import name. See the README for more details.
0.2.2
27 Jul 08:18
Compare
Sorry, something went wrong.
No results found
Fixed bug where text files using CRLF line endings would fail to parse
0.2.1
03 Jan 09:26
Compare
Sorry, something went wrong.
No results found
Added init(file: URL) and init(rawData: Data) inits which can detect text encoding and strip BOMs
0.2.0
23 Sep 02:02
Compare
Sorry, something went wrong.
No results found
Added TextFile.DelimitedFormat enum
Renamed StringArrayTableRepresentable to StringTableRepresentable
Added Sendable conformance to types
Updated unit tests
0.1.7
21 May 05:15
Compare
Sorry, something went wrong.
No results found
StringTable: Added columnCharCounts property
Fixed typo in inline docs
Updated unit tests
0.1.6
01 Jan 08:21
Compare
Sorry, something went wrong.
No results found
Resolved CSV decoding bug where a mix of internal commas and double-quotes could decode incorrectly
Updated unit tests
0.1.5
02 Aug 04:56
Compare
Sorry, something went wrong.
No results found
Removed external Package dependencies
0.1.4
28 Jul 06:24
Compare
Sorry, something went wrong.
No results found
Initial GitHub CI commit
README update
0.1.3
15 Mar 20:04
Compare
Sorry, something went wrong.
No results found
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
19 Jan 08:01
Compare
Sorry, something went wrong.
No results found
Bumped dependency version
Cleaned up imports, minor formatting cleanup
Added watchOS build exclusion for unit tests