Skip to content

Releases: orchetect/swift-textfile-tools

0.3.0

25 Nov 19:10

Choose a tag to compare

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

Choose a tag to compare

  • Fixed bug where text files using CRLF line endings would fail to parse

0.2.1

03 Jan 09:26

Choose a tag to compare

  • Added init(file: URL) and init(rawData: Data) inits which can detect text encoding and strip BOMs

0.2.0

23 Sep 02:02

Choose a tag to compare

  • Added TextFile.DelimitedFormat enum
  • Renamed StringArrayTableRepresentable to StringTableRepresentable
  • Added Sendable conformance to types
  • Updated unit tests

0.1.7

21 May 05:15

Choose a tag to compare

  • StringTable: Added columnCharCounts property
  • Fixed typo in inline docs
  • Updated unit tests

0.1.6

01 Jan 08:21

Choose a tag to compare

  • 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
e8a0153

Choose a tag to compare

  • Removed external Package dependencies

0.1.4

28 Jul 06:24

Choose a tag to compare

  • Initial GitHub CI commit
  • README update

0.1.3

15 Mar 20:04

Choose a tag to compare

  • 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

Choose a tag to compare

  • Bumped dependency version
  • Cleaned up imports, minor formatting cleanup
  • Added watchOS build exclusion for unit tests