Skip to content

Releases: nwrenger/console-utils-rs

1.8.2

19 Oct 14:58

Choose a tag to compare

New in 1.8.2: Added custom fast time between to string reveal

Features:

  • Skipping: Added custom fast time between and updated tests
  • Docs: Updated docs accordingly

Full Changelog: 1.8.1...1.8.2

1.8.1

10 Oct 18:37

Choose a tag to compare

🚑 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

10 Oct 18:19

Choose a tag to compare

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 an Option<T> (without all implementations of Rust)
  • Docs: Updated docs accordingly
  • Dependencies: Updated libc and windows-sys dependency

Full Changelog: 1.7.0...1.8.0

1.7.0

20 Mar 22:15

Choose a tag to compare

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 styled module
  • Docs: Improved docs by moving descriptions like for the enums and fixing spelling
  • Dependencies: Updated libc dependency

Full Changelog: 1.6.1...1.7.0

1.6.1

26 Jan 00:03

Choose a tag to compare

New in 1.6.1: Updated dependencies && Improved docs and input function

Features:

  • Dependencies: Updated libc and windows-sys dependencies
  • Package: Added MSRV and updated categories
  • Refactor: Fixed format && Removed build files
  • Visibility: Changed usage, to make drop work
  • Input: Improved error message of input function

Full Changelog: 1.6.0...1.6.1

1.6.0

27 Mar 17:50

Choose a tag to compare

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

1.5.9

10 Dec 17:13

Choose a tag to compare

✨New in v1.5.9: Fixed dependencies

Features:

  • Dependencies: Disabled default features of windows-sys

1.5.8

08 Dec 23:20

Choose a tag to compare

✨New in v1.5.8: Fixed versioning

Features:

  • Dependencies: Fixed version number

1.5.7

08 Dec 23:15

Choose a tag to compare

✨New in v1.5.7: Removed unused Dependencies and Fixed fmt

Features:

  • Dependencies: Removed unused Dependencies: Windows_Ui && Windows_Ui_Input
  • Docs: Fixed fmt

1.5.6

01 Dec 17:33

Choose a tag to compare

✨New in v1.5.6: Fixed Windows Read Key Implementation and Fixed Docs

Features:

  • Read Key: Fixed Windows Implementation
  • Docs: Fixed Documentation, Typos and Examples.