Releases: nwrenger/console-utils-rs
Releases · nwrenger/console-utils-rs
1.8.2
1.8.1
🚑 Hotfix in 1.8.1: Changed visibility of the field of the Empty wrapper to public, otherwise is no pattern matching possible
Full Changelog: 1.8.0...1.8.1
1.8.0
✨New in 1.8.0: Added skipping to string reveal && Improved empty wrapper && ...
Features:
- Skipping: Added the option to set a skip key, which can be used to accelerate the reveal of the text by 50 orders of magnitude
- Empty: The Empty wrapper for empty inputs now inherits
Option<T>instead of trying to be anOption<T>(without all implementations of Rust) - Docs: Updated docs accordingly
- Dependencies: Updated
libcandwindows-sysdependency
Full Changelog: 1.7.0...1.8.0
1.7.0
✨New in 1.7.0: Added styled module && Improved Docs && Updated dependencies
Features:
- Styled: Added styled text: You now can format and color text using the
styledmodule - Docs: Improved docs by moving descriptions like for the enums and fixing spelling
- Dependencies: Updated
libcdependency
Full Changelog: 1.6.1...1.7.0
1.6.1
✨New in 1.6.1: Updated dependencies && Improved docs and input function
Features:
- Dependencies: Updated
libcandwindows-sysdependencies - Package: Added MSRV and updated categories
- Refactor: Fixed format && Removed build files
- Visibility: Changed usage, to make
dropwork - Input: Improved error message of
inputfunction
Full Changelog: 1.6.0...1.6.1
1.6.0
✨New in 1.6.0: Major code and documentation refactor && improved input functions
Features:
- Dependencies: Loading in readme in lib.rs, deleted unneeded examples
- Refactor: Fixed fmt && structure
- Input: Changed visual, changed select && input
Full Changelog: 1.5.9...1.6.0