Releases: vapor/console-kit
Releases · vapor/console-kit
Console 3.0.0 Beta 1.1
3.0.0-beta.1.1 prerelease semver updates
Console 3.0.0 Beta 1
3.0.0-beta.1 3.0 deps update
Console 2.3.1
Console 2.3.0
New:
- Adds "short" options using a single hyphen. Add
short:
to the option's init.
Fixed:
- Fixed Swift 4 warnings.
- Fixed an issue with group arguments.
- Fixed a typo.
Console 2.2.0
Console 2.1
New:
--help
layout has been redone.- Push and pop ephemeral state to track and clear text printed to the console.
Fixed:
- Loading bar messages are now truncated if the text is too long.
Console 2.0
🎉
Console 2.0 refines some of the original ideas of console, adds a few new conveniences, and some handy bits of functionality like secure entry.
Check out the full diff here
Console 2.0 Beta 4
Console 2.0 Beta 4
New:
- secure entry
Console 2.0 Beta 3
New:
- Can add kill listeners for events like signal interruption and other fatal terminations of a console