Swiftpack.co - Swift Packages by scottrhoyt

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by scottrhoyt

scottrhoyt/SwiftyTextTable 0.9.0
A lightweight library for generating text tables.
⭐️ 306
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.9.0
5 years ago
## 0.9.0 ##### Breaking * None ##### Enhancements * Pre-compute column width to increase rendering performance. ##### Bug Fixes * Fix column width when using terminal escape sequences such as coloring.
0.8.2
5 years ago
Fix Swift Package Manager manifest to include SwiftyTextTable library product.
0.8.1
5 years ago
Update SwiftPM package manifest to v4 format.
6 years ago
##### Breaking * Update to Swift 4. ##### Enhancements * None ##### Bug Fixes * None
6 years ago
##### Breaking * None ##### Enhancements * None ##### Bug Fixes * Fix Swift 4.0.2 deprecation of String.characters
6 years ago
##### Breaking * None ##### Enhancements * CI tests for Xcode 9 and Swift 4 on Linux support. ##### Bug Fixes * Fixes for Xcode 9 beta 3
Table Service
7 years ago
##### Breaking - `TextTableColumn.width` was refactored to `TextTableColumn.width()` to better reflect the O(n) complexity of calculating this value. - `TextTableObject` was renamed to `TextTableRepresentable`. ##### Enhancements - Added Documentation. - Re-enabled console formatting support for Linux. - Improved compilation time. - Added convenience method for rendering tables from an array of `TextTableRepresentable`s (`renderTextTable`). - Now available via CocoaPods. ##### Bug Fixes - None
0.5.0: Heading In The Right Direction
7 years ago
## 0.5.0: Heading In The Right Direction ##### Breaking - `TableObject.tableHeaders` was rename `TableObject.columnHeaders` for clarity. ##### Enhancements - `TextTable`s can now optionally have table headers. - `TableObject`s can now optionally supply a table header ##### Bug Fixes - None
0.4.0: Swift 3.0 Support
7 years ago
## 0.4.0: Swift 3.0 Support ##### Breaking - `SwiftyTextTable` adopts the new Swift 3.0 convention of explicit first parameter labels for functions. - Linux support for dealing with console formatting escape sequences has been removed for the time being due to regular expression portability problems. ##### Enhancements - Swift 3.0 support! ##### Bug Fixes - None
0.3.1: Swift 2.3 update
7 years ago
This is an updated release for compatibility with Swift 2.3 and Xcode 8.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics