- Notifications
You must be signed in to change notification settings - Fork56
Tags: vapor/console-kit
Tags
4.14.3
Make logged metadata a little more readable (#201)* The usual package updates. Bump Swift min to 5.8* Fix a couple Sendable warnings* Make the "without quotes" part of metadata logging more true than before by descending recursively into dictionary and array metadata.* Fix logging tests so that the logged line number is deterministic despite changes to the file.* Fix typo, thanks@weissi!
4.14.2
Support compiling against Musl (#198)In order to compile this package against Musl libc, we need to notconflate `#if os(Linux)` with the ability to `import Glibc`. Thecommon pattern for this is to use the `#if canImport` directive.This patch adds support for Musl by replacing the `Glibc` importconditional alongside a new conditional import of `Musl`.It also updates the `linux_readpassphrase` implementation to use theappropriate `sigaction` handler field for Musl.
4.12.0
Split ConsoleKit into two functional targets (#192)* Split ConsoleKit into two functional targets - one for terminal interaction, one for command handling, plus an umbrella for compatibility. Also update README, and docs images. Clean up several bits of code.* Apply some of the lessons learned fromapple/swift-argument-parser#590, pretty much just for the hell of it. Deprecate `ConsoleErrror`.* Readme cleanup* Make the levenshteinDistance method noticeably more efficient.---------Co-authored-by: Mahdi Bahrami <github@mahdibm.com>Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
PreviousNext