1.1.4
🎉 Released:
- 30th March 2026
🔧 Improvements:
- Updated
XLKitFormatters/CSVUtilsto adopt swift-textfile’stext/init(text:)APIs (replacing deprecatedrawText/init(rawText:)) so builds stay warning-free on current swift-textfile - Updated
Tests/XLKitTests/XLKitTestBasesomakeUTCDatesets the calendar time zone viaTimeZone(secondsFromGMT: 0)with a nil-coalescing fallback toGMT/UTC/TimeZone.current(documents the usual non-nil UTC case, avoids unreachableXCTFailbranches, and avoidsTimeZone.gmt, which requires iOS 16+ while the package supports iOS 15+) - Made
cleanupTempFile(at:)andmakeBorderedFormat(top:bottom:color:)internalonXLKitTestBaseso subclasses can override temp-file cleanup and tests can reuse bordered-format construction across files