Skip to content

Releases: orchetect/TextFileKit

0.2.1

03 Jan 09:26
Compare
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
Compare
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
Compare
Choose a tag to compare
  • StringTable: Added columnCharCounts property
  • Fixed typo in inline docs
  • Updated unit tests

0.1.6

01 Jan 08:21
Compare
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
Compare
Choose a tag to compare
  • Removed external Package dependencies

0.1.4

28 Jul 06:24
Compare
Choose a tag to compare
  • Initial GitHub CI commit
  • README update

0.1.3

15 Mar 20:04
Compare
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
Compare
Choose a tag to compare
  • Bumped dependency version
  • Cleaned up imports, minor formatting cleanup
  • Added watchOS build exclusion for unit tests

0.1.1

08 Jan 10:03
Compare
Choose a tag to compare

Internalized dependency namespace

0.1.0

23 Sep 20:26
Compare
Choose a tag to compare

Initial Release